Skip to content

Releases: xmidt-org/talaria

v0.5.13 08/30/2021

30 Aug 17:32
6cd8ee5
Compare
Choose a tag to compare
- Changed Authkey from string splice to string [#188](https://github.com/xmidt-org/talaria/pull/188)
- Changed Content-type from "json" to "application/json"[#189](https://github.com/xmidt-org/talaria/pull/189)
- Removed jwt lib that's no longer maintained. [#187](https://github.com/xmidt-org/talaria/pull/187)
- Fixed reading of 'requestTimeout' config variable. [#187](https://github.com/xmidt-org/talaria/pull/187)
- Modify consul registration address value in spruce config file so rehasher would work as expected. [#190](https://github.com/xmidt-org/talaria/pull/190) thanks to @Sachin4403

v0.5.12 07/09/2021

09 Jul 01:48
90e951c
Compare
Choose a tag to compare
- Prevent Authorization header from getting logged. [#181](https://github.com/xmidt-org/talaria/pull/181)
- Add way to modify deviceAccessCheck type through docker-compose env var. [#184](https://github.com/xmidt-org/talaria/pull/184)

v0.5.11 05/05/2021

05 May 02:25
843dfa7
Compare
Choose a tag to compare
- Migrate to github actions, normalize analysis tools, Dockerfiles and Makefiles. [#166](https://github.com/xmidt-org/talaria/pull/166)
- Clarify comments of options in config file. [#176](https://github.com/xmidt-org/talaria/pull/176)
- Add OpenTelemetry tracing feature. [#178](https://github.com/xmidt-org/talaria/pull/178) thanks to @utsavbatra5

- Added RawAttributes interface. [#162](https://github.com/xmidt-org/talaria/pull/162)
- Added abiliy to gate and drain by specific device metadata parameters. [#172](https://github.com/xmidt-org/talaria/pull/172)

- Update buildtime format in Makefile to match RPM spec file. [#164](https://github.com/xmidt-org/talaria/pull/164)

v0.5.10: 08/27/2020

27 Aug 18:58
ca4d7ef
Compare
Choose a tag to compare
- Add documentation around WRP source checking. [#154](https://github.com/xmidt-org/talaria/pull/154)
- Fixes from [this](https://github.com/xmidt-org/webpa-common/blob/main/CHANGELOG.md#v1108) version of webpa-common. [#156](https://github.com/xmidt-org/talaria/pull/156)

v0.5.9: 08/06/2020

06 Aug 18:52
7da7993
Compare
Choose a tag to compare
- Added `trust` label to hardware_model gauge. [#151](https://github.com/xmidt-org/talaria/pull/151)

- Fix device Metadata Trust() method float64 casting to int. [#151](https://github.com/xmidt-org/talaria/pull/151)

- Add configurable check for the source of inbound (device => cloud service) WRP messages. [#151](https://github.com/xmidt-org/talaria/pull/151)
- Populate empty inbound WRP.content_type field with `application/octet-stream`. [#151](https://github.com/xmidt-org/talaria/pull/151)

v0.5.8: 07/24/2020

24 Jul 15:47
46e52dc
Compare
Choose a tag to compare
- bumped webpa-common to fix consul last wait index and AllDatacenters [#147](https://github.com/xmidt-org/talaria/pull/147)

v0.5.7: 07/21/2020

21 Jul 00:33
e3f271c
Compare
Choose a tag to compare
- New labels for the `hardware_model` gauge from webpa-common. [#146](https://github.com/xmidt-org/talaria/pull/146)

- Update references to the main branch. [#144](https://github.com/xmidt-org/talaria/pull/144)

v0.5.6: 07/08/2020

08 Jul 20:47
980c9c1
Compare
Choose a tag to compare
- fixed xresolver failing to route traffic to caduceus using default http and https ports. [#143](https://github.com/xmidt-org/talaria/pull/143)

v0.5.5: 07/02/2020

02 Jul 21:02
c9ca5a2
Compare
Choose a tag to compare
- Query values from device claims without modifying map. [#137](https://github.com/xmidt-org/talaria/pull/137)

v0.5.4: 06/26/2020

26 Jun 17:49
4cd3a3c
Compare
Choose a tag to compare
- Remove header requirement for value that's not necessary [#135](https://github.com/xmidt-org/talaria/pull/135)
- fixed consul xresolver watch config [#138](https://github.com/xmidt-org/talaria/pull/138)
- fixed caduceus outbound sender via consul [#138](https://github.com/xmidt-org/talaria/pull/138)