Releases: xmidt-org/talaria
Releases · xmidt-org/talaria
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)
v0.5.3: 05/18/2020
- Update webpa-common version with data race fix for a device's metadata claims getter [#134](https://github.com/xmidt-org/talaria/pull/134)
v0.5.2: 05/11/2020
- Perform proper conversion of device trust integer value into a string. [#130](https://github.com/xmidt-org/talaria/pull/130)