Skip to content

v0.79.0

Choose a tag to compare

@stainless-app stainless-app released this 07 Mar 03:49

0.79.0 (2025-03-06)

Full Changelog: v0.78.0...v0.79.0

⚠ BREAKING CHANGES

  • client: refactor multipart formdata impl (#513)

Features

  • api: new Settlement API endpoints and changes to update Account Holder endpoint (#514) (553889a)
  • client: accept InputStream and Path for file params (#519) (de0b778)
  • client: allow configuring timeouts granularly (#510) (17f97db)
  • client: detect binary incompatible jackson versions (#520) (a726256)
  • client: support raw response access (#511) (112fd32)

Bug Fixes

Chores

  • client: expose Optional, not nullable, from ClientOptions (#517) (fa8d950)
  • client: refactor multipart formdata impl (#513) (254306a)
  • client: use deep identity methods for primitive array types (#505) (7a0b3ad)
  • internal: add async service tests (#503) (c29ae5a)
  • internal: improve sync service tests (c29ae5a)
  • internal: refactor ErrorHandlingTest (#509) (ecf5050)
  • internal: refactor ServiceParamsTest (#507) (bab2b10)

Documentation

  • add raw response readme documentation (#515) (b4f0637)
  • note required fields in builder javadoc (#516) (7279322)
  • readme parameter tweaks (c29ae5a)
  • update URLs from stainlessapi.com to stainless.com (#508) (0182c4b)