Releases: xmidt-org/touchstone
Releases · xmidt-org/touchstone
v0.1.7
v0.1.6
Changelog
Dependency Updates
- 6cfb737: feat(deps): bump github.com/prometheus/common from 0.46.0 to 0.47.0 (#80) (@dependabot[bot])
- 5cd8875: feat(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#85) (@dependabot[bot])
- c63a8f3: feat(deps): bump go.uber.org/fx from 1.20.1 to 1.21.0 (#87) (@dependabot[bot])
- 45c1478: feat(deps): bump go.uber.org/fx from 1.21.0 to 1.21.1 (#96) (@dependabot[bot])
- ffdd16f: feat(deps): bump go.uber.org/zap from 1.26.0 to 1.27.0 (#81) (@dependabot[bot])
v0.1.5
Changelog
v0.1.3
Changelog
Bug Fixes
- 03e1db0: fix: added back pruned bundle code (@johnabass)
Other Work
- 9a7b748: Bump github.com/prometheus/client_golang from 1.13.0 to 1.13.1 (#38) (@dependabot[bot])
- bfc106d: Bump github.com/prometheus/client_golang from 1.13.1 to 1.14.0 (#39) (@dependabot[bot])
- 658c827: Bump github.com/prometheus/common from 0.37.0 to 0.38.0 (#41) (@dependabot[bot])
- 30d483b: Bump github.com/prometheus/common from 0.38.0 to 0.39.0 (#43) (@dependabot[bot])
- 4b01e5a: Bump github.com/prometheus/common from 0.39.0 to 0.40.0 (#46) (@dependabot[bot])
- 7968ff8: Bump github.com/prometheus/common from 0.40.0 to 0.42.0 (#51) (@dependabot[bot])
- e66b2dd: Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#37) (@dependabot[bot])
- b6a8937: Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#48) (@dependabot[bot])
- 84a3176: Bump go.uber.org/fx from 1.18.1 to 1.18.2 (#36) (@dependabot[bot])
- 7b491b7: Bump go.uber.org/fx from 1.18.2 to 1.19.0 (#44) (@dependabot[bot])
- bddfcd9: Bump go.uber.org/fx from 1.19.0 to 1.19.1 (#45) (@dependabot[bot])
- 036bdcf: Bump go.uber.org/fx from 1.19.1 to 1.19.2 (#47) (@dependabot[bot])
- ebb5854: Bump go.uber.org/multierr from 1.8.0 to 1.9.0 (#42) (@dependabot[bot])
- 1f13809: Bump go.uber.org/multierr from 1.9.0 to 1.10.0 (#50) (@dependabot[bot])
- 3a7a675: Bump go.uber.org/zap from 1.22.0 to 1.23.0 (#35) (@dependabot[bot])
- 2e50ad7: Bump go.uber.org/zap from 1.23.0 to 1.24.0 (#40) (@dependabot[bot])
- 8a24348: Remove a defunct badge. (@schmidtw)
- d297e71: Update dependabot to manage all dependencies. (@schmidtw)
- 9b39899: Use the new shared workflow. (@schmidtw)
- 000dca9: corrected the note about fx.Printer (@johnabass)
- d99b539: removed old reflection code (@johnabass)
- 48ddf9f: updated doc (@johnabass)
v0.1.2 2022-08-23
- streamlined support for touchhttp instrumentation
v0.1.1 06/13/2022
- touchbundle package supports creation of metric bundles, which are logical groups of metrics - a version of NewUntypedFunc that allows for flexible function signatures
v0.1.0 05/01/2022
- Updated go.uber.org/fx to 1.17.1 - Updated github.com/prometheus/client_golang to 1.12.1 - Remove use of fx.Printer for messages. Replaced with an optional zap.Logger. - Fx components are now grouped under a common module. - Broken README badge links. [#12](https://github.com/xmidt-org/touchstone/pull/12)
v0.0.3 04/18/2021
- utility methods for dealing with prometheus.AlreadyRegisteredError - dynamically-typed metric Factory methods
v0.0.2 04/15/2021
- build info collector - go-kit integration [#6](https://github.com/xmidt-org/touchstone/pull/6) - touchtest package with useful testing assertions and utilities