Skip to content

v0.94.0

Choose a tag to compare

@stainless-app stainless-app released this 24 Jun 22:14

0.94.0 (2025-06-23)

Full Changelog: v0.93.0...v0.94.0

Features

  • api: add CLOSED account state option and UNVERIFIED verification method (b9b15ca)
  • client: add follow_redirects request option (35e3181)
  • client: add support for aiohttp (b675627)
  • client: adds endpoint to register an account number on a Financial Account (9fec4b1)
  • client: adds support for 3DS to Auth Rules (843f8ef)

Bug Fixes

  • client: correctly parse binary response | stream (1c23f45)
  • tests: fix: tests which call HTTP endpoints directly with the example parameters (6fbce26)

Chores

  • api: mark some methods as deprecated (7cd8d1b)
  • ci: enable for pull requests (96f3f23)
  • docs: grammar improvements (c8610fe)
  • docs: remove reference to rye shell (3375bf9)
  • internal: update conftest.py (3607c50)
  • readme: update badges (5a08ed9)
  • tests: add tests for httpx client instantiation & proxies (5b5cda3)
  • tests: run tests in parallel (62bce48)
  • tests: skip some failing tests on the latest python versions (45e57bc)

Documentation

  • client: fix httpx.Timeout documentation reference (6df47f4)