mirror of
https://github.com/InsanusMokrassar/SauceNaoAPI.git
synced 2024-12-23 13:17:11 +00:00
start 0.6.2
This commit is contained in:
parent
e0215dcf8f
commit
33d143ea12
68
CHANGELOG.md
68
CHANGELOG.md
@ -1,5 +1,15 @@
|
|||||||
# SauceNaoAPI Changelog
|
# SauceNaoAPI Changelog
|
||||||
|
|
||||||
|
## 0.6.2
|
||||||
|
|
||||||
|
## 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`
|
||||||
|
|
||||||
## 0.6.0
|
## 0.6.0
|
||||||
|
|
||||||
**MAIN PACKAGE WAS CHANGED: `com.github.insanusmokrassar` -> `com.insanusmokrassar`**
|
**MAIN PACKAGE WAS CHANGED: `com.github.insanusmokrassar` -> `com.insanusmokrassar`**
|
||||||
@ -12,18 +22,35 @@
|
|||||||
* `Klock`: `1.11.14` -> `1.12.0`
|
* `Klock`: `1.11.14` -> `1.12.0`
|
||||||
* `Ktor`: `1.3.2` -> `1.4.0`
|
* `Ktor`: `1.3.2` -> `1.4.0`
|
||||||
|
|
||||||
### 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`
|
|
||||||
|
|
||||||
## 0.5.0
|
## 0.5.0
|
||||||
|
|
||||||
* Versions updates
|
* Versions updates
|
||||||
|
|
||||||
|
## 0.4.4
|
||||||
|
|
||||||
|
* Uploading of file
|
||||||
|
* Updates of versions
|
||||||
|
* Now `SauceNaoAPI` do not require api key
|
||||||
|
* `SauceNaoAPI` instances now can return `limitsState` object, which will contains `LimitsState` with currently known
|
||||||
|
state of limits
|
||||||
|
|
||||||
|
## 0.4.3
|
||||||
|
|
||||||
|
Hotfix for serializer of `SauceNaoAnswer`
|
||||||
|
|
||||||
|
## 0.4.2
|
||||||
|
|
||||||
|
Hotfix for autostop for some time when there is no remaining quotas for requests
|
||||||
|
|
||||||
|
## 0.4.1 Managers experiments and row format in answer
|
||||||
|
|
||||||
|
* 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
|
||||||
|
* `SauceNaoAPI` now working (almost) asynchronously
|
||||||
|
* Now `SauceNaoAnswer` have field `row` which contains `JsonObject` with
|
||||||
|
all original answer fields
|
||||||
|
|
||||||
## 0.4.0
|
## 0.4.0
|
||||||
|
|
||||||
* Update libraries versions
|
* Update libraries versions
|
||||||
@ -36,31 +63,6 @@
|
|||||||
* Now `SauceNaoAPI` working with synchronous queue
|
* Now `SauceNaoAPI` working with synchronous queue
|
||||||
* `SauceNaoAPI` now will wait for some time when one of limits will be achieved
|
* `SauceNaoAPI` now will wait for some time when one of limits will be achieved
|
||||||
|
|
||||||
### 0.4.4
|
|
||||||
|
|
||||||
* Uploading of file
|
|
||||||
* Updates of versions
|
|
||||||
* Now `SauceNaoAPI` do not require api key
|
|
||||||
* `SauceNaoAPI` instances now can return `limitsState` object, which will contains `LimitsState` with currently known
|
|
||||||
state of limits
|
|
||||||
|
|
||||||
### 0.4.3
|
|
||||||
|
|
||||||
Hotfix for serializer of `SauceNaoAnswer`
|
|
||||||
|
|
||||||
### 0.4.2
|
|
||||||
|
|
||||||
Hotfix for autostop for some time when there is no remaining quotas for requests
|
|
||||||
|
|
||||||
### 0.4.1 Managers experiments and row format in answer
|
|
||||||
|
|
||||||
* 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
|
|
||||||
* `SauceNaoAPI` now working (almost) asynchronously
|
|
||||||
* Now `SauceNaoAnswer` have field `row` which contains `JsonObject` with
|
|
||||||
all original answer fields
|
|
||||||
|
|
||||||
## 0.3.0
|
## 0.3.0
|
||||||
|
|
||||||
* Now `results` field of `SauceNaoAnswer` is optional and is empty list by default
|
* Now `results` field of `SauceNaoAnswer` is optional and is empty list by default
|
||||||
|
@ -8,4 +8,4 @@ ktor_version=1.4.1
|
|||||||
gradle_github_release_plugin_version=2.2.12
|
gradle_github_release_plugin_version=2.2.12
|
||||||
gradle_bintray_plugin_version=1.8.5
|
gradle_bintray_plugin_version=1.8.5
|
||||||
|
|
||||||
library_version=0.6.1
|
library_version=0.6.2
|
||||||
|
Loading…
Reference in New Issue
Block a user