Skip to content

v0.74.0

Choose a tag to compare

@stainless-app stainless-app released this 29 Jan 06:23

0.74.0 (2025-01-28)

Full Changelog: v0.73.0...v0.74.0

⚠ BREAKING CHANGES

  • client: better union variant method and variable names (#460)

Features

  • api: adds additional fields to TransactionEvents (#461) (fd9ddcc)
  • api: adds additional request types for updating an Auth Rule (#468) (ff1495c)
  • client: add close method (#463) (e621cd6)
  • client: better union variant method and variable names (#460) (47448bb)

Bug Fixes

  • client: make some classes and constructors non-public (#466) (2e98bdf)

Chores

  • add max retries to test (#462) (ce18db7)
  • api: additional field added to 3DS Responses and Tokenization (#454) (c7bcb9d)
  • internal: remove some unnecessary constructor keywords (2e98bdf)
  • internal: swap checkNotNull to checkRequired (#459) (190676f)
  • update tests (#457) (a937d5f)

Documentation