Skip to content

Conversation

@stainless-app
Copy link
Contributor

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

Automated Release PR

0.50.0 (2025-03-19)

Full Changelog: v0.49.1...v0.50.0

⚠ BREAKING CHANGES

  • client: refactor exception structure and methods (#357)

Bug Fixes

Chores

  • client: refactor exception structure and methods (#357) (adc2898)
  • internal: codegen related update (#356) (56e24bf)
  • internal: refactor enum query param serialization (#353) (06904bf)
  • internal: version bump (#354) (8d4d3e1)

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 d4b24e7 to 56e24bf Compare March 18, 2025 20:10
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 500cf32 to 287236c Compare March 19, 2025 14:59
# Migration
Previously you would access error JSON on an exception via `exception.error()._additionalProperties()`, which would return `Map<String, JsonValue>`. Now you would access this via `exception.body()`, which returns `JsonValue`. You should no longer assume that the returned error JSON is an object. You can check via `exception.body().asObject()`.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from f6a4fde to adc2898 Compare March 19, 2025 19:33
@stainless-app stainless-app bot changed the title release: 0.49.2 release: 0.50.0 Mar 19, 2025
@stainless-app stainless-app bot merged commit d76e30e into main Mar 19, 2025
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Mar 19, 2025

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