2019-08-19 08:13:43 +00:00
|
|
|
# SauceNaoAPI Changelog
|
|
|
|
|
|
|
|
## 0.4.0
|
|
|
|
|
2019-10-10 18:23:05 +00:00
|
|
|
* Update libraries versions
|
|
|
|
* Kotlin `1.3.31` -> `1.3.50`
|
|
|
|
* Coroutines `1.2.1` -> `1.3.2`
|
|
|
|
* Serialization `0.11.0` -> `0.13.0`
|
|
|
|
* Joda Time `2.10.1` -> `2.10.4`
|
|
|
|
* Ktor `1.1.4` -> `1.2.5`
|
|
|
|
* Now `SauceNaoAPI` is `Closeable`
|
|
|
|
* Now `SauceNaoAPI` working with synchronous queue
|
|
|
|
* `SauceNaoAPI` now will wait for some time when one of limits will be achieved
|
|
|
|
|
2019-10-12 07:47:00 +00:00
|
|
|
### 0.4.2
|
|
|
|
|
2019-10-12 07:00:38 +00:00
|
|
|
### 0.4.1 Managers experiments and row format in answer
|
2019-10-12 06:30:02 +00:00
|
|
|
|
|
|
|
* Add `TimeManager` - it will manage work with requests times
|
|
|
|
* Add `RequestQuotaMagager` - it will manage quota for requests and call suspend
|
|
|
|
if they will be over
|
2019-10-12 06:32:17 +00:00
|
|
|
* `SauceNaoAPI` now working (almost) asynchronously
|
2019-10-12 07:00:38 +00:00
|
|
|
* Now `SauceNaoAnswer` have field `row` which contains `JsonObject` with
|
|
|
|
all original answer fields
|
2019-10-12 06:30:02 +00:00
|
|
|
|
2019-08-19 08:13:43 +00:00
|
|
|
## 0.3.0
|
2019-06-05 11:45:49 +00:00
|
|
|
|
|
|
|
* Now `results` field of `SauceNaoAnswer` is optional and is empty list by default
|
2019-06-05 11:56:38 +00:00
|
|
|
* Adapted structure almost completed and now can be used with raw results
|
2019-06-05 11:45:49 +00:00
|
|
|
|