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: 0.3.14 #152

Merged
merged 19 commits into from
Oct 11, 2023
Merged

Conversation

stainless-bot
Copy link
Collaborator

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

Automated Release PR

0.3.14 (2023-10-11)

Full Changelog: v0.3.13...v0.3.14

Features

  • client: add forwards-compatible pydantic methods (#171) (4c5289e)
  • client: add support for passing in a httpx client (#173) (25046c4)
  • client: handle retry-after header with a date format (#168) (afeabf1)
  • client: retry on 408 Request Timeout (#155) (46386f8)
  • package: export a root error type (#163) (e7aa3e7)
  • types: improve params type names (#160) (43544a6)

Bug Fixes

  • client: don't error by default for unexpected content types (#161) (76cfcf9)
  • client: properly configure model set fields (#154) (da6ccb1)

Chores

  • internal: add helpers (#156) (00f5a19)
  • internal: move error classes from _base_exceptions to _exceptions (⚠️ breaking) (#162) (329b307)
  • tests: improve raw response test (#166) (8042473)

Documentation


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 d61cb58 to 9cac11b Compare September 14, 2023 09:37
This means you can check if a field was included in the response by accessing
`model_fields_set` in pydantic v2 and `__fields_set__` in v1.
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 0a8e79e to da6ccb1 Compare September 14, 2023 16:17
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 3af5b84 to 46386f8 Compare September 14, 2023 16:34
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 7f584c5 to 00f5a19 Compare September 14, 2023 17:55
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 5f92dc2 to 59fe4e3 Compare September 15, 2023 10:14
@stainless-bot stainless-bot changed the title chore(next => main): release 0.3.14 release: 0.3.14 Sep 15, 2023
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 74115d7 to 43544a6 Compare September 19, 2023 02:30
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from ae3e339 to 76cfcf9 Compare September 22, 2023 15:52
…ons (⚠️ breaking) (#162)

## 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 a405b04 to 329b307 Compare September 22, 2023 22:28
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 9599be6 to e7aa3e7 Compare September 25, 2023 13:59
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 1a3d26d to 8042473 Compare September 27, 2023 03:55
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 4d23f3e to bb7d129 Compare October 2, 2023 10:52
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from cdc2774 to afeabf1 Compare October 2, 2023 21:37
If you're still using Pydantic v1 then we've added aliases
for these methods introduced in Pydantic v2:
- model_dump
- model_dump_json
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 6ee5ae2 to 4c5289e Compare October 9, 2023 11:00
@stainless-bot stainless-bot force-pushed the release-please--branches--main--changes--next branch from 69baafc to 351095b Compare October 11, 2023 10:08
@rattrayalex rattrayalex merged commit d7fefad into main Oct 11, 2023
2 checks passed
@rattrayalex rattrayalex deleted the release-please--branches--main--changes--next branch October 11, 2023 20:27
@stainless-bot
Copy link
Collaborator Author

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.

2 participants