StoneWork
StoneWork copied to clipboard
Bump go.fd.io/govpp from 0.6.0 to 0.7.0
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
2155ba3
Release v0.7.0 (#91)d8a7de3
Fix WaitReady if directory does not exist (#84)344b3ab
Add support of watching events to Connection (#80)0fe59af
docs: Add troubleshooting guide (#70)3ed0937
Introduce VPP integration tests (#75)c01d6b8
Add GoVPP logo to README (#79)c584635
Fix endless Stream's reply waiting on vpp disconnect (#77)f4685b3
Fix generate RPC client for stream with reply (#72)8f6095c
Run golangci-lint in CI (#69)6bea83b
gomemif: migrate from vpp repository (#65)- Additional commits viewable in compare view
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)