All Versions
15
Latest Version
Avg Release Cycle
90 days
Latest Release
1397 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.4.0 Changes
November 15, 2020๐ Changelog
Adapters
- ๐ [#420] New: Finch adapter - by @adriankumpf
- [#368] Hackney error handling - by @xinz
- [#364, #378, #396] Gun improvements - by @alex-strizhakov
- [#395, #399] Mint improvements - by @alex-strizhakov, @sezaru
Middlewares
- ๐ [#411] New:
DecodeFormUrlencoded
andEncodeFormUrlencoded
middlewares - by @wingyplus - ๐ [#287]
DecodeRels
improved parsing - by @jalcine - ๐ [#371, #372]
FollowRedirects
fixes - [#382, #419]
Telemetry
improvements - by @bryannaegele - [#414]
FollowRedirects
improvements - by @rinpatch - [#407, #428]
Retry
improvements - by @britto, @polvalente - [#409, #422]
Logger
improvements - by @Ch4s3 , @thiamsantos
Others
- [#373]
Tesla.Client
helper functions - by @dweinand - ๐ [#375, #406, #418, #423, #426] Documentation - by @jechol, @milmazz, @tcrossland, @thiamsantos, @WLSF
- [#393, #404, #412, #430] Various small improvements - by @gabrielgiordan, @josevalim, @tobstarr, @wingyplus
-
v1.3.3 Changes
March 25, 2020๐ Changelog
- ๐ [#324] New: Conform telemetry middleware to established patterns - by @bryannaegele
- โฑ [#358] Fix for timeout on tls errors in gun adapter - by @alex-strizhakov
- ๐ [#359] Include
Tesla.Adapter.Mint
timeout's default value in documentation - by @tegon - [#366] Fix typespec for opts - by @chulkilee
-
v1.3.2 Changes
February 11, 2020๐ Changelog
- ๐ [#354] New : Custom melt conditions for
Fuse
middleware - by @asniaire - ๐ [#341] Fix : Preserve original stacktrace when using
Timeout
middleware - by @esse - ๐ [#353] Fix : Avoid replacing port in url when using
PathParams
middleware - by @asniaire - ๐ [#349] Fix : Status field type specification
- [#345, #346, #350] - Various mprovements by @kaaboaye, @ngoumard and @PragTob
- ๐ [#354] New : Custom melt conditions for
-
v1.3.1 Changes
January 05, 2020- [#331] Gun adapter by @alex-strizhakov
- ๐ [#344] Vastly improved multipart performance by @lstrzebinczyk
- [#334] Fix: Drop query when redirecting
-
v1.3.0 Changes
September 05, 2019๐ Changelog
- ๐ [#297] New Mint adapter by @RyanSiu1995
- ๐ [#304] New Gun adapter by @alex-strizhakov
- [#294] Added exponential backoff to Retry middleware by @keathley
- ๐ง [#275] Configuration for Retry middleware behaviour by @RyanSiu1995
- ๐ [#313] Added support for relative redirect to FollowRedirects middleware by @myfreeweb
- ๐ [#270] New PathParams middleware
- ๐ [#276] New Telemetry middleware (telemetry integration) by @RyanSiu1995
- ๐ Various Bug Fixes by @adkron, @amatalai, @chulkilee, @hasclass, @jordan0day , @timbuchwaldt
-
v1.2.1 Changes
November 19, 2018๐ Changelog
- [#251] Multipart safety by @ConnorRigby
- โก๏ธ [#257] README updates by @amatalai
- Header-related functions guards
- ๐ Documentation & typespec improvements
-
v1.2.0 Changes
October 23, 2018๐ Changelog
- ๐ NEW : Tesla.client/2 function for building dynamic clients
- ๐ [#229, #236, #239, #247, #252] Massive documentation improvements by @amatalai, @RamanBut-Husaim, @davidsulc & @ktec
- โฑ [#243] Expose
:timeout
parameter in ibrowse adapter by @argl - ๐ง [#246] Encode/decode configuration for FormUrlencoded by @Fire-Dragon-DoL
- ๐ [#251] Better Mutipart error handling by @ConnorRigby
- ๐ [#221, #223] Small documentation improvements
- ๐ Elixir 1.7 support
-
v1.1.0 Changes
July 13, 2018๐ Changelog
- [#156] KeepRequest middleware
- ๐คก [#194] Mock helpers
- โก๏ธ [#203] Update the redirect middleware to preserve the original request by @mpinkston
- [#209] Conditional
@doc
torequest!
method by @chevinbrown - [#214] JSON middleware custom content type by @jcsrb
- [#227] Handle custom structs in
Logger.debug_body
- ๐ [#198, #199, #200] Documentation fixes by @DNNX, @brittlewis12 and @doughsay ๐
-
v1.0.0 Changes
June 07, 2018Important
๐ This is a major release that includes a number of breaking changes.
If you upgrade from 0.x see the migration guide.๐ฅ Breaking changes
- ๐ [#159] Dropped aliases support
- [#171] Dropped local middleware/adapter functions
- [#176] Dropped client as function
- ๐ [#164] Dropped support for Elixir 1.3
- [#177]
get(..)
,post(..)
, etc. now return{:ok, Tesla.Env.t} | {:error, reason}
(There areget!
,post!
, ... functions with 0.x behaviour - [#160] Headers are now a list
- ๐ [#150] DebugLogger merged into Logger
- 0๏ธโฃ [#175] Jason is the new default JSON library
- Adapter options need to be wrapped in :adapter key:
There has been 0 changes between
v1.0.0-beta.1
andv1.0.0
(except for version bump v1.0.0-beta.1...v1.0.0) -
v1.0.0-beta.1
March 30, 2018