Skip to content

release: 0.160.0#667

Merged
stainless-app[bot] merged 11 commits intomainfrom
release-please--branches--main--changes--next
Jan 6, 2025
Merged

release: 0.160.0#667
stainless-app[bot] merged 11 commits intomainfrom
release-please--branches--main--changes--next

Conversation

@stainless-app
Copy link
Contributor

@stainless-app stainless-app bot commented Dec 20, 2024

Automated Release PR

0.160.0 (2025-01-03)

Full Changelog: v0.159.0...v0.160.0

⚠ BREAKING CHANGES

  • client: switch query params objects to use QueryParams (#666)

Features

Chores

Refactors

  • client: switch query params objects to use QueryParams (#666) (0687924)
  • internal: use constructor to deserialize json (#668) (62773ca)

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

…666)

feat(client): add methods for removing additional properties
chore(internal): remove unnecessary validation methods
chore(internal): swap params body getters to use optionals
chore(internal): remove unnecessary nullable annotations
style(internal): minor changes to code ordering and syntax
# Migration
If you were accessing `_additionalProperties()` on a query params object, then previously it returned `Map<String, List<String>>`. Now it returns a dedicated `QueryParams` object. The `QueryParams` class is better suited for mapping a key to multiple values and has similar methods to `Map`.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from ccb1809 to 62773ca Compare December 20, 2024 22:53
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from dafba97 to a48d436 Compare December 23, 2024 14:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from fb1b929 to 31d9fe0 Compare December 23, 2024 15:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 021b139 to ea1ed7d Compare December 23, 2024 16:12
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b9c7313 to 2dd8d70 Compare January 1, 2025 19:37
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 9eb4de4 to 74ec930 Compare January 1, 2025 22:36
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b88d35a to 05926fd Compare January 2, 2025 22:42
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 1d6791b to 88f1f82 Compare January 3, 2025 05:31
@stainless-app stainless-app bot merged commit 537dac1 into main Jan 6, 2025
3 checks passed
@stainless-app
Copy link
Contributor Author

stainless-app bot commented Jan 6, 2025

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