Skip to content

Releases: openconfig/gnmic

v0.39.0

07 Nov 19:12
6e01da4
Compare
Choose a tag to compare

Changelog

  • 66c77f2 Add a metric for failed subscriptions
  • dbfa73d Added BufferSize to Jetsream and NATS outputs * follow-up to Parallel processing with Jetstream #342 * added option to provide a buffer size to go channel on output * updaed user guides for Jetstream and NATS outputs
  • e9c3c71 Bump github.com/docker/docker
  • bbc2db6 Bump github.com/docker/docker
  • 3decaf9 Bump github.com/hashicorp/go-retryablehttp from 0.7.4 to 0.7.7
  • 30c1330 Merge pull request #471 from openconfig/dependabot/go_modules/github.com/hashicorp/go-retryablehttp-0.7.7
  • 9b75580 Merge pull request #496 from mwdomino/restart-app
  • fb7904e Merge pull request #497 from mwdomino/rotate-file
  • f70355c Merge pull request #500 from openconfig/dependabot/go_modules/github.com/docker/docker-26.1.4incompatible
  • b3d3ff4 Merge pull request #504 from openconfig/dependabot/go_modules/github.com/docker/docker-26.1.5incompatible
  • 460306a Merge pull request #514 from openconfig/arm-container
  • cc35c12 Merge pull request #532 from netixx/feat/failed-subscribe-metrics
  • 57eba92 Merge pull request #542 from nokia/fix409
  • ee7b896 Merge pull request #543 from nokia/impl513
  • fdfa12a Merge pull request #544 from nokia/cluster-client-tls
  • 3eac0d4 Merge pull request #547 from nokia/fix545
  • 36634dd Merge pull request #548 from nokia/proc-ieeefloat32
  • ce62f8d Merge pull request #549 from wendall-robinson/Add_BufferSize_to_JetStream_Output
  • fdb3b70 Merge pull request #550 from nokia/nats-empty-msg
  • 82110de Merge pull request #552 from hyposcaler-bot/hyposcaler-bot/issue-551
  • 6e01da4 Merge pull request #553 from nokia/0.39.0-changelog
  • edeba06 Removed uint type conversion when making the chan * BufferSize was changed to default to uint and no longer needs this type conversion * this was requested by the repo owner
  • cde5228 Updated based on feedback from repo owner * updated user guide to communicate the default value of to 0 * fixed ordering of comment * made BufferSize a uint to default to 0 if not set
  • 2c9bcd8 add 0.39.0 changelog
  • 57a1969 add a processor to convert binary ieeefloat32 values to float
  • 58b7195 add configurable TLS cert for the clustering API client
  • 80e39d6 add doc
  • 677f8f2 add docs
  • 024a59c add gNMIc prometheus metric gnmic_target_up
  • 68ce415 add shutdown route
  • df7ebb4 add support for rotating file outputs
  • 67ac488 add tests
  • 779bf18 added multi-arch container image build
  • 3677b9b clean up file output
  • 56ab088 fix nats output handling of empty messages
  • fdf6057 misc lab issues sorted
  • a99f61f properly expand env vars in config items defined as lists
  • 44eee4c properly set deleted tags when using influxdb output
  • bda902b remove unused vars
  • c6a0047 removed references to priv-gnmic
  • 7662a34 review fix
  • f1186c1 review fixes
  • 046929f update docs
  • acd4714 update docs
  • 3a77d39 update docs

v0.38.2

26 Jul 00:40
7b31588
Compare
Choose a tag to compare

Changelog

  • dd545b2 Do not use grpc.WithBlock option
  • 7b31588 Merge pull request #493 from openconfig/fix-grpc-block

v0.38.1

24 Jul 17:47
d443ac0
Compare
Choose a tag to compare

Changelog

  • a0c3068 Added a const and inverted the if condition
  • 9a80046 Bump github.com/nats-io/nats-streaming-server from 0.24.3 to 0.24.6
  • 93343e1 Merge pull request #478 from rao-aneesh/get-dry-run
  • d443ac0 Merge pull request #481 from rao-aneesh/no-trim
  • 9d6c0c2 Merge pull request #484 from openconfig/dependabot/go_modules/github.com/nats-io/nats-streaming-server-0.24.6
  • 1e21399 Merge pull request #486 from nokia/print-ext
  • c14b441 Merge pull request #487 from nokia/fix-gnmi-server-start
  • fdc5756 Update config.go
  • 0acf71a Update config.go
  • 63249f6 Update get.go
  • 63ebf91 Update set.go
  • 7050377 fix gNMI server startup
  • a2e615c print extensions in json format

