Skip to content

v2.8.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 24 Oct 18:09

2.8.0 (2023-10-24)

Full Changelog: v2.7.2...v2.8.0

Features

  • api: updates (#266) (53bd88a)
  • client: adjust retry behavior to be exponential backoff (#267) (926baf6)
  • handle 204 No Content gracefully (#264) (2fd00e6)
  • make webhook headers case insensitive (#256) (c838d5c)
  • types: consolidate direction enums into a shared TransactionDirection type (#259) (b63fb03)

Bug Fixes

  • api: use date-time for effective_at (#265) (d9a8150)
  • client: eliminate circular imports, which cause runtime errors in webpack dev bundles (#249) (cad5c73)
  • fix namespace exports regression (#251) (f7f367c)
  • import web-streams-polyfill without overriding globals (#262) (d83ec78)
  • improve status code in error messages (#260) (b2e8b90)

Chores

Documentation

  • organisation -> organization (UK to US English) (#261) (c9fb49b)

Refactors