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

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: support accessing raw response + remove deprecated features (#191)
  • types: rename account connection flow to account collection flow (#164)
  • api: update parameters for virtual account create request (#157)
  • import issue with ESM (#125)
  • api: move some positional params to named params + updates (#114)
  • types: singularize array item types (#113)

Features

  • allow a default timeout to be set for clients (#196) (5403497)
  • allow installing package directly from github (#288) (158c35c)
  • api: add ledger_transactions to expected payment request (#313) (5b764ba)
  • api: add metadata in several places it was missing; add description (#179) (639f25b)
  • api: add create and delete operations for internal accounts balance reports (#317) (699f6d7)
  • api: add dk_interbank_clearing_code and dk_nets enum members (#283) (19b8ae5)
  • api: remove reversed and reversing ledger account status type (#304) (678d940)
  • api: support multiple ids in ledger retrieve/list endpoints (#194) (a8a1a87)
  • api: update parameters for virtual account create request (#157) (1e5aebe)
  • api: updates (#166) (40a3e9e)
  • api: updates (#171) (c47cae2)
  • api: updates (#180) (24c193d)
  • api: updates (#235) (a0e6a68)
  • api: updates (#266) (2ca2cf9)
  • api: updates (#271) (68ce3dd)
  • api: updates (#281) (862d0f5)
  • api: updates (#286) (d369546)
  • api: updates (#298) (1bc0121)
  • api: updates (#337) (d79a819)
  • api: updates parameters, error codes (#331) (54aa42d)
  • client: add support for defaultQuery option (#123) (11b4a99)
  • client: add support for passing a signal request option (#148) (33236e6)
  • client: adjust retry behavior to be exponential backoff (#267) (5340ca3)
  • client: allow binary returns (#274) (fb12708)
  • client: detect browser usage (#182) (f571e78)
  • client: export ClientOptions interface (#161) (cfc1517)
  • client: handle retry-after with a date (#242) (8fb28f9)
  • client: improve compatibility with Bun (#204) (1248e3a)
  • client: improve timeout handling to reuse agent (#140) (afa8b25)
  • client: retry on 408 Request Timeout (#229) (892b3f6)
  • client: support accessing raw response + remove deprecated features (#191) (ca27da3)
  • client: support importing node or web shims manually (#238) (113bc42)
  • client: support passing a custom fetch function (#144) (d32ecbc)
  • client: support reading the base url from an env variable (#294) (8e6444d)
  • docs: add documentation to the client constructor (#203) (e558d7b)
  • errors: add status code to error message (#234) (84481e1)
  • fixes tests where an array has to have unique enum values (#221) (0ebd3c4)
  • github: include a devcontainer setup (#273) (23cb296)
  • handle 204 No Content gracefully (#264) (6f1e7e2)
  • improvements to ecosystem compatibility (#151) (9a0343e)
  • make webhook headers case insensitive (#256) (73377e9)
  • package: export a root error type (#241) (d171284)
  • streaming: add .toReadableStream() method (#185) (7765c7b)
  • streaming: make requests immediately throw an error if an aborted signal is passed in (#163) (3282c5d)
  • support ESM and web platform runtimes; easier file uploads (#115) (3731360)
  • test: unskip file uploads tests (#175) (8117843)
  • types: consolidate direction enums into a shared TransactionDirection type (#259) (8f62a98)
  • types: export nested types through the root client export (#112) (7c397ec)
  • types: export RequestOptions type (#209) (0b46351)

Bug Fixes

  • allow body type in RequestOptions to be null (#327) (964601f)
  • api: add response body to virtualAccounts.retrieve() and update resources (#155) (b5464dd)
  • api: use date-time for effective_at (#265) (ea6cc00)
  • ci: ignore stainless-app edits to release PR title (#326) (116cbd7)
  • client: eliminate circular imports, which cause runtime errors in webpack dev bundles (#249) (6525f6c)
  • client: fix array query param serialization (#195) (c091449)
  • client: fix errors with file uploads in the browser (#162) (a2dda93)
  • client: fix TypeError when a request gets retried (#201) (ad59570)
  • client: handle undefined process in more places (#170) (5d0a45b)
  • client: properly handle multi-byte characters in Content-Length (#145) (6adf4d8)
  • client: set client options argument as optional (#168) (9f2ac54)
  • core: fix navigator check for strange environments (#207) (2b6e569)
  • fix error in environments without TextEncoder (#158) (1dba8bc)
  • fix errors in package source files when users go to definition in VSCode (#139) (148fefe)
  • fix errors with "named" client export in CJS (#156) (31b4844)
  • fix export map order (#160) (b47d673)
  • fix module not found errors in Vercel edge (#227) (e913ce3)
  • fix namespace exports regression (#251) (0004e35)
  • fix undefined message in errors (#169) (4c914f4)
  • headers: always send lowercase headers and strip undefined (BREAKING in rare cases) (#310) (de90293)
  • import issue with ESM (#125) (fd9dd7f)
  • import web-streams-polyfill without overriding globals (#262) (0298bbd)
  • improve status code in error messages (#260) (0a6b60a)
  • include README.md, LICENSE and CHANGELOG.md in published package (#136) (e372a1b)
  • prevent ReferenceError, update compatibility to ES2020 and Node 18+ (#248) (8320088)
  • readme: update link to api.md to use the correct branch (#224) (97777a7)
  • remove redundant Content-Type header param (#190) (0dedec0)
  • streaming: do not abort successfully completed streams (#147) (5f7f44e)
  • streaming: fix response body streaming in non-Chrome environments (#142) (cb86104)
  • streaming: polyfill ReadableStream async iterator and text decoding (#135) (1da7d67)
  • support PromiseLike input to toFile (#138) (f157769)
  • types: accept undefined for optional client options (#325) (27a59bc)
  • types: improve getNextPage() return type (#214) (eb7e51f)
  • types: remove incorrect duplicated Promise from some return types (#119) (46c1cfd)
  • typo in build script (#270) (2b6ad02)
  • use Accept: */* as a default Header for void endpoints (#322) (c9dba6f)
  • use default base url if BASE_URL env var is blank (#316) (469f52b)

Code Refactoring

  • api: move some positional params to named params + updates (#114) (dd9e4af)
  • types: rename account connection flow to account collection flow (#164) (12ae4aa)
  • types: singularize array item types (#113) (22e8dc7)

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.

None yet

1 participant