Releases: openconfig/gnmi-gateway
Releases · openconfig/gnmi-gateway
v0.12.0
v0.11.2
- Fix: Fix bug for multiple gateways acquiring the same lock after Zookeeper sequence numbers roll over.
- Fix: Fixed panic when no type is found for a path during type lookup.
v0.11.1
- Fix: Fixed bug when checking for NoTLS or NoTLSVerify flags.
v0.11.0
- New: Added gRPC reflection to the gNMI server.
- Change: Updated Spectator and gRPC dependencies.
v0.10.0
- New: InfluxDB Exporter (thanks @mathershifter!)
- New: Origin field now supported in the simple Target Loader (#18).
- New: Credential fields now supported in the simple Target Loader (thanks @tardoe!)
- Change: Supported versions of are now 1.14 and greater. Golang 1.13 is no longer supported.
- Fix: handling of cache update errors for multiple updates in a single notification (#24).
- Fix: panic when negative counter value submitted to Prometheus Exporter (#23).
- Fix: panic for certain set of flags when clustering is not enabled.
v0.9.0
Includes:
- Added Makefile targets for linting and goimports.
- Enabled testing for Go 1.15 to match the versions officially supported by Go.
- Changed NoTLS to NoTLSVerify and added documentation (related #14).
- Added auto-uploading of release packages via Github Actions.
- Added example file for 'simple' target loader.
- Removed unused travis.yaml file.
- Additional documentation.
- Cosmetic code changes.
v0.8.0
Includes:
- Kafka exporter
- Debug (logging) exporter
- NetBox target loader
- Various bug fixes (TLS, message forwarding logic, exporter startup, etc)
v0.7.0
Changes to forwardable messages.
v0.6.0
Initial pre-release working version.