SauceNaoAPI/CHANGELOG.md

80 lines
2.1 KiB
Markdown
Raw Normal View History

2019-08-19 08:13:43 +00:00
# SauceNaoAPI Changelog
2020-12-02 08:30:49 +00:00
## 0.7.0
2020-12-02 08:01:04 +00:00
## 0.6.2
2020-12-02 08:08:19 +00:00
* Versions updates:
* `Kotlin`: `1.4.10` -> `1.4.20`
* `Kotlin Serialisation`: `1.0.0-RC2` -> `1.0.1`
* `Kotlin Coroutines`: `1.3.9` -> `1.4.2`
* `Klock`: `1.12.1` -> `2.0.0`
2020-12-02 08:13:42 +00:00
* `Ktor`: `1.4.1` -> `1.4.3`
2020-12-02 08:08:19 +00:00
2020-12-02 08:01:04 +00:00
## 0.6.1
* Versions updates:
* `Kotlin`: `1.4.0` -> `1.4.10`
* `Kotlin Serialisation`: `1.0.0-RC` -> `1.0.0-RC2`
* `Klock`: `1.12.0` -> `1.12.1`
* `Ktor`: `1.4.0` -> `1.4.1`
2020-10-08 08:40:22 +00:00
## 0.6.0
2020-08-13 05:17:11 +00:00
2020-08-29 13:09:54 +00:00
**MAIN PACKAGE WAS CHANGED: `com.github.insanusmokrassar` -> `com.insanusmokrassar`**
2020-08-22 15:58:35 +00:00
* All known fields were added to `ResultData`
2020-08-22 17:00:07 +00:00
* Versions updates:
* `Kotlin`: `1.3.72` -> `1.4.0`
* `Coroutines`: `1.3.8` -> `1.3.9`
* `Serialization`: `0.20.0` -> `1.0.0-RC`
* `Klock`: `1.11.14` -> `1.12.0`
* `Ktor`: `1.3.2` -> `1.4.0`
2020-08-22 15:58:35 +00:00
## 0.5.0
2020-08-15 10:52:52 +00:00
2020-08-22 15:58:35 +00:00
* Versions updates
2020-12-02 08:01:04 +00:00
## 0.4.4
2019-12-12 18:47:52 +00:00
* Uploading of file
* Updates of versions
2019-12-13 16:51:16 +00:00
* Now `SauceNaoAPI` do not require api key
2019-12-13 18:29:12 +00:00
* `SauceNaoAPI` instances now can return `limitsState` object, which will contains `LimitsState` with currently known
state of limits
2019-12-12 18:47:52 +00:00
2020-12-02 08:01:04 +00:00
## 0.4.3
2019-12-12 18:49:04 +00:00
Hotfix for serializer of `SauceNaoAnswer`
2020-12-02 08:01:04 +00:00
## 0.4.2
2019-10-12 07:47:00 +00:00
2019-10-12 08:07:48 +00:00
Hotfix for autostop for some time when there is no remaining quotas for requests
2020-12-02 08:01:04 +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
2020-12-02 08:01:04 +00:00
## 0.4.0
* 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-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