Skip to content

Releases: xmidt-org/httpaux

v0.4.0

06 Jul 23:19
d03ec37
Compare
Choose a tag to compare

Changelog

Bug Fixes

Other Work

v0.3.2 2022-06-21

21 Jun 14:38
42a9577
Compare
Choose a tag to compare
  • update dependencies and fix this security issue

v0.3.1 05/18/2022

18 May 03:21
7f5f5d4
Compare
Choose a tag to compare
- configurable recovery middleware that prevents panics from shutting down the http.Server

v0.3.0 10/29/2021

29 Oct 17:08
ad51e36
Compare
Choose a tag to compare
- don't cancel contexts during retries to allow clients to read responses
- always stop retries when the enclosing context is canceled

v0.2.1 04/01/2021

01 Apr 04:43
1723e43
Compare
Choose a tag to compare
- fixed the changelog syntax

v0.1.6 03/30/2021

30 Mar 05:27
9f21906
Compare
Choose a tag to compare
- allow appending and extending Header while mainting immutability
- consistently defined middleware in subpackages
- ensure all error JSON representations are properly escaped
- configurable Encoder ruleset for HTTP error representations

v0.1.5 03/27/2021

27 Mar 22:39
9dc7298
Compare
Choose a tag to compare
- force a new release just to get github actions to run

v0.1.4 03/27/2021

27 Mar 22:40
9dc7298
Compare
Choose a tag to compare
Merge pull request #31 from xmidt-org/release/v0.1.5

updated

v0.1.3 03/16/2021

16 Mar 03:30
3517a62
Compare
Choose a tag to compare
- httpmock.RoundTripper can now use a delegate in addition to an expected return
- http.Request.GetBody can now be nil for a retry.Client (https://github.com/xmidt-org/httpaux/issues/23)
- simplified retry.New and retry.NewClient (https://github.com/xmidt-org/httpaux/issues/24)

v0.1.2 03/10/2021

10 Mar 20:16
8c5aa5a
Compare
Choose a tag to compare
- allow http.Client to be decorated as with http.RoundTripper
- cleaned up middleware
- retry package allows linear and exponential backoff for HTTP clients