2.22.0 (2025-02-14)
Full Changelog: v2.21.0...v2.22.0
Features
Bug Fixes
- client: don't truncate manually specified filenames (#313) (e6b36c0)
- do not call path.Base on ContentType (#312) (4b12f61)
- fix early cancel when RequestTimeout is provided for streaming requests (#311) (3b6659a)
- fix unicode encoding for json (#306) (c839501)
- mark nullable property as nullable (#305) (7ca7290)
Chores
- add UnionUnmarshaler for responses that are interfaces (#310) (be8c5fc)
- refactor client tests (#303) (1979afa)