Releases: xmidt-org/ancla
Releases · xmidt-org/ancla
v0.3.12
Changelog
Dependency Updates
- 176db58: feat(deps): bump github.com/go-kit/kit from 0.12.0 to 0.13.0 (#172) (@dependabot[bot])
- c21e030: feat(deps): bump github.com/prometheus/client_golang (#175) (@dependabot[bot])
- 63e935e: feat(deps): bump github.com/prometheus/client_model (#179) (@dependabot[bot])
- b30da4d: feat(deps): bump github.com/xmidt-org/touchstone from 0.1.2 to 0.1.3 (#174) (@dependabot[bot])
- 2c5c393: feat(deps): bump go.uber.org/fx from 1.20.0 to 1.20.1 (#178) (@dependabot[bot])
- cada4f3: feat(deps): bump go.uber.org/zap from 1.25.0 to 1.26.0 (#173) (@dependabot[bot])
Documentation Updates
Other Work
- 7ce91b3: Add dependabot action maintenance. (@schmidtw)
- 154fc3f: Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 (#143) (@dependabot[bot])
- a534172: Bump github.com/xmidt-org/argus from 0.9.5 to 0.9.7 (#140) (@dependabot[bot])
- fe66ab2: Bump github.com/xmidt-org/argus from 0.9.7 to 0.9.8 (#141) (@dependabot[bot])
- c0dd43a: Bump github.com/xmidt-org/argus from 0.9.8 to 0.9.9 (#144) (@dependabot[bot])
- f5faac8: Bump github.com/xmidt-org/argus from 0.9.9 to 0.9.10 (#146) (@dependabot[bot])
- a392667: Bump github.com/xmidt-org/bascule from 0.11.2 to 0.11.3 (#138) (@dependabot[bot])
- c7b1902: Bump github.com/xmidt-org/bascule from 0.11.3 to 0.11.4 (#139) (@dependabot[bot])
- b2fce96: Bump github.com/xmidt-org/sallust from 0.2.1 to 0.2.2 (@dependabot[bot])
- 0b42301: Bump go.uber.org/fx from 1.19.0 to 1.19.1 (#136) (@dependabot[bot])
- 6d1a96c: Bump go.uber.org/multierr from 1.10.0 to 1.11.0 (#147) (@dependabot[bot])
- 022d4f1: Bump go.uber.org/multierr from 1.9.0 to 1.10.0 (#145) (@dependabot[bot])
- 754abb2: Change TODO to Background. (@schmidtw)
- cb6f920: Disable the copyright checking for now. (@schmidtw)
- e3c0fc9: Update dependabot to manage all dependencies. (@schmidtw)
- 2672716: Update the readme file. (@schmidtw)
- 5b25574: Use the new shared workflow. (@schmidtw)
- 7acb503: fixed failing test (@maurafortino)
- eb2719c: removed memory aliasing issue and copyright-skip: true (@maurafortino)
- 5aa8e9d: updated licensing (@maurafortino)
v0.3.11 2023-01-10
v0.3.10 2022-08-24
- JWT Migration JWK Migration #113
- update argus & bascule dependencies
- replaced
ancla.Initialize
withancla.NewService
- removed
Measures Measures
fromConfig
and introducedListenerConfig
v0.3.9 04/28/2022
- Updated wrp decoding for webhook registration to accept an int in seconds or a string of the form "5m". [#103](https://github.com/xmidt-org/ancla/pull/103)
v0.3.8 04/26/2022
- Added measures and providemetrics func to metrics.go. [#98](https://github.com/xmidt-org/ancla/pull/98) - Fixed missing field in errorEncoder logging. [#102](https://github.com/xmidt-org/ancla/pull/102)
v0.3.7 03/28/2022
- Bumped argus to v0.8.0. [#97](https://github.com/xmidt-org/ancla/pull/97)
v0.3.6 03/25/2022
- Exported helper functions related to InternalWebhook struct. [#94](https://github.com/xmidt-org/ancla/pull/94)
v0.3.5 11/29/2021
- Changed errorEncoder to log errors. [#90](https://github.com/xmidt-org/ancla/pull/90) - Fixed webhook request decoder panic; added default validator when none given. [#92](https://github.com/xmidt-org/ancla/pull/92)
v0.3.4 11/24/2021
- Added more details to some validation errors. [#91](https://github.com/xmidt-org/ancla/pull/91) - Fixed naming mismatch for Validator config: changed name in Config struct to what we send in yaml. [#91](https://github.com/xmidt-org/ancla/pull/91) - Bumped chrysom to v0.6.0: updated code to create basic and listener clients. [#91](https://github.com/xmidt-org/ancla/pull/91)
v0.3.3 11/16/2021
- Removed legacy logic condition for inserting a webhook. [#85](https://github.com/xmidt-org/ancla/pull/85) - Changed webhook address handling. [#84](https://github.com/xmidt-org/ancla/pull/84) - Changed webhook unmarshaling error to be more descriptive. [#88](https://github.com/xmidt-org/ancla/pull/88)