StoneWork icon indicating copy to clipboard operation
StoneWork copied to clipboard

Bump go.fd.io/govpp from 0.6.0 to 0.7.0

Open dependabot[bot] opened this issue 2 years ago • 0 comments

Bumps go.fd.io/govpp from 0.6.0 to 0.7.0.

Changelog

Sourced from go.fd.io/govpp's changelog.

0.7.0

29 November 2022

Changes

  • Switch to using a generic pool for channels in Connection (#39)
  • feat: Disable default reply timeout (#45)
  • gomemif: migrate from vpp repository (#65)
  • Run golangci-lint in CI (#69)
  • Add GoVPP logo to README (#79)
  • Introduce VPP integration tests (#75)
  • docs: Add troubleshooting guide (#70)
  • Add support of watching events to Connection (#80)

Fixes

  • Fix format of package comment (#44)
  • Fixes for staticcheck (#27)
  • Prevent data race on msgMapByPath map (#50)
  • Fix panic on the pool put/get operations (#54)
  • Fix endless loop in Reset (#57)
  • Fix generate RPC client for stream with reply (#72)
  • Fix endless Stream's reply waiting on vpp disconnect (#77)
  • Fix WaitReady if directory does not exist (#84)

Changes

  • Added GitHub CI
  • Remove deprecated vppapiclient
  • Remove unused Travis CI
  • Remove gerrit remains
Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

dependabot[bot] avatar Dec 04 '22 19:12 dependabot[bot]