Skip to content

Releases: xmidt-org/ancla

v0.3.12

02 Nov 18:18
065b4ff
Compare
Choose a tag to compare

Changelog

Dependency Updates

Documentation Updates

Other Work

v0.3.11 2023-01-10

10 Jan 16:50
8794379
Compare
Choose a tag to compare

v0.3.10 2022-08-24

24 Aug 18:43
3c0d65d
Compare
Choose a tag to compare
  • JWT Migration JWK Migration #113
    • update argus & bascule dependencies
  • replaced ancla.Initialize with ancla.NewService
  • removed Measures Measures from Config and introduced ListenerConfig

v0.3.9 04/28/2022

28 Apr 18:40
e4d9474
Compare
Choose a tag to compare
- 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

26 Apr 20:57
d3db9b4
Compare
Choose a tag to compare
- 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

28 Mar 20:54
fa1e579
Compare
Choose a tag to compare
- Bumped argus to v0.8.0. [#97](https://github.com/xmidt-org/ancla/pull/97)

v0.3.6 03/25/2022

25 Mar 18:39
345c320
Compare
Choose a tag to compare
- Exported helper functions related to InternalWebhook struct. [#94](https://github.com/xmidt-org/ancla/pull/94)

v0.3.5 11/29/2021

29 Nov 21:12
a8af7ce
Compare
Choose a tag to compare
- 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

24 Nov 18:10
789deb1
Compare
Choose a tag to compare
- 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

16 Nov 20:24
3542233
Compare
Choose a tag to compare
- 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)