Skip to content

release: 0.40.0#293

Merged
stainless-app[bot] merged 9 commits intomainfrom
release-please--branches--main--changes--next
Mar 5, 2025
Merged

release: 0.40.0#293
stainless-app[bot] merged 9 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Copy Markdown
Contributor

@stainless-app stainless-app bot commented Mar 3, 2025

Automated Release PR

0.40.0 (2025-03-05)

Full Changelog: v0.39.0...v0.40.0

⚠ BREAKING CHANGES

  • client: refactor multipart formdata impl (#296)

Features

Chores

  • client: expose Optional, not nullable, from ClientOptions (#299) (20f1914)
  • client: refactor multipart formdata impl (#296) (22e538b)
  • internal: refactor ErrorHandlingTest (#292) (d1ec6ff)

Documentation

  • add raw response readme documentation (#297) (648e2e6)
  • note required fields in builder javadoc (#298) (1af73ac)

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

Note that previously the `timeout(Duration)` method on the client and `RequestOptions` corresponded to connect, read, write, and request timeout. Now it only corresponds to the request timeout. Use the new `timeout(Timeout)` method to configure other timeout values granularly.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from bb6054d to fd71049 Compare March 4, 2025 17:01
@stainless-app stainless-app bot changed the title release: 0.39.1 release: 0.40.0 Mar 4, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0bfe959 to fd71049 Compare March 4, 2025 17:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a60aa5d to 70b0eb8 Compare March 4, 2025 17:45
chore(internal): move `HttpRequestBodies` file
chore(internal): extract function for checking for lists in json fields
# Migration
1. Builder methods that used to take `contentType` and `filename` as positional parameters after the main argument now no longer do. To set a custom `contentType` or `filename`, pass `MultipartField`, which can be constructed via `MultipartField.builder()`.
2. It's unlikely you were referencing it, but `MultipartFormValue` is now called `MultipartField` if you were.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c636b93 to 22e538b Compare March 4, 2025 20:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0344d97 to 648e2e6 Compare March 4, 2025 20:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 39795cf to 1af73ac Compare March 4, 2025 23:15
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from a0f0ca0 to 20f1914 Compare March 4, 2025 23:20
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 5dc0a59 to d5cb74a Compare March 5, 2025 02:53
@stainless-app stainless-app bot merged commit 5f52bfe into main Mar 5, 2025
@stainless-app
Copy link
Copy Markdown
Contributor Author

stainless-app bot commented Mar 5, 2025

🤖 Release is at https://github.com/orbcorp/orb-java/releases/tag/v0.40.0 🌻

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