Releases: xmidt-org/httpaux
Releases · xmidt-org/httpaux
v0.4.2
Changelog
Other Work
- 0f0bd4b: composable CheckRedirect functions for clients (@johnabass)
- e5ccff9: expanded examples (@johnabass)
- 2e4108b: simple examples for composable check redirects (@johnabass)
v0.4.1
Changelog
Dependency Updates
- bd991c5: feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (@dependabot[bot])
Other Work
- 4670ee8: --- (#69) (@dependabot[bot])
- 6db57ef: Update dependabot to manage all dependencies. (@schmidtw)
- 8f8569d: added .reuse (@johnabass)
- 89af6ce: added Apache-2.0 license file (@johnabass)
- c6414b7: added SPDEX comment block (@johnabass)
- 2ff5466: deprecated the retry package (@johnabass)
- e01535c: support go1.22 (@johnabass)
- d9e215c: turn on copyright checking (@johnabass)
v0.4.0
Changelog
Bug Fixes
- 1c87183: same fix: incorrectly invoked an inline function (@johnabass)
Other Work
- 664f363: Add auto-approval workflow. (@schmidtw)
- ecf70e3: Adding issue updating for the team project board. (@schmidtw)
- 8365bf3: Bump github.com/stretchr/testify from 1.8.0 to 1.8.4 (#57) (@dependabot[bot])
- ccb572d: Migrate to use dependabot for dependency updates. (@schmidtw)
- fa0677f: Update README.md (@schmidtw)
- 0df62b4: Use the new shared workflow. (@schmidtw)
- e0ee6aa: [create-pull-request] automated change (@schmidtw)
- 179fdf7: added syntactic sugar methods to make usual tests easier to read (@johnabass)
- 8cae1c1: fixed a unit test that was incorrectly invoking an inline function (@johnabass)
- e83dc05: update dependencies (@denopink)
v0.3.2 2022-06-21
- update dependencies and fix this security issue
v0.3.1 05/18/2022
- configurable recovery middleware that prevents panics from shutting down the http.Server
v0.3.0 10/29/2021
- 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
- fixed the changelog syntax
v0.1.6 03/30/2021
- 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
- force a new release just to get github actions to run
v0.1.4 03/27/2021
Merge pull request #31 from xmidt-org/release/v0.1.5 updated