Skip to content

Releases: xmidt-org/webpa-common

v1.11.7 05/12/2021

12 May 19:16
e1222d3
Compare
Choose a tag to compare
- Deprecate basculechecks and basculemetrics packages. [#578](https://github.com/xmidt-org/webpa-common/pull/578)
- Fix bug around metric listener creation in basculemetrics. [#579](https://github.com/xmidt-org/webpa-common/pull/579)

v1.11.6 04/27/2021

27 Apr 19:59
28aedc2
Compare
Choose a tag to compare
- Use updated Argus client with OpenTelemetry integration. [#573](https://github.com/xmidt-org/webpa-common/pull/573) thanks to @utsavbatra5
- Add tracing to fanout client used by Scytale. [#576](https://github.com/xmidt-org/webpa-common/pull/576)

v1.11.5 03/15/2021

15 Mar 19:07
90256af
Compare
Choose a tag to compare
- Update uber/fx measures setup-code for basculechecks and basculemetrics. [#558](https://github.com/xmidt-org/webpa-common/pull/558)
- Update code to use the latest Argus changes. [#557](https://github.com/xmidt-org/webpa-common/pull/557)
- Update item ID format for Argus. [#560](https://github.com/xmidt-org/webpa-common/pull/560)
- Add deprecation warning to xwebhook. [#564](https://github.com/xmidt-org/webpa-commmon/pull/564)
- Update Argus version to v0.3.12. [#567](https://github.com/xmidt-org/webpa-commmon/pull/567)

- Keep old metrics unchanged for basculemetrics for backward compatibility. [#560](https://github.com/xmidt-org/webpa-common/pull/560)

- Add ability to drain devices by specific parameters. [#554](https://github.com/xmidt-org/webpa-common/pull/554)
- Add filtering capability to gate device connections. [#547](https://github.com/xmidt-org/webpa-common/pull/547)

v1.11.4: 11/25/2020

25 Nov 20:12
2226cac
Compare
Choose a tag to compare
- Fixed string slice casting issue in basculechecks package. [#548](https://github.com/xmidt-org/webpa-common/pull/548)

v1.11.3: 11/11/2020

11 Nov 02:51
5e0c4c0
Compare
Choose a tag to compare
- Updated basculechecks library to run different capability checks based on the endpoint hit. [#538](https://github.com/xmidt-org/webpa-common/pull/538)

- Bug in which only mTLS was allowed as valid config for an HTTP server. [#544](https://github.com/xmidt-org/webpa-common/pull/544)

v1.11.2: 11/04/2020

04 Nov 21:54
11b0e78
Compare
Choose a tag to compare
- Update xwebhook to a stable version of argus. [#537](https://github.com/xmidt-org/webpa-common/pull/537)
- Obfuscate secrets when listing webhooks. [#534](https://github.com/xmidt-org/webpa-common/pull/534)
- Add client ID fallback method when adding webhook. [#533](https://github.com/xmidt-org/webpa-common/pull/533)

v1.11.1: 10/07/2020

07 Oct 16:08
1c2fd55
Compare
Choose a tag to compare
- Made 6060 pprof server's default address. [#521](https://github.com/xmidt-org/webpa-common/pull/521)
- Bumped bascule version and made attributes-related changes. [#525](https://github.com/xmidt-org/webpa-common/pull/525)

v1.11.0: 09/30/2020

30 Sep 17:56
c34d7d5
Compare
Choose a tag to compare
- Updated capability checker to be more modular and have more configurable checks. [#522](https://github.com/xmidt-org/webpa-common/pull/522)
- Exported function for determining partner ID to use in a metric label from a list of partner IDs. [#523](https://github.com/xmidt-org/webpa-common/pull/523)

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)