Skip to content

Releases: xmidt-org/argus

v0.6.0 11/24/2021

24 Nov 18:01
8599e33
Compare
Choose a tag to compare
- 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

24 Sep 20:18
d23172a
Compare
Choose a tag to compare
- 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

30 Jul 23:32
3cf618d
Compare
Choose a tag to compare
- 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

21 Jul 23:13
2cee578
Compare
Choose a tag to compare
- 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

28 Jun 20:56
62efd2a
Compare
Choose a tag to compare
- Changed nothing.

v0.4.0 06/28/2021

28 Jun 19:51
9f9df9e
Compare
Choose a tag to compare
- 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

19 May 20:57
6021d8e
Compare
Choose a tag to compare
- 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

06 May 18:44
4761625
Compare
Choose a tag to compare
- 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

27 Apr 19:17
d54494d
Compare
Choose a tag to compare
- Rely on instrumented client to propagate OpenTelemetry trace context. [#162](https://github.com/xmidt-org/argus/pull/162)

v0.3.13 04/06/2021

06 Apr 18:13
0ad23a3
Compare
Choose a tag to compare
- 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)