# Changelog

## 4.0 - 2019-11-29

## 3.0 - 2019-11-25

### Added

* A continuous score for each request to enable ranking of requests in accordance with how bad the model thinks it is.&#x20;

### Fixed

* If the amount of data that we are training from is *exactly* 16,000 requests - training will crash and no model will be mounted.
* Some 500 responses were still occasionally returned.

## 2.0 - 2019-11-06

### Fixed

* 500 errors that are returned by the ingestion service.

### Changed

* Explainability has been improved, and is now more readable.

## 1.0 - 2019-10-03

### ​Added

* First distributable cut.

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.sphericaldefence.com/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
