Releases: xmidt-org/talaria
Releases · xmidt-org/talaria
v0.5.13 08/30/2021
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Query values from device claims without modifying map. [#137](https://github.com/xmidt-org/talaria/pull/137)
v0.5.4: 06/26/2020
- 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)