v0.1.0-alpha.47
Pre-release
Pre-release
0.1.0-alpha.47 (2026-01-17)
Full Changelog: v0.1.0-alpha.46...v0.1.0-alpha.47
Bug Fixes
- client: disallow coercion from float to int (7455e7f)
- client: fully respect max retries (814f38c)
- client: send retry count header for max retries 0 (814f38c)
- date time deserialization leniency (32945ab)
Chores
- ci: upgrade
actions/setup-java(efba5c4) - internal: clean up maven repo artifact script and add html documentation to repo root (75e739a)
- internal: depend on packages directly in example (814f38c)
- internal: improve maven repo docs (214feba)
- internal: update
actions/checkoutversion (e69a85a) - test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (32945ab)