1.16.0 (2026-01-01)
- add strict policy option for enforcing base URL (#817) (e476093)
- support function streams in multipart handling (#801) (dd8b206), closes #648
- DecompressResponse middleware for multiple encodings and keep updated content-length header (#809) (288699e)
- Handle breaking change in Finch.stream API (#813) (ce5ea80)
- Handle errors in streaming responses (#819) (e7806bf)
- Use Version module to check finch version (#814) (56f9568)
1.15.3 (2025-07-30)
1.15.2 (2025-07-23)
- suppress deprecation warning for :log_level option (#794) (478c16e)
- suppress deprecation warning for :log_level option based on configuration (478c16e)
1.15.1 (2025-07-23)
- legacy log level handling to support atom values for backward compatibility (5029174)
1.15.0 (2025-07-22)
1.14.3 (2025-06-02)
- Handle carriage return \r line terminators in SSE (1efe6e3)
- handle carriage return \r line terminators in SSE (#772) (1efe6e3)
- Handle named ancestors in Tesla.Mock (#774) (6cf380e)
1.14.2 (2025-05-02)
- bring back searching for mocks in ancestors (#771) (601e7b6)
- fix race condition in Tesla.Mock.agent_set (8cf7745)
- handle HTTP response trailers when use Finch + stream (#767) (727cb0f)
- move regexes out of module attributes to fix compatibility with OTP 28 (#763) (1196bc6)