v0.26.0
0.26.0 (2025-02-20)
Full Changelog: v0.25.0...v0.26.0
Features
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)