Releases: elixir-tesla/tesla
Releases · elixir-tesla/tesla
v1.15.3
1.15.3 (2025-07-30)
Bug Fixes
- Avoid crash then gzip-decompressing empty body (#796) (5bc9b82)
v1.15.2
1.15.2 (2025-07-23)
Bug Fixes
- suppress deprecation warning for :log_level option (#794) (478c16e)
- suppress deprecation warning for :log_level option based on configuration (478c16e)
v1.15.1
1.15.1 (2025-07-23)
Bug Fixes
- legacy log level handling to support atom values for backward compatibility (5029174)
v1.15.0
1.15.0 (2025-07-22)
Features
- add logging options to use
:level
instead of deprecated :log_level
(#779) (ffc3609)
Bug Fixes
- Handle non-list term being emitted from Stream.chunk_while in SSE (#788) (0e9cf8d)
v1.14.3
1.14.3 (2025-06-02)
Bug Fixes
- 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)
v1.14.2
1.14.2 (2025-05-02)
Bug Fixes
- 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)
v1.14.1
1.14.1 (2025-02-22)
Bug Fixes
- add basic Hackney 1.22 support: {:connect_error, _} (#754) (127db9f), closes #753
v1.14.0
1.14.0 (2025-02-03)
Features
- release-please and conventional commit (#719) (c9f6a1c)
- support retry-after header in retry middleware (#639) (86ad37d)
- Tesla.Middleware.JSON: Add support for Elixir 1.18's JSON module (#747) (1413167)
Bug Fixes
v1.13.1
What's Changed
- chore: improve docs about telemetry middleware by @yordis in #720
- chore: improve middleware docs by @yordis in #721
- chore: improve adapters docs by @yordis in #722
- chore: fixing example and removing reminder use Tesla showcasing by @yordis in #723
- feat: allow to specify encoding strategy for query params by @RudolfMan in #558
- fix: typespec for test module by @yordis in #726
New Contributors
Full Changelog: v1.13.0...v1.13.1