tesla v1.4.0 Release Notes
Release Date: 2020-11-15 // over 4 years ago-
๐ 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
Previous changes from v1.3.3
-
๐ 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