Releases: elixir-tesla/tesla
Releases · elixir-tesla/tesla
v1.10.3
What's Changed
- Resolve Dialyzer errors on Elixir 1.16 by @nathany-copia in #643
Full Changelog: v1.10.2...v1.10.3
v1.10.2
v1.10.1
What's Changed
- fix: Support registered names in mock by @Raphexion in #683
- Update CI with current Elixir and Erlang/OTP versions by @nathany-copia in #682
New Contributors
- @Raphexion made their first contribution in #683
- @nathany-copia made their first contribution in #682
Full Changelog: v1.10.0...v1.10.1
v1.10.0
What's Changed
- Update README to use newest versions of dependencies by @arcanemachine in #670
- Improve Mock module to work properly with Timeout middleware by @carrascoacd in #668
- Support
profile
forhttpc
adapter by @tanguilp in #655 - remove seemingly unnecessary step by @byronanderson in #675
- Fix a compiler warning in Elixir 1.17 by @peaceful-james in #679
New Contributors
- @tanguilp made their first contribution in #655
- @byronanderson made their first contribution in #675
- @peaceful-james made their first contribution in #679
Full Changelog: v1.9.0...v1.10.0
v1.9.0
What's Changed
New
- Middleware.PathParams: add OpenAPI params by @halostatue in #628
- Request/Response streaming for Finch adapter, SSE middleware by @teamon in #540
Fixed
- Fix broken link in README by @arcanemachine in #641
- Fix warning in tesla.ex by @bradhanks in #649
- Fix MessagePack middleware location in docs by @kaharlichenko in #662
New Contributors
- @arcanemachine made their first contribution in #641
- @bradhanks made their first contribution in #649
- @kaharlichenko made their first contribution in #662
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- chore: add comment about ibrowse deps by @yordis in #589
- chore(deps): bump actions/checkout from 2 to 3 by @dependabot in #586
- chore(deps): bump actions/cache from 2 to 3 by @dependabot in #585
- Make EncodeJson/DecodeJson middlewares public by @whatyouhide in #590
- Explained middleware ordering by @LukasKnuth in #592
- Add markdown code type by @joaothallis in #605
- Fixes README.md link to Plug Router by @lbighetti in #603
- feat: add support for should_retry with arity of 2 to Retry middleware by @mdlkxzmcp in #608
- fix: compilation warning by @yordis in #614
- chore(deps): bump castore from 1.0.2 to 1.0.3 by @dependabot in #601
- chore(deps): bump mime from 2.0.3 to 2.0.5 by @dependabot in #600
- chore(deps): bump ibrowse from 4.4.0 to 4.4.2 by @dependabot in #594
- chore(deps): bump msgpax from 2.3.1 to 2.4.0 by @dependabot in #595
- fix: use mint passive mode by @yordis in #591
- chore: move modules to its own file by @yordis in #615
- fix: merging adapter options using Opts middleware by @yordis in #613
- chore(deps-dev): bump excoveralls from 0.16.1 to 0.17.1 by @dependabot in #620
- chore(deps-dev): bump mix_test_watch from 1.1.0 to 1.1.1 by @dependabot in #619
- chore(deps): bump jason from 1.4.0 to 1.4.1 by @dependabot in #618
- chore(deps): bump actions/checkout from 3 to 4 by @dependabot in #616
- chore(deps-dev): bump ex_doc from 0.29.4 to 0.30.6 by @dependabot in #617
- feat: improve decompression middleware by @yordis in #606
- feat: allow to configure the prefix for the telemtry events by @yordis in #622
- Revert "feat: allow to configure the prefix for the telemtry events" by @yordis in #624
- Update Tesla.Middleware.Logger for Elixir 1.11+ by @halostatue in #627
- carrascoacd/gun2 by @yordis in #630
New Contributors
- @dependabot made their first contribution in #586
- @LukasKnuth made their first contribution in #592
- @joaothallis made their first contribution in #605
- @lbighetti made their first contribution in #603
- @halostatue made their first contribution in #627
Full Changelog: v1.7.0...v1.8.0
v1.7.0
What's Changed
- Remove "import Bitwise" to fix a warning by @whatyouhide in #581
- Replace get_env with compile_env in module body & minor enhancement with version upgrade. by @uzairaslam196 in #580
- chore: remove elixir 1.9 by @yordis in #583
- chore: upgrade deps to latest versions batch 1 by @yordis in #584
- chore: upgrade deps to latest versions batch 2 by @yordis in #539
Critical Change
- Requires Elixir
1.10
New Contributors
- @whatyouhide made their first contribution in #581
- @uzairaslam196 made their first contribution in #580
Full Changelog: v1.6.1...v1.7.0
v1.6.1
What's Changed
- Ensure connection errors return the expected error tuple by @carrascoacd in #577
Full Changelog: v1.6.0...v1.6.1
v1.6.0
What's Changed
- chore: move modules to its own files by @yordis in #562
- Adds docs to the Mint adapter on 'transport_opts' by @JesseHerrick in #560
- OTel - Add context propagation by @carrascoacd in #568
New Contributors
- @JesseHerrick made their first contribution in #560
- @carrascoacd made their first contribution in #568
Full Changelog: v1.5.1...v1.6.0
v1.5.1
What's Changed
- docs: update finch adapter by @george124816 in #555
- Add
castore
1.0 by @moogle19 in #556 - Correctly indent code example by @mhanberg in #557
New Contributors
- @george124816 made their first contribution in #555
- @mhanberg made their first contribution in #557
Full Changelog: v1.5.0...v1.5.1