Skip to content

Releases: xmidt-org/webpa-common

v1.10.8: 08/27/2020

27 Aug 17:27
790a15b
Compare
Choose a tag to compare
- Default partnerID in metadata changed from "" to "unknown". [#518](https://github.com/xmidt-org/webpa-common/pull/518)

- A typo where "monitor" was written as "monito" for a WRP source check. [#518](https://github.com/xmidt-org/webpa-common/pull/518)

v1.10.7: 08/06/2020

06 Aug 18:16
179b0f3
Compare
Choose a tag to compare
- Added eventKey to service discovery metric. [#509](https://github.com/xmidt-org/webpa-common/pull/509)
- Added `trust` label to hardware_model gauge. [#512](https://github.com/xmidt-org/webpa-common/pull/512)

- Fix serviceEndpoints unit tests failing. [#510](https://github.com/xmidt-org/webpa-common/pull/510)
- Fix device Metadata Trust() method float64 casting to int. [#511](https://github.com/xmidt-org/webpa-common/pull/511)

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

v1.10.6: 07/27/2020

27 Jul 18:41
7592f89
Compare
Choose a tag to compare
- Fixed ServiceEndpoints not faning out when a datacenter is empty [#504](https://github.com/xmidt-org/webpa-common/pull/504)

v1.10.5: 07/22/2020

22 Jul 19:26
971500c
Compare
Choose a tag to compare
- Fixed AllDataCenters config behavior and renamed it to CrossDatacenter. [#502](https://github.com/xmidt-org/webpa-common/pull/502)
- In service/consul, reset the last wait index if it goes backwards from the previous call. [#501](https://github.com/xmidt-org/webpa-common/pull/501)

v1.10.4: 07/20/2020

20 Jul 23:41
7c023e6
Compare
Choose a tag to compare
- Added default port for creating a xresolver connection. [#499](https://github.com/xmidt-org/webpa-common/pull/499)

- Add partner and firmware label to existing `hardware_model` gauge. [#498](https://github.com/xmidt-org/webpa-common/pull/498)

- Update word from blacklist to denylist. [#495](https://github.com/xmidt-org/webpa-common/pull/495)
- Update references to the main branch. [#497](https://github.com/xmidt-org/webpa-common/pull/497)

v1.10.3: 07/08/2020

08 Jul 19:37
fd9994a
Compare
Choose a tag to compare
- Fixed xresolver failing to create route when default port is used. [#494](https://github.com/xmidt-org/webpa-common/pull/494)

v1.10.2: 06/30/2020

30 Jun 21:52
fa6a57d
Compare
Choose a tag to compare
- Fixed `ConsulWatch` in xresolver by storing and watching the correct part of the url. [#490](https://github.com/xmidt-org/webpa-common/pull/490)
- Fixed consul service discovery to pass QueryOptions. [#490](https://github.com/xmidt-org/webpa-common/pull/490)

- Device metadata implementation is now thread-safe and optimized for reads. [#489](https://github.com/xmidt-org/webpa-common/pull/489)

v1.10.1: 05/18/2020

18 May 22:59
c02a321
Compare
Choose a tag to compare
- Device metadata didn't return a read-only view of its map claims resulting in data races [483](https://github.com/xmidt-org/webpa-common/pull/483)

v1.10.0: 05/05/2020

05 May 21:23
Compare
Choose a tag to compare
- Prune types package containing unnecessary custom time.Duration [#430](https://github.com/xmidt-org/webpa-common/pull/430)

- Fixed service discovery metrics label to only include actual service name [#480](https://github.com/xmidt-org/webpa-common/pull/480)
- Fixed rehasher issue in which it was not filtering out service discovery events from irrelevant services [#480](https://github.com/xmidt-org/webpa-common/pull/480)

- Deprecate various packages [#443](https://github.com/xmidt-org/webpa-common/pull/443)

v1.9.0: 04/27/2020

27 Apr 22:03
a81c75d
Compare
Choose a tag to compare
- Create simple component to work with a device's metadata [#447](https://github.com/xmidt-org/webpa-common/pull/447)