v0.38.0

11 Jul 06:19
01ca8fa
Compare
Choose a tag to compare

Changelog

  • a929f96 Add config option for Kafka version to Kafka output
  • 788ae21 Bump goreleaser/goreleaser-action from 5 to 6
  • aa35aed Do not env expand "password" and "token" fields unless they start with '$'
  • 0d75e08 Merge pull request #444 from openconfig/0.370-changelogv2
  • ef4175d Merge pull request #449 from alibresco/main
  • a9bedd0 Merge pull request #450 from nokia/commit-ext
  • f38efc1 Merge pull request #459 from openconfig/dependabot/github_actions/goreleaser/goreleaser-action-6
  • a677013 Merge pull request #461 from jarrodb/config-targets-subscriptions
  • 5f1fdc5 Merge pull request #468 from nokia/expand-globals-env
  • d6866bb Merge pull request #469 from nokia/depth-ext
  • fcc4b8a Merge pull request #470 from nokia/fix458
  • 6e05b1f Merge pull request #473 from nokia/fix472
  • 7205145 Merge pull request #474 from nokia/examples-influxdb-version
  • 45c075b Merge pull request #475 from nokia/#453
  • 425147a Merge pull request #476 from hellt/update-goyang-v1.5.0
  • 01ca8fa Merge pull request #477 from nokia/0.38.0-changelog
  • 0e736bd add 0.38.0 changelog
  • 4b05a3a add gNMI commit extension
  • 9dc78a4 add gNMI depth extension
  • b58008d api support for updating a target's subscriptions
  • 7bbb77c bump goyang to v1.5.0
  • d5cc529 fix links and typos
  • 6ddbb3e maybe we should allow bad requests to unlock the config
  • 85d658a properly expand global attributes if set to an environment variable
  • 0f43f80 properly handle leaf vs leaf-list in generate set-request command
  • 4aa8b01 suppress empty lists of events when marshaling messages on output
  • aaf777b update flags names
  • e42f895 update influxdb container image version in the deployment examples
  • b104276 update user_guide with a valid example

v0.37.0

13 May 23:36
05a3e78
Compare
Choose a tag to compare

Changelog

  • fd1a2a6 Bump golangci/golangci-lint-action from 5 to 6
  • 39e6631 Merge pull request #438 from openconfig/up-cache-tag
  • ecac4ce Merge pull request #440 from nokia/fix439
  • 2b331f9 Merge pull request #441 from openconfig/dependabot/github_actions/golangci/golangci-lint-action-6
  • 05a3e78 Merge pull request #442 from openconfig/0.37.0-changelog
  • b122c32 add v0.37.0 changelog
  • dd6d1a6 do not overwrite the tunnel dialer
  • 690e77e go mod tidy
  • 548b226 up cache deps
  • e0456a7 update test scripts

v0.36.2

05 Mar 20:19
a7844a6
Compare
Choose a tag to compare

Changelog

  • a7844a6 Merge pull request #391 from openconfig/fix389-version
  • 5142c68 bump pkg/api version

v0.36.1

04 Mar 18:17
6bbfbb0
Compare
Choose a tag to compare

Changelog

  • 6bbfbb0 Merge pull request #388 from openconfig/bump-pkg-api
  • 42f9633 bump pkg/api to v0.1.4

v0.36.0

13 Feb 19:37
83d62ed
Compare
Choose a tag to compare

Changelog

  • 83d62ed Merge pull request #378 from openconfig/0.36.0-changelog

v0.35.2

06 Feb 00:54
bd70a53
Compare
Choose a tag to compare

Changelog

v0.35.1

25 Jan 21:19
91f4205
Compare
Choose a tag to compare

Changelog

  • 91f4205 Merge pull request #365 from openconfig/add-tag-delete