Skip to content

Releases: xmidt-org/gungnir

v0.15.0

09 Jun 16:04
6e5fc55
Compare
Choose a tag to compare

Changelog

New Features

Bug Fixes

Other Work

v0.14.3 04/11/2022

11 Apr 20:59
c8f8f82
Compare
Choose a tag to compare
- bump dependencies [#131](https://github.com/xmidt-org/gungnir/pull/131)
- Migrate to github actions, normalize analysis tools, Dockerfiles and Makefiles. [#118](https://github.com/xmidt-org/gungnir/pull/118)
- bumped bascule to remove security vulnerability. [#125](https://github.com/xmidt-org/gungnir/pull/125)
- Added the ability to filter events by the partnerID from the request. [#126](https://github.com/xmidt-org/gungnir/pull/126)
- Updated spec file and rpkg version macro to be able to choose when the 'v' is included in the version. [#128](https://github.com/xmidt-org/gungnir/pull/128)

v0.14.2: 10/08/2020

08 Oct 17:49
7dfc136
Compare
Choose a tag to compare
- Updated references to the main branch [#114](https://github.com/xmidt-org/gungnir/pull/114)
- Bumped bascule and webpa-common versions to have case sensitivity for jwt claims [#115](https://github.com/xmidt-org/gungnir/pull/115)

v0.14.1: 05/01/2020

01 May 00:13
57b4873
Compare
Choose a tag to compare
- add fix for empty sessionID [#112](https://github.com/xmidt-org/gungnir/pull/112)

v0.14.0: 04/30/2020

30 Apr 20:42
954f7b7
Compare
Choose a tag to compare
- leverage sessionID for better judgement in offline vs online [#110](https://github.com/xmidt-org/gungnir/pull/110)
- changed Event struct tag from wrp to json [#110](https://github.com/xmidt-org/gungnir/pull/110)
- bumped codex-db to v0.6.0 [#110](https://github.com/xmidt-org/gungnir/pull/110)
- bumped wrp-go to v2.0.1 [#110](https://github.com/xmidt-org/gungnir/pull/110)
- bumped webpa-common to v1.9.0 to add configurable regexp for capability check metric labels [#111](https://github.com/xmidt-org/gungnir/pull/111)

v0.13.1: 02/14/2020

14 Feb 18:00
cbd14a8
Compare
Choose a tag to compare
 - fixed a capabilityCheck issue by correctly parsing out an additional `/` from the URL [#108](https://github.com/xmidt-org/gungnir/pull/108)

v0.13.0: 02/07/2020

07 Feb 20:08
4b79f4c
Compare
Choose a tag to compare
 - added configurable way to check capabilities and put results into metrics, without rejecting requests [#106](https://github.com/xmidt-org/gungnir/pull/106)

v0.12.3: 01/30/2020

30 Jan 23:52
ac795aa
Compare
Choose a tag to compare
- fixed no state hash returned by updating codex-db to v0.5.2 [#105](https://github.com/xmidt-org/gungnir/pull/105)

v0.12.2: 01/30/2020

30 Jan 01:08
777c3e9
Compare
Choose a tag to compare
- updated long-poll status codes [#103](https://github.com/xmidt-org/gungnir/pull/103)
- fixed long-poll first get [#104](https://github.com/xmidt-org/gungnir/pull/104)
- updated codex-db to v0.5.1 [#104](https://github.com/xmidt-org/gungnir/pull/104)

v0.12.1: 01/24/2020

25 Jan 00:05
457443f
Compare
Choose a tag to compare
- Add timeouts to long-poll [#102](https://github.com/xmidt-org/gungnir/pull/102)