v0.79.0
0.79.0 (2025-03-06)
Full Changelog: v0.78.0...v0.79.0
⚠ BREAKING CHANGES
- client: refactor multipart formdata impl (#513)
Features
- api: new Settlement API endpoints and changes to update Account Holder endpoint (#514) (553889a)
- client: accept
InputStreamandPathfor file params (#519) (de0b778) - client: allow configuring timeouts granularly (#510) (17f97db)
- client: detect binary incompatible jackson versions (#520) (a726256)
- client: support raw response access (#511) (112fd32)
Bug Fixes
- compiler error (9242559)
Chores
- client: expose
Optional, not nullable, fromClientOptions(#517) (fa8d950) - client: refactor multipart formdata impl (#513) (254306a)
- client: use deep identity methods for primitive array types (#505) (7a0b3ad)
- internal: add async service tests (#503) (c29ae5a)
- internal: improve sync service tests (c29ae5a)
- internal: refactor
ErrorHandlingTest(#509) (ecf5050) - internal: refactor
ServiceParamsTest(#507) (bab2b10)