v7.3.0
7.3.0 (2025-07-02)
Full Changelog: v7.2.0...v7.3.0
Features
- api: api update (ba2711a)
- api: api update (85f964f)
- api: api update (d06d641)
- api: api update (ad3d78f)
- client: add a
withOptionsmethod (a6d2027) - client: implement per-endpoint base URL support (9b313e8)
Bug Fixes
- ci: release-doctor — report correct token name (9ec953f)
- client:
hasNextPageimpl for some classes (1d74258) - client: bump max requests per host to max requests (5 -> 64) (c2130c2)
- client: don't close client on
withOptionsusage when original is gc'd (f16754f) - client: fix PayStatementResponse body (6e3128c)
- client: remove
@MustBeClosedfor future returning methods (17cef16) - client: update pagination (d6b79ed)
- missing baseUrl call (2040de9)
Chores
- ci: enable for pull requests (d88d4b3)
- ci: only run for pushes and fork pull requests (65d0eb9)
- docs: grammar improvements (ec2fe8b)
- internal: codegen related update (ec234c1)
- tests: skip endpoints with basic auth (6c2f07f)
Refactors
- internal: minor
ClientOptionsTestchange (459de5c)