Skip to content

v1.13.0

Compare
Choose a tag to compare
@stainless-bot stainless-bot released this 01 Aug 18:27

1.13.0 (2023-08-01)

⚠ BREAKING CHANGES

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

Features

Bug Fixes

  • api: add response body to VirtualAccounts.retrieve() and update resources (#146) (3eaa8e4)
  • client: correctly handle environment variable access (#156) (81d62ae)

Refactors

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

Documentation

  • readme: reference "client" in errors section and add missing import (#149) (cef699a)
  • readme: use client everywhere for consistency (#154) (ca1a571)

Chores