Releases: asecurityteam/httpstats
Releases · asecurityteam/httpstats
Removes SDCLI, updates actions
v2.4.2
Switched to go.uber.org/mock
Switched to go.uber.org/mock in v2 to fix Snyk issues found with crypto lib in component-stats
What's Changed
Switched from golang/mock which is archived to go.uber.org/mock in v2 #29 by @aureagdm in #29
Full Changelog: v2.4.0...v2.4.1
Timeout Response Fix
Includes a patch to distinguish between client and gateway timeouts. Since there has not been a release in quite a while, this also includes some dependency updates previously not released under a production tag.
What's Changed
- Configure Renovate by @renovate in #10
- Update module golang/mock to v1.4.4 by @renovate in #11
- Ignore 'cancelled' misspelling by @nyanshak in #18
- Update module github.com/golang/mock to v1.6.0 by @renovate in #15
- Update module github.com/stretchr/testify to v1.7.0 by @renovate in #16
- fix linting and go versions by @byott in #22
- Reference default renovate settings by @byott in #21
- Distinguish between client and gateway timeouts by @willyjfarrell in #24
New Contributors
- @renovate made their first contribution in #10
- @nyanshak made their first contribution in #18
- @byott made their first contribution in #22
- @willyjfarrell made their first contribution in #24
Full Changelog: v2.3.0...v2.4.0
Add stat transport and confirm to go mod v2 requirements
This release confirms the library to go mod's v2 required package structure, and it adds a small new feature: a transport.Decorator that wraps an http.RoundTripper with an http.RoundTripper that injects a logevent.Logger into the current request context.
Migrate to go modules
Merge pull request #2 from asecurityteam/go-mod-migration Migrating repo from dep to go modules