Skip to content

chore(next => main): release abc 0.0.1 #291

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

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 15, 2024

✨ Stainless prepared a new release

0.0.1 (2024-02-15)

Full Changelog: ...abc-v0.0.1

⚠ BREAKING CHANGES

  • client: restructure some methods (#80)

Features

  • add None default value to nullable response properties (#246) (e0344b5)
  • add support for Pydantic v2 (#66) (85d7032)
  • add webhook verification methods (#89) (a7b9091)
  • allow a default timeout to be set for clients (#61) (0ac3cc6)
  • api: add /forward endpoint and other updates (#116) (fa2cac5)
  • api: add /jobs endpoints (#210) (3eb8d27)
  • api: add client_type and connection_type to introspection (#211) (aabba8f)
  • api: add lp tax payer type enum value (#218) (09e63ee)
  • api: add employer_contributions field (#270) (32b590a)
  • api: add method to create access token (#249) (82357ea)
  • api: add sandbox APIs (#251) (1ef72c7)
  • api: create access token reads client opts if not provided (#281) (e881e8f)
  • api: updates (#184) (3c9c38f)
  • api: updates (#192) (4e68d09)
  • ci: add reviewers (#106) (49233f0)
  • client: add forwards-compatible pydantic methods (#121) (1c0b80d)
  • client: add logging setup (#127) (96d7a3b)
  • client: add support for passing in a httpx client (#123) (facd0d8)
  • client: add support for streaming raw responses (#261) (af4c3a7)
  • client: adjust retry behavior to be exponential backoff (#149) (ecb29db)
  • client: allow binary returns (#164) (0f99ec3)
  • client: enable follow redirects by default (#273) (b11dc4c)
  • client: handle retry-after header with a date format (#113) (6fe5576)
  • client: hook up sandbox auth (#256) (949cc3f)
  • client: improve file upload types (#148) (cd54e80)
  • client: restructure some methods (#80) (4a62206)
  • client: retry on 408 Request Timeout (#99) (38c6c6b)
  • client: support accessing raw response objects (#154) (5c28196)
  • client: support parsing custom response types (#277) (9675be7)
  • client: support passing BaseModels to request params at runtime (#166) (89ac82e)
  • client: support passing chunk size for binary responses (#175) (e5ebf07)
  • client: support passing httpx.Timeout to method timeout argument (#171) (5a59bd8)
  • client: support passing httpx.URL instances to base_url (#138) (992417f)
  • client: support reading the base url from an env variable (#186) (28399d7)
  • github: include a devcontainer setup (#162) (fd9e37b)
  • initial commit (#1) (#2) (b64fff9)
  • make webhook headers case insensitive (#130) (72a53be)
  • package: add classifiers (#160) (e054295)
  • package: export a root error type (#108) (41c24ef)
  • pagination: remove unused types (#215) (9680932)
  • remove redundant endpoint, add sandbox client options (not yet used) (#255) (0410063)
  • webhooks: add types to the unwrap method (#258) (2952dfa)

Bug Fixes

  • api: fix authentication_type enum (#276) (638b929)
  • api: update employer_size parameter to employee_size (#278) (50e9f3b)
  • avoid leaking memory when Client.with_options is used (#220) (4fa9251)
  • binaries: don't synchronously block in astream_to_file (#167) (3cd2325)
  • client: accept io.IOBase instances in file params (#134) (522960c)
  • client: attempt to parse unknown json content types (#191) (ddf9988)
  • client: correct base_url setter implementation (#207) (25e96d6)
  • client: correctly handle arguments with env vars (#128) (0c43995)
  • client: correctly use custom http client auth (#242) (86be1c2)
  • client: don't error by default for unexpected content types (#104) (1a2c420)
  • client: ensure path params are non-empty (#263) (7e628ed)
  • client: ensure retried requests are closed (#204) (662c8ab)
  • client: properly configure model set fields (#98) (d855b84)
  • client: properly handle optional file params (#88) (6e3c07f)
  • client: retry if SSLWantReadError occurs in the async client (#181) (3220523)
  • client: serialise pydantic v1 default fields correctly in params (#180) (b37d225)
  • correct benfits to benefits (#125) (9c890af)
  • deps: pin pydantic to less than v2.0 (#32) (8b7f0df)
  • errors: properly assign APIError.body (#219) (70fb25e)
  • models: mark unknown fields as set in pydantic v1 (#179) (596c3c6)
  • pagination: don't duplicate shared types (#86) (64b0a06)
  • prevent crash when platform.architecture() is not allowed (#283) (06258d8)
  • prevent TypeError in Python 3.8 (ABC is not subscriptable) (#170) (04e9c08)
  • sse: small improvement to handling server-sent events (#11) (05796db)
  • types: correct items type for individuals arg in enroll_many (#15) (3c7b4dd)
  • types: loosen most List params types to Iterable (#288) (99cb269)

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-app stainless-app bot requested review from a team, M-Shehu and nickbyman-tryfinch and removed request for a team February 15, 2024 19:39
@stainless-bot
Copy link
Collaborator

created in error

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.

1 participant