Releases: Increase/increase-java
Releases · Increase/increase-java
v0.161.0
0.161.0 (2025-01-14)
Full Changelog: v0.160.0...v0.161.0
Features
- api: api update (#689) (9c18c02)
- client: add various convenience setters to models (#682) (57324bd)
- client: allow passing null or optional for nullable fields (#679) (7e006d5)
- client: allow setting arbitrary JSON for top-level body params (57324bd)
- client: expose getters for
JsonFieldof body params (57324bd)
Bug Fixes
- client: add some missing
validate()calls (#684) (3695f32) - client: consistently throw on omitting required fields (57324bd)
- client: convert
JsonFieldcontaining list type to mutable in builder (57324bd)
Chores
- internal: codegen related update (#683) (237ecbe)
- internal: extract a
checkRequiredfunction (#690) (deffea6) - internal: fix up root
build.gradle.ktsformatting (#685) (2b491a4) - internal: refactor
validatemethods (3695f32) - internal: remove unused Gradle imports (#686) (f9ab04f)
- internal: remove unused or unnecessary Gradle imports (#687) (d5bdf23)
- internal: update examples (#680) (c0b2611)
- internal: update some gradle formatting (#688) (7538c22)
Documentation
Styles
v0.160.0
0.160.0 (2025-01-03)
Full Changelog: v0.159.0...v0.160.0
⚠ BREAKING CHANGES
- client: switch query params objects to use
QueryParams(#666)
Features
- api: api update (#669) (a48d436)
- api: api update (#670) (31d9fe0)
- api: api update (#671) (ea1ed7d)
- api: api update (#673) (74ec930)
- api: api update (#674) (05926fd)
Chores
Refactors
v0.159.0
v0.158.0
0.158.0 (2024-12-18)
Full Changelog: v0.157.0...v0.158.0
Features
- api: api update (#645) (ad806f4)
- api: api update (#647) (dd4c71a)
- api: api update (#652) (a330815)
- api: api update (#657) (02c29b7)
Chores
- internal: remove unused and expand used wildcard imports (#655) (4ea2232)
- internal: remove unused and expand used wildcard imports (#656) (f9fab92)
- internal: remove unused imports (#651) (652cf01)
- test: remove unused imports (#653) (bd477bf)
- test: use
JsonValueinstead ofJsonString(#654) (4470aa8) - update example values in tests and docs (#648) (f1e2ee1)