Skip to content

v0.76.0

Choose a tag to compare

@stainless-app stainless-app released this 07 Feb 04:54

0.76.0 (2025-02-06)

Full Changelog: v0.75.0...v0.76.0

Features

  • client: send client-side timeout headers (#476) (c0b8b6d)

Bug Fixes

  • api: add missing @MustBeClosed annotations (#479) (ed2ddd0)
  • api: switch CompletableFuture&lt;Void&gt; to CompletableFuture<Void?> (ed2ddd0)
  • client: add missing validation calls on response (ed2ddd0)
  • client: always provide a body for PATCH methods (ed2ddd0)

Chores

  • api: new PaymentEventType for ACH Returns and small updates to 3DS AuthenticationResult (#478) (bf2fce6)
  • internal: minor formatting/style changes (ed2ddd0)
  • internal: rename some tests (ed2ddd0)