Skip to content

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 27, 2025

Automated Release PR

0.31.0 (2025-03-04)

Full Changelog: v0.30.0...v0.31.0

Features

  • client: add file upload endpoints (#268) (456274d)
  • client: allow configuring timeouts granularly (#266) (c3bc6e4)

Chores

Documentation

  • add raw response readme documentation (#269) (2839903)
  • update URLs from stainlessapi.com to stainless.com (#259) (b824bf3)

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 requested a review from a team as a code owner February 27, 2025 22:02
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 4 times, most recently from 7841450 to b824bf3 Compare March 3, 2025 05:02
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from f1b9a1f to 2472f85 Compare March 4, 2025 05:02
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 4b14f91 to c3bc6e4 Compare March 4, 2025 20:47
@stainless-app stainless-app bot changed the title release: 0.30.1 release: 0.31.0 Mar 4, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7b69e20 to c3bc6e4 Compare March 4, 2025 20:47
stainless-app bot added 3 commits March 4, 2025 21:30
chore(client)!: refactor multipart formdata impl
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 3 times, most recently from f1f98a8 to 8da7851 Compare March 4, 2025 21:32
@TomerAberbach TomerAberbach merged commit cdf6cd1 into main Mar 4, 2025
3 checks passed
Copy link
Contributor Author

stainless-app bot commented Mar 4, 2025

🤖 Release is at https://github.com/openai/openai-java/releases/tag/v0.31.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.

1 participant