Skip to content

v0.26.0

Compare
Choose a tag to compare
@stainless-app stainless-app released this 21 Feb 04:15

0.26.0 (2025-02-20)

Full Changelog: v0.25.0...v0.26.0

Features

  • client: add an AsyncStreamResponse#onCompleteFuture() method (#239) (9aeddf8)

Bug Fixes

  • client: mark some request bodies as optional (#242) (e3c5d67)
  • client: prevent IOException when closing stream early (#241) (1e174e3)

Chores

  • docs: add faq to readme (#240) (6bb4122)
  • internal: remove unnecessary non-null asserts in tests (e3c5d67)
  • internal: use assertNotNull in tests for type narrowing (e3c5d67)

Documentation

  • add more documentation to AsyncStreamResponse (9aeddf8)
  • add stream cancellation example (ddeabe0)
  • remove unnecessary catch clauses in readme (#238) (8c86b99)
  • remove unnecessary checked exception signatures (e26ee05)
  • use onCompleteFuture() in examples (c244f17)