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

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

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

  • types: rename account connection flow to account collection flow (#150)
  • api: update parameters for virtual account create request (#148)

Features

  • add None default value to nullable response properties (#334) (d08edee)
  • add support for Pydantic v2 (#181) (85709bb)
  • allow a default timeout to be set for clients (#176) (1798742)
  • api: add ledger_transactions to expected payment request (#337) (eeeef79)
  • api: add metadata in several places it was missing; add description (#163) (8f5f131)
  • api: add create and delete operations for internal accounts balance reports (#340) (7444dc0)
  • api: add dk_interbank_clearing_code and dk_nets enum members (#276) (8de6c57)
  • api: remove reversed and reversing ledger account status type (#322) (9c86ec7)
  • api: support multiple ids in ledger retrieve/list endpoints (#174) (a6939c6)
  • api: update parameters for virtual account create request (#148) (3425e69)
  • api: updates (#152) (742738b)
  • api: updates (#155) (f25dc19)
  • api: updates (#166) (8d5c102)
  • api: updates (#209) (dc10a7c)
  • api: updates (#245) (c5ed7de)
  • api: updates (#253) (a17dd72)
  • api: updates (#272) (79310cd)
  • api: updates (#290) (285ac90)
  • api: updates (#315) (f80056b)
  • api: updates (#369) (507a091)
  • api: updates parameters, error codes (#362) (6d9b4e8)
  • client: add client close handlers (#157) (c0af2dd)
  • client: add forwards-compatible pydantic methods (#219) (ad8e3f0)
  • client: add logging setup (#224) (23445af)
  • client: add support for passing in a httpx client (#220) (83776a0)
  • client: add support for streaming raw responses (#342) (26808a1)
  • client: adjust retry behavior to be exponential backoff (#247) (607eeae)
  • client: allow binary returns (#261) (fe224db)
  • client: enable follow redirects by default (#355) (0eae34b)
  • client: handle retry-after header with a date format (#216) (b307141)
  • client: improve file upload types (#246) (5d7d587)
  • client: support accessing raw response objects (#256) (52d0085)
  • client: support parsing custom response types (#358) (10c6418)
  • client: support passing BaseModels to request params at runtime (#263) (1e814f1)
  • client: support passing chunk size for binary responses (#275) (4328ced)
  • client: support passing httpx.Timeout to method timeout argument (#269) (b6c6a1a)
  • client: support passing httpx.URL instances to base_url (#237) (6db02dc)
  • client: support reading the base url from an env variable (#285) (8544e5a)
  • fixes tests where an array has to have unique enum values (#196) (e9ca16b)
  • github: include a devcontainer setup (#260) (f13f7df)
  • make webhook headers case insensitive (#227) (2f41179)
  • package: add classifiers (#259) (ecbb567)
  • package: export a root error type (#212) (4be433d)
  • test: unskip file uploads tests (#162) (d79ce4b)
  • types: consolidate direction enums into a shared TransactionDirection type (#231) (fa73b42)

Bug Fixes

  • api: add response body to VirtualAccounts.retrieve() and update resources (#146) (3eaa8e4)
  • api: use date-time for effective_at (#242) (18e8b75)
  • avoid leaking memory when Client.with_options is used (#316) (abf6406)
  • binaries: don't synchronously block in astream_to_file (#264) (6ed590c)
  • ci: ignore stainless-app edits to release PR title (#352) (e4d8fae)
  • client: accept io.IOBase instances in file params (#232) (17e3759)
  • client: attempt to parse unknown json content types (#288) (6434e82)
  • client: correct base_url setter implementation (#304) (7d47883)
  • client: correctly handle arguments with env vars (#225) (e06a0f0)
  • client: correctly handle environment variable access (#156) (81d62ae)
  • client: correctly use custom http client auth (#330) (46544c3)
  • client: don't error by default for unexpected content types (#210) (b809c29)
  • client: ensure path params are non-empty (#343) (13eaf8d)
  • client: ensure retried requests are closed (#301) (d65c303)
  • client: fix array query param serialization (#175) (7509dfe)
  • client: properly configure model set fields (#205) (dbbd394)
  • client: properly handle optional file params (#194) (2ff8b1e)
  • client: retry if SSLWantReadError occurs in the async client (#281) (a1572b9)
  • client: serialise pydantic v1 default fields correctly in params (#280) (6ef26fa)
  • deps: pin pydantic to less than v2.0 (#139) (34535f4)
  • errors: properly assign APIError.body (#314) (d42a990)
  • models: mark unknown fields as set in pydantic v1 (#279) (533d8b6)
  • prevent crash when platform.architecture() is not allowed (#364) (0a5c049)
  • prevent TypeError in Python 3.8 (ABC is not subscriptable) (#268) (da39faf)
  • types: loosen most List params types to Iterable (#367) (f9317c9)

Code Refactoring

  • types: rename account connection flow to account collection flow (#150) (907bcf2)

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
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