7.6.0 (2026-01-26)
Full Changelog: v7.5.2...v7.6.0
Features
- api: add per endpoint security (5fafaa5)
- api: api update (d114bf8)
- api: api update (583f215)
- api: api update (56c238b)
- api: api update (c9a39db)
- api: api update (e963bfe)
- api: api update (2814404)
- api: api update (f60dbd4)
- api: api update (f1ef890)
- api: api update (24c0b05)
- api: api update (fbab0ba)
- api: api update (3a26e4f)
- api: api update (5c9fec8)
- api: api update (bc19956)
- api: api update (19b774e)
- api: api update (7eff3c6)
- api: api update (3503998)
- api: api update (ea749ed)
- api: api update (84344df)
- api: make client id, client secret optional again (93b2777)
- api: manual updates (4c8cbc7)
- api: update automated code reviewer selection (76becaa)
- client: add
HttpRequest#url()method (b43ba30) - client: add convenience overloads for some methods (28a1baf)
- client: allow configuring dispatcher executor service (0689bb4)
- client: expose sleeper option (5f4376b)
- client: send
X-Stainless-Kotlin-Versionheader (20e5c53)
Bug Fixes
- ci: use java-version 21 for publish step (46d1d62)
- client: add missing additional properties fields (2398373)
- client: cancel okhttp call when future cancelled (86a5dc5)
- client: deserialization of empty objects (592591e)
- client: disallow coercion from float to int (2d0273c)
- client: ensure single timer is created per client (5f4376b)
- client: fully respect max retries (94750f2)
- client: incorrect
getPackageVersionimpl (8d2117e) - client: multi-value header serialization (0fb6659)
- client: preserve time zone in lenient date-time parsing (30f0600)
- client: send retry count header for max retries 0 (94750f2)
- date time deserialization leniency (fcc607b)
- fix casing issue (9d4c016)
- java: Resolve name collisions (63229b5)
- tests: skip broken date validation test (bb45176)
- update singularization rules (6bef352)
Chores
- ci: reduce log noise (b8708e5)
- ci: upgrade
actions/github-script(1813964) - ci: upgrade
actions/setup-java(7a3233e) - improve formatter performance (fd24e7b)
- internal: change some comment formatting (d3b4941)
- internal: clean up maven repo artifact script and add html documentation to repo root (eaa7933)
- internal: codegen related update (67b9eae)
- internal: codegen related update (925032e)
- internal: codegen related update (62d8e8f)
- internal: codegen related update (db5d4c4)
- internal: correct cache invalidation for
SKIP_MOCK_TESTS(58f8c23) - internal: depend on packages directly in example (94750f2)
- internal: improve maven repo docs (baeae07)
- internal: support uploading Maven repo artifacts to stainless package server (9873736)
- internal: update
actions/checkoutversion (fa05bce) - internal: update maven repo doc to include authentication (c6606b8)
- ownership: move from data to platform team (#558) (fcd08ea)
- remove memory upper bound from publishing step (a118c48)
- test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (fcc607b)
Documentation
- add comment for arbitrary value fields (a1f83d6)
- prominently feature MCP server setup in root SDK readmes (fce4bb1)
- remove
$for better copy-pasteabality (39ae10c)
Refactors
- client: handling of absent pagination total (15b40fc)