Skip to content

release: 0.11.0#143

Open
stainless-app[bot] wants to merge 42 commits intomainfrom
release-please--branches--main--changes--next
Open

release: 0.11.0#143
stainless-app[bot] wants to merge 42 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Jan 5, 2026

Automated Release PR

0.11.0 (2026-03-07)

Full Changelog: v0.10.0...v0.11.0

Features

  • api: api update (ca9ee11)
  • api: api update (d683d44)
  • api: api update (01e0e53)
  • api: api update (53cbdac)
  • api: api update (7b287a1)
  • api: api update (aabe63c)
  • api: api update (74b758c)
  • api: api update (dc0fc24)
  • client: add HttpRequest#url() method (6b5a7b3)
  • client: add connection pooling option (dabf164)
  • client: allow configuring dispatcher executor service (960cc19)
  • client: send X-Stainless-Kotlin-Version header (32f4d72)

Bug Fixes

  • client: disallow coercion from float to int (a498a2f)
  • client: fully respect max retries (db20e56)
  • client: preserve time zone in lenient date-time parsing (62d4ba4)
  • client: send retry count header for max retries 0 (db20e56)
  • date time deserialization leniency (b53df43)
  • fix request delays for retrying to be more respectful of high requested delays (249bfd4)

Chores

  • ci: skip uploading artifacts on stainless-internal branches (2737021)
  • ci: upgrade actions/github-script (47e61f7)
  • ci: upgrade actions/setup-java (e3a09ff)
  • docs: add missing descriptions (edc87cc)
  • drop apache dependency (ea51709)
  • internal: allow passing args to ./scripts/test (68d4da0)
  • internal: bump palantir-java-format (4460207)
  • internal: clean up maven repo artifact script and add html documentation to repo root (88364fc)
  • internal: correct cache invalidation for SKIP_MOCK_TESTS (27772a9)
  • internal: depend on packages directly in example (db20e56)
  • internal: expand imports (ee924bd)
  • internal: improve maven repo docs (d891959)
  • internal: make OkHttp constructor internal (4d0d7a8)
  • internal: support uploading Maven repo artifacts to stainless package server (141a5d6)
  • internal: update actions/checkout version (bcb84ae)
  • internal: update TestServerExtension comment (2f1209d)
  • internal: update maven repo doc to include authentication (95ce4a8)
  • internal: upgrade AssertJ (626ff7d)
  • make Properties more resilient to null (7e517d6)
  • test on Jackson 2.14.0 to avoid encountering FasterXML/jackson-databind#3240 in tests (b53df43)
  • test: do not count install time for mock server timeout (d631a4b)
  • update mock server docs (9ab611b)

This pull request is managed by Stainless's GitHub App.

The semver version number is based on included commit messages. Alternatively, you can manually set the version number in the title of this pull request.

For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request.

🔗 Stainless website
📚 Read the docs
🙋 Reach out for help or questions

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3b9ebda to b0823d0 Compare January 6, 2026 14:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b0823d0 to ff5bb66 Compare January 9, 2026 00:55
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ff5bb66 to c19d48d Compare January 9, 2026 08:55
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c19d48d to ac8ff53 Compare January 12, 2026 22:58
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ac8ff53 to e57525d Compare January 15, 2026 19:41
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e57525d to 52682ae Compare January 16, 2026 06:12
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Jan 16, 2026

🧪 Testing

To try out this version of the SDK:

Add the following URL as a Maven source: 'https://pkg.stainless.com/s/prelude-java/27370217d777fa1ebf591100e2be408388575241/mvn'

Expires at: Mon, 06 Apr 2026 13:01:22 GMT
Updated at: Sat, 07 Mar 2026 13:01:22 GMT

@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 52682ae to e54ba5d Compare January 16, 2026 12:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e54ba5d to 20e8ff0 Compare January 16, 2026 15:04
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 20e8ff0 to e39c7db Compare January 16, 2026 18:24
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e39c7db to 9e10d90 Compare January 16, 2026 18:31
fix(client): send retry count header for max retries 0
chore(internal): depend on packages directly in example
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9e10d90 to bce571b Compare January 16, 2026 20:16
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from bce571b to b3e7b69 Compare January 16, 2026 20:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b3e7b69 to 39e977e Compare January 21, 2026 19:08
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9d544dc to 2ff27d5 Compare February 17, 2026 13:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 2ff27d5 to 50744cd Compare February 17, 2026 13:20
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 50744cd to 79d6569 Compare February 17, 2026 17:56
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 79d6569 to 3fc37c1 Compare February 18, 2026 20:49
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3fc37c1 to 97d5675 Compare February 18, 2026 23:00
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 97d5675 to 0ace280 Compare February 19, 2026 16:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0ace280 to 7d82e5c Compare February 23, 2026 17:48
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7d82e5c to e95002b Compare February 23, 2026 17:57
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e95002b to 524271e Compare February 24, 2026 17:13
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 524271e to cd1cf89 Compare February 27, 2026 23:02
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from cd1cf89 to c307103 Compare March 3, 2026 09:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c307103 to 3f29271 Compare March 5, 2026 09:28
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3f29271 to b17605b Compare March 5, 2026 09:48
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b17605b to 368b7d9 Compare March 5, 2026 11:47
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 368b7d9 to 0c3b728 Compare March 7, 2026 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants