Releases: xmidt-org/webpa-common
Releases · xmidt-org/webpa-common
v2.1.3
Changelog
Other Work
- 8adaad4: Bump github.com/aws/aws-sdk-go from 1.44.263 to 1.44.264 (#890) (@dependabot[bot])
- 0d7046b: Bump github.com/aws/aws-sdk-go from 1.44.264 to 1.44.265 (#891) (@dependabot[bot])
- 99e85bc: Bump github.com/aws/aws-sdk-go from 1.44.265 to 1.44.266 (#893) (@dependabot[bot])
- 5344d2f: Bump github.com/aws/aws-sdk-go from 1.44.266 to 1.44.267 (#895) (@dependabot[bot])
- d3e8760: Bump github.com/aws/aws-sdk-go from 1.44.267 to 1.44.268 (#896) (@dependabot[bot])
- ae689d7: Bump github.com/aws/aws-sdk-go from 1.44.268 to 1.44.269 (#897) (@dependabot[bot])
- d21e3b0: Bump github.com/aws/aws-sdk-go from 1.44.269 to 1.44.271 (#899) (@dependabot[bot])
- a7561ec: Bump github.com/aws/aws-sdk-go from 1.44.271 to 1.44.272 (#902) (@dependabot[bot])
- 3b8c8cc: Bump github.com/aws/aws-sdk-go from 1.44.272 to 1.44.273 (#903) (@dependabot[bot])
- 7ddb67e: Bump github.com/aws/aws-sdk-go from 1.44.273 to 1.44.274 (#905) (@dependabot[bot])
- 28e5839: Bump github.com/aws/aws-sdk-go from 1.44.274 to 1.44.275 (#906) (@dependabot[bot])
- 930965f: Bump github.com/aws/aws-sdk-go from 1.44.275 to 1.44.277 (#908) (@dependabot[bot])
- 904eacb: Bump github.com/hashicorp/consul/api from 1.20.0 to 1.21.0 (#904) (@dependabot[bot])
- d84ef88: Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#900) (@dependabot[bot])
- da1b70f: Bump github.com/stretchr/testify from 1.8.2 to 1.8.3 (#892) (@dependabot[bot])
- 98086ed: Bump github.com/stretchr/testify from 1.8.3 to 1.8.4 (#901) (@dependabot[bot])
- da4c8b3: removed log.Valuer and updated each log individually (@maurafortino)
v2.1.2
v2.1.0 2023-01-11
- Patch writePump performance hit #613
- Remove
logging
package and replace go-kit/kit/log & go-kit/log withzap
#686 - Fix bookkeeping package tests #465
- removed packages not currently
v2.0.7 2022-08-24
- Dependency update, note vulnerabilities
- Introduces new vuln https://www.mend.io/vulnerability-database/CVE-2022-29526
- Update dependencies. 603
- github.com/prometheus/client_golang v1.12.2 CVE-2022-21698 no patch available
- github.com/prometheus/client_golang v1.12.2 CVE-2022-21698 no patch available
- github.com/hashicorp/consul/api v1.13.0 CVE-2022-29153 patched versions 1.9.17 1.10.10 1.11.5
- guardrails says github.com/gorilla/websocket v1.5.0 has a high vulnerability but no vulnerabilities have been filed atm
- github.com/gorilla/sessions v1.2.1 CWE-613 no patch available
- Fixed error string sent in response when device ID can't be parsed. #599
- Update Argus & Bascule for jwk migration
- Dependency update, note vulnerabilities
- Introduces new vuln https://www.mend.io/vulnerability-database/CVE-2022-29526
v2.0.7-dev.1 2022-07-20
- Update dependencies. 603
- github.com/prometheus/client_golang v1.12.2 CVE-2022-21698 no patch available
- github.com/prometheus/client_golang v1.12.2 CVE-2022-21698 no patch available
- github.com/hashicorp/consul/api v1.13.0 CVE-2022-29153 patched versions 1.9.17 1.10.10 1.11.5
- guardrails says github.com/gorilla/websocket v1.5.0 has a high vulnerability but no vulnerabilities have been filed atm
- github.com/gorilla/sessions v1.2.1 CWE-613 no patch available
- Fixed error string sent in response when device ID can't be parsed. #599
v2.0.6 05/02/2022
- Patch for manager writePump panic. [#595](https://github.com/xmidt-org/webpa-common/pull/595)
v2.0.5 04/29/2022
- Deprecated webhook/aws package, which also won't work with go 1.18+. [#596](https://github.com/xmidt-org/webpa-common/pull/596) - Bumped argus to v0.9.0. [#596](https://github.com/xmidt-org/webpa-common/pull/596)
v2.0.4 12/10/2021
- Enforce cipher suites for TLS versions less than 1.3 that are not vulnerable to SWEET32
v2.0.3 11/29/2021
- Bumped argus to v0.6.0 and fixed related datacenter watch code. [#589](https://github.com/xmidt-org/webpa-common/pull/589)
v2.0.2 11/09/2021
- Added logic to xhttp for retrying on http errors.[#588](https://github.com/xmidt-org/webpa-common/pull/588)