Skip to content

release: 0.1.3 #105

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

Merged
merged 5 commits into from
Sep 26, 2023
Merged

Conversation

stainless-bot
Copy link
Collaborator

@stainless-bot stainless-bot commented Sep 22, 2023

Automated Release PR

0.1.3 (2023-09-25)

Full Changelog: v0.1.2...v0.1.3

Features

Bug Fixes

  • client: don't error by default for unexpected content types (#104) (61dd6ba)

Chores

  • internal: move error classes from _base_exceptions to _exceptions (⚠️ breaking) (#107) (6f6c4a1)

This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).

More technical details can be found at stainless-api/release-please.

@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 26d51d5 to 6cced26 Compare September 22, 2023 21:18
…ons (⚠️ breaking) (#107)

## Migration Guide
If you were instantiating our error classes directly,
you may no longer pass a `request` kwarg (it is now pulled from the `response`).
```diff
  # before:
- BadRequestError("Test", response=response, request=request)
  # after:
+ BadRequestError("Test", response=response)
```
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 0c446ae to 6f6c4a1 Compare September 22, 2023 22:28
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from feacdd4 to 9ddf707 Compare September 25, 2023 14:00
@RobertCraigie RobertCraigie merged commit fcf8241 into main Sep 26, 2023
@RobertCraigie RobertCraigie deleted the release-please--branches--main--changes--next branch September 26, 2023 15:23
@stainless-bot
Copy link
Collaborator Author

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.

3 participants