v7.4.0
7.4.0 (2025-07-24)
Full Changelog: v7.3.1...v7.4.0
Features
- api: api update (f1f21d9)
- api: api update (21939b3)
- client: add
{QueryParams,Headers}#put(String, JsonValue)methods (c85d73a) - client: add https config options (4ae1b1a)
- client: allow configuring env via system properties (acdb059)
Bug Fixes
- client: accidental mutability of some classes (f1e80c0)
- client: ensure error handling always occurs (98e72bc)
- internal: fix error handlers on ClientImpl (8cfda8e)
- use errorHandler (f1f1119)
Chores
- ci: bump
actions/setup-javato v4 (a15c7b6) - internal: allow running specific example from cli (c1eebc5)
- internal: refactor delegating from client to options (e9e1c40)
- internal: remove unnecessary
[...]in[@see](https://github.com/see)(8b2df3c)