Releases: xmidt-org/webpa-common
Releases · xmidt-org/webpa-common
v1.10.8: 08/27/2020
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- Create simple component to work with a device's metadata [#447](https://github.com/xmidt-org/webpa-common/pull/447)