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: 5.0.0 #322

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

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Jan 24, 2025

Automated Release PR

5.0.0 (2025-01-29)

Full Changelog: v4.0.1...v5.0.0

⚠ BREAKING CHANGES

  • client: better union variant method and variable names (#323)

Features

  • client: add _queryParams and _headers methods (#330) (fc644d5)
  • client: add close method (#325) (b1982e9)
  • client: better union variant method and variable names (#323) (92d26c3)

Bug Fixes

  • client: don't leak responses when retrying (#332) (e949ff8)
  • client: make some classes and constructors non-public (#328) (98d1aca)

Chores

  • add max retries to test (#324) (120f5ce)
  • internal: improve RetryingHttpClientTest (#331) (ae3e2dd)
  • internal: remove some unnecessary constructor keywords (98d1aca)
  • internal: swap checkNotNull to checkRequired (#321) (a5cacf6)

Documentation

Refactors

  • internal: extract request preparation logic (fc644d5)

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

# Migration
Some of the `ExternalAccountVerifyResponse` and `PaymentOrder. UltimateOriginatingAccount` classes' method names have been shortened. To migrate, replace usages of the long method names with the shorter ones.
For example:
- `ExternalAccountVerifyResponse.ofExternalAccountVerificationAttempt(...)` becomes `ExternalAccountVerifyResponse.ofVerificationAttempt(...)`
- `response.isExternalAccountVerificationAttempt()` becomes `response.isVerificationAttempt()`
- `UltimateOriginatingAccount.ofVirtualAccount(...)` becomes `UltimateOriginatingAccount.ofVirtual(...)`
- `account.isVirtualAccount()` becomes `account.isVirtual()`
- etc.
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from acd2f52 to 92d26c3 Compare January 24, 2025 16:18
@stainless-app stainless-app bot changed the title release: 4.0.2 release: 5.0.0 Jan 24, 2025
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from e4cf74d to 92d26c3 Compare January 24, 2025 16:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 0206448 to 120f5ce Compare January 24, 2025 23:38
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 7f63bdf to b1982e9 Compare January 26, 2025 15:34
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 99d3677 to 2f65e9c Compare January 26, 2025 15:50
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 2e30adc to fae2ea1 Compare January 26, 2025 16:17
chore(internal): remove some unnecessary `constructor` keywords
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b892759 to 98d1aca Compare January 26, 2025 17:23
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from aebc614 to 42142b6 Compare January 27, 2025 17:53
refactor(internal): extract request preparation logic
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 517c058 to fc644d5 Compare January 29, 2025 00:18
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from b19f238 to ae3e2dd Compare January 29, 2025 20:35
@stainless-app stainless-app bot force-pushed the release-please--branches--main--changes--next branch from 11b8fe6 to e949ff8 Compare January 29, 2025 23:49
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