Skip to content

Releases: elixir-tesla/tesla

v1.15.0

22 Jul 18:20
ea8865e
Compare
Choose a tag to compare

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

05 Jun 19:59
316d249
Compare
Choose a tag to compare

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

19 May 00:12
5344da9
Compare
Choose a tag to compare

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

22 Feb 16:24
426e91b
Compare
Choose a tag to compare

1.14.1 (2025-02-22)

Bug Fixes

  • add basic Hackney 1.22 support: {:connect_error, _} (#754) (127db9f), closes #753

v1.14.0

06 Feb 03:13
67ec16e
Compare
Choose a tag to compare

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.2

06 Nov 17:56
90ef3ba
Compare
Choose a tag to compare

What's Changed

  • fix: dialyzer typespec issue with partial env by @yordis in #727

Full Changelog: v1.13.1...v1.13.2

v1.13.1

06 Nov 00:44
dd9f0a1
Compare
Choose a tag to compare

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

v1.13.0

24 Oct 03:40
12519d3
Compare
Choose a tag to compare

Feature

  • Added Tesla.Test module, please check the How-To Guides, and module documentation

What's Changed

  • feat: add mox integration test support by @yordis in #718

Full Changelog: v1.12.3...v1.13.0

v1.12.3

22 Oct 21:30
1baedf2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.12.2...v1.12.3

v1.12.2

21 Oct 06:08
500b211
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.12.1...v1.12.2