Releases: xmidt-org/argus
Releases · xmidt-org/argus
v0.6.0 11/24/2021
- Split Chrysom client into BasicClient and ListenerClient. [#206](https://github.com/xmidt-org/argus/pull/206) - Bumped spf13 and added documentation. [#220](https://github.com/xmidt-org/argus/pull/220) - Added logging when returning a non 200/404 response. [#222](https://github.com/xmidt-org/argus/pull/222) - Bad request error information is sent in the error header. [#223](https://github.com/xmidt-org/argus/pull/223)
v0.5.2 09/24/2021
- Update store section in sample config files. [#200](https://github.com/xmidt-org/argus/pull/200) - Update sample config value so argus webhook integration works out of the box in test environments. [#203](https://github.com/xmidt-org/argus/pull/203) - Clarify behavior around requests that don't exercise the item owner header. [#202](https://github.com/xmidt-org/argus/pull/202)
v0.5.1 07/30/2021
- Fix github actions config for uploading test and coverage reports for sonarcloud. [#192](https://github.com/xmidt-org/argus/pull/192) - Fix security warning by dropping use of github.com/dgrijalva/jwt-go dep. [#195](https://github.com/xmidt-org/argus/pull/195)
v0.5.0 07/21/2021
- Removed dependency on webpa-common, fixing circular dependency issue. [#190](https://github.com/xmidt-org/argus/pull/190) - Bump bascule version and use it for all auth related middleware, modifying the authx configuration. [#190](https://github.com/xmidt-org/argus/pull/190) - Use arrange package for servers. [#190](https://github.com/xmidt-org/argus/pull/190) - Use arrange to unmarshal some config structs. [#190](https://github.com/xmidt-org/argus/pull/190) - Use touchstone for metrics. [#190](https://github.com/xmidt-org/argus/pull/190)
v0.4.1 06/28/2021
- Changed nothing.
v0.4.0 06/28/2021
- Add URLParse Option to auth package. [#179](https://github.com/xmidt-org/argus/pull/179) - Use latest version of httpaux. [#180](https://github.com/xmidt-org/argus/pull/180) - Use arrange and zap logger. [#185](https://github.com/xmidt-org/argus/pull/185) - Bumped bascule version. [#187](https://github.com/xmidt-org/argus/pull/187)
v0.3.16 05/19/2021
- Allow auth package client code to pass the basculehttp.OnErrorHTTPResponse option. [#174](https://github.com/xmidt-org/argus/pull/174) - Fix bug that did not include context (with tracing data) in outgoing requests. [#176](https://github.com/xmidt-org/argus/pull/176)
v0.3.15 05/06/2021
- Add optional OpenTelemetry tracing feature. [#170](https://github.com/xmidt-org/argus/pull/170) thanks to @utsavbatra5 - Remove ErrBucketNotFound from InMem store implementation as it's not that helpful. [#171](https://github.com/xmidt-org/argus/pull/171)
v0.3.14 04/27/2021
- Rely on instrumented client to propagate OpenTelemetry trace context. [#162](https://github.com/xmidt-org/argus/pull/162)
v0.3.13 04/06/2021
- Add configurable validation for an item's data depth. [#146](https://github.com/xmidt-org/argus/pull/146) - Add initial OpenTelemetry integration to Argus client. [#145](https://github.com/xmidt-org/argus/pull/145) thanks to @Sachin4403 - Sanitize dynamodb errors before reporting in HTTP response headers. [#149](https://github.com/xmidt-org/argus/pull/149) - Sanitize errors in inMem and cassandra store implementations. [#155](https://github.com/xmidt-org/argus/pull/155) - Sanitize errors in dynamodb store implementation. [#159](https://github.com/xmidt-org/argus/pull/159) - Minor Go struct documentation rewording. [#155](https://github.com/xmidt-org/argus/pull/155)