Skip to content

Releases: asecurityteam/httpstats

Removes SDCLI, updates actions

02 Mar 21:47
0834d5e

Choose a tag to compare

What's Changed

  • Update Golang dependencies by @renovate[bot] in #33
  • chore: migrate lint/test to docker-based tooling by @gcase555 in #35

Full Changelog: v2.4.2...v2.4.3

v2.4.2

22 May 13:35
98202c3

Choose a tag to compare

What's Changed

  • Onboard to SonarQube by @ensary in #31
  • Update SonarSource/sonarqube-scan-action action to v5 by @renovate in #32

Full Changelog: v2.4.1...v2.4.2

Switched to go.uber.org/mock

13 Nov 21:06
bd1aa92

Choose a tag to compare

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

15 Dec 16:59
f7b8efd

Choose a tag to compare

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

New Contributors

Full Changelog: v2.3.0...v2.4.0

Add stat transport and confirm to go mod v2 requirements

29 Aug 15:09
074f84e

Choose a tag to compare

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

19 Aug 19:54
91840f2

Choose a tag to compare

Merge pull request #2 from asecurityteam/go-mod-migration

Migrating repo from dep to go modules