Skip to content

v0.1.0-alpha.5

Pre-release
Pre-release

Choose a tag to compare

@stainless-app stainless-app released this 06 Feb 07:36

0.1.0-alpha.5 (2025-02-06)

Full Changelog: v0.1.0-alpha.4...v0.1.0-alpha.5

Features

  • client: send client-side timeout headers (#64) (33875ee)

Bug Fixes

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

Chores

  • internal: minor formatting/style changes (a5abcfa)
  • internal: rename some tests (a5abcfa)

Documentation

  • fix incorrect additional properties info (#62) (5948868)