-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
20bf6f4
commit 752642e
Showing
4 changed files
with
53 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
### 0.4.0 | ||
|
||
_Not Released Yet_ | ||
_Released 2022 Jul 27_ | ||
|
||
#### Improvements | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,25 @@ | ||
### 0.3.0 | ||
### 0.4.0 | ||
|
||
_Released 2021 Jul 14_ | ||
_Released 2022 Jul 27_ | ||
|
||
#### Improvements | ||
|
||
- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.4.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.4.0). | ||
- `Result` is now used to catch exceptions during deserialization. | ||
- Updated to [api-generator](https://github.com/GW2ToolBelt/api-generator) to [0.6.0](https://github.com/GW2ToolBelt/api-generator/releases/tag/v0.6.0). | ||
- Cleaned up caching. | ||
- Renamed `CacheAccessor` to `CacheAccess`. | ||
- Cache time overwrites were removed for now. | ||
- Cleaned up the `RateLimiter` interface and related hooks. | ||
- A default `TokenBucketRateLimiter` implementation is now available. | ||
- API clients are now configured to use a rate limiter by default. | ||
- Introduced the `DecodingResult` abstraction to improve error-handling | ||
capabilities for malformed data from the API. | ||
- Introduced the `ResponseHeaders` abstraction that wraps headers of a | ||
`Response` and provides utilities. | ||
- Improved documentation throughout the entire library. | ||
|
||
#### Breaking Changes | ||
|
||
- All modules now require Kotlin 1.7 | ||
- JVM modules now require Java 11 | ||
- The library was significantly reworked and many things were either renamed or | ||
relocated. Detailed migration guidelines are not available for this release. |