Skip to content

v0.175.1

Compare
Choose a tag to compare
@stainless-app stainless-app released this 05 Feb 19:17

0.175.1 (2025-02-05)

Full Changelog: v0.175.0...v0.175.1

Bug Fixes

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

Chores

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