Skip to content

Releases: xmidt-org/talaria

v0.6.6-dev1 07/20/2022

20 Jul 16:53
482047b
Compare
Choose a tag to compare
Pre-release
  • Frist pass QOS implementation #228 #235
  • wrp-go update v3.1.3 to v3.1.4-dev.1
  • webpa-commons update v2.0.6 to v2.0.7-dev.1
  • general dependency updates

v0.6.5 05/02/2022

02 May 18:49
bc6e39f
Compare
Choose a tag to compare
- Bumped webpa-common to v2.0.6, fixing panic on send endpoint. [#229](https://github.com/xmidt-org/talaria/pull/229)

v0.6.4 04/13/2022

13 Apr 20:09
fbad170
Compare
Choose a tag to compare
- Updated spec file and rpkg version macro to be able to choose when the 'v' is included in the version. [#199](https://github.com/xmidt-org/talaria/pull/199)
- Updated WRPHandler_Test to correspond with a bug fix in WRP-Go. [#206](https://github.com/xmidt-org/talaria/pull/206)
- Added /v2 support for service endpoints. [#225](https://github.com/xmidt-org/talaria/pull/225)

v0.6.3 12/08/2021

08 Dec 19:17
fda2d51
Compare
Choose a tag to compare
- Removed v1 webpa-common dependency that was accidentally added in v0.6.2. [#197](https://github.com/xmidt-org/talaria/pull/197)

v0.6.2 12/08/2021

08 Dec 17:19
9f2c489
Compare
Choose a tag to compare
- Fixed device endpoint bug, added info log for partner IDs and trust. [#196](https://github.com/xmidt-org/talaria/pull/196)

v0.6.1 12/06/2021

06 Dec 20:29
abd48d9
Compare
Choose a tag to compare
- Added v2 compatible device endpoint for older devices connecting. [#195](https://github.com/xmidt-org/talaria/pull/195)

v0.6.0 12/02/2021

02 Dec 19:21
f7cc21e
Compare
Choose a tag to compare
- Updated api version in url to v3 to indicate breaking changes in response codes when an invalid auth is sent.  This change was made in an earlier release (v0.5.13). [#194](https://github.com/xmidt-org/talaria/pull/194)

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)