Releases: SandroHc/reactive-jikan
Releases · SandroHc/reactive-jikan
v2.2.0
Changelog
- BREAKING CHANGE: classes
AnimeGenre
andMangaGenre
are now calledGenre
- New genres! Check #14 to see what changed.
- Updated the following dependencies:
- reactor-netty: 1.0.16 → 1.1.0
- jackson-databind: 2.13.1 → 2.14.0
- jackson-datatype-jsr310: 2.13.1 → 2.14.0
v2.1.0
Changelog
- Removed Caffeine from the dependencies list due to it being incompatible with Android (#10, ben-manes/caffeine#293).
Please see https://github.com/SandroHc/reactive-jikan#caching for an example of a caching implementation. - Updated the following dependencies:
- reactor-netty: 1.0.15 → 1.0.16
v2.0.0
Changelog
- Support for new Jikan API V4 endpoints! 🎉
- Caching support.
v1.1.0
Changelog
- Downgrade slf4-api to latest stable version (#8).
If you were using the fluent API provided by slf4-api 2.x, please add the dependencyorg.slf4j:slf4j-api:2.0.0-alpha6
to your project or rewrite your loggings statements (e.g.log.atError().setCause(ex).addArgument(arg1).log("Message: {}");
→log.error("Message: {}", arg1, ex);
) - Updated the following dependencies:
- reactor-netty: 1.0.12 → 1.0.15
- jackson-databind: 2.13.0 → 2.13.1
- jackson-datatype-jsr310: 2.13.0 → 2.13.1
v1.0.2
Changelog
- Fixed exclude genres not working (#7)
- Updated the following dependencies:
- reactor-netty: 1.0.5 → 1.0.12
- jackson-databind: 2.12.2 → 2.13.0
- jackson-datatype-jsr310: 2.12.2 → 2.13.0
v1.0.1
Changelog
- All model entities are now serializable
- Updated the following dependencies:
- reactor-netty: 1.0.1 → 1.0.5
- jackson-databind: 2.11.3 → 2.12.2
- jackson-datatype-jsr310: 2.11.3 → 2.12.2