Skip to content

Releases: xmidt-org/httpaux

v0.4.2

17 Jul 23:38
b56c5cc
Compare
Choose a tag to compare

Changelog

Other Work

v0.4.1

16 Jul 00:37
1b4539b
Compare
Choose a tag to compare

Changelog

Dependency Updates

  • bd991c5: feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (@dependabot[bot])

Other Work

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