Releases: xmidt-org/webpa-common
Releases · xmidt-org/webpa-common
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)
v1.8.1: 04/17/2020
- change webhooks package to not use `logging` functions [#469](https://github.com/xmidt-org/webpa-common/pull/469)
v1.8.0: 04/06/2020
- upgrade wrp-go version to v3.0.1 for subpackages convey and device [#460](https://github.com/xmidt-org/webpa-common/pull/460) - Increase reliability of travis unit tests by refactoring racy testLogger [#462](https://github.com/xmidt-org/webpa-common/pull/462)
v1.7.0: 02/24/2020
- typo fix fallback content-type value [#457](https://github.com/xmidt-org/webpa-common/pull/457) - changed how we determine the endpoint label for metrics [#459](https://github.com/xmidt-org/webpa-common/pull/459)