Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: 6.0.0 #343

Open
wants to merge 20 commits into
base: main
Choose a base branch
from

Conversation

stainless-app[bot]
Copy link
Contributor

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

Automated Release PR

6.0.0 (2025-03-04)

Full Changelog: v5.0.0...v6.0.0

⚠ BREAKING CHANGES

  • client: refactor multipart formdata impl (#359)

Features

  • client: allow omitting params object when none required (#350) (8f75bcf)
  • client: get rid of annoying checked exceptions (#345) (f041471)
  • client: support raw response access (#358) (56c91d6)

Bug Fixes

  • client: add missing @JvmStatic (#351) (2580073)
  • client: mark some request bodies as optional (#347) (46f9eac)

Chores

  • ci: update gradle actions to v4 (#344) (4477581)
  • client: expose Optional, not nullable, from ClientOptions (#362) (b0b3f45)
  • client: refactor multipart formdata impl (#359) (bfcea00)
  • client: use deep identity methods for primitive array types (#353) (9dbeaf8)
  • docs: add faq to readme (#346) (d1d4818)
  • internal: add async service tests (#352) (27294e4)
  • internal: get rid of configuration cache (#342) (8acbd15)
  • internal: improve sync service tests (27294e4)
  • internal: refactor ErrorHandlingTest (#357) (20a8d6a)
  • internal: refactor ServiceParamsTest (#355) (b942ac5)
  • internal: remove unnecessary non-null asserts in tests (46f9eac)
  • internal: use assertNotNull in tests for type narrowing (46f9eac)

Documentation

  • add immutability explanation to readme (#348) (8f6e885)
  • add raw response readme documentation (#360) (40a2d03)
  • add source file links to readme (#349) (fe1facc)
  • note required fields in builder javadoc (#361) (b791899)
  • readme parameter tweaks (27294e4)
  • update URLs from stainlessapi.com to stainless.com (#356) (08fb974)

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

It's causing release issues in some cases.
Note that `setup-gradle@v4` automatically runs wrapper validation.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 2f02ef0 to 4477581 Compare February 20, 2025 18:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 6093ba4 to f041471 Compare February 20, 2025 19:22
@stainless-app stainless-app bot changed the title release: 5.0.1 release: 5.1.0 Feb 20, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 900e9c7 to f041471 Compare February 20, 2025 19:22
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fdfdfa2 to d1d4818 Compare February 20, 2025 22:21
chore(internal): use `assertNotNull` in tests for type narrowing
chore(internal): remove unnecessary non-null asserts in tests
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1d6c2ac to 46f9eac Compare February 20, 2025 22:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 90ad014 to 8f6e885 Compare February 21, 2025 23:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0ba8d60 to fe1facc Compare February 24, 2025 19:24
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 8034c86 to 8f75bcf Compare February 25, 2025 22:37
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 3045f8a to 2580073 Compare February 26, 2025 01:45
chore(internal): improve sync service tests
docs: readme parameter tweaks
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 82c9381 to 27294e4 Compare February 26, 2025 17:41
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch 2 times, most recently from aa89b1e to b942ac5 Compare February 27, 2025 16:24
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ee4b1a9 to 08fb974 Compare February 27, 2025 22:02
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f86dbbc to 20a8d6a Compare March 3, 2025 18:32
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 899932a to 56c91d6 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 2a7dd9f to bfcea00 Compare March 4, 2025 20:05
@stainless-app stainless-app bot changed the title release: 5.1.0 release: 6.0.0 Mar 4, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 96982a5 to bfcea00 Compare March 4, 2025 20:06
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 96d1f83 to 40a2d03 Compare March 4, 2025 20:40
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1d22710 to b791899 Compare March 4, 2025 23:01
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from c489fe2 to b0b3f45 Compare March 4, 2025 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

0 participants