Skip to content

v3.0.0-rc2

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 23:50
· 249 commits to master since this release

Changelog

  • 96165dc v3.0.0-rc2
  • c0c3fb9 ci: add lib-ls example
  • 5798cfa doc: replace MonitorPeer with WatchEvent API
  • ea58a91 Add WatchEvent API to replace MonitorPeer and MonitorTable
  • 030274e Fix spelling of LinkBandwidth
  • 6fc43b1 proto: avoid global enum definitions when possible
  • 6eeabdf proto: replace 'as' with 'asn'
  • 15920c9 proto: clean up peer messages
  • f75661f proto: add DumpType to EnableMrtRequest
  • 24ae33b proto: define AsSegment Type enum
  • 69a79fb server: fix output of gobgp rpki server
  • 21d4624 doc: update build guide
  • f6e2de9 ci: use go 1.17
  • ebe623e server: silence bogus warning on sockets
  • c23e431 fix openbsd build
  • 8b0452a ci: add crossbuild tests
  • 556d7c7 update completion
  • 24c3372 doc: update pyang_plugins
  • 307c913 update scnario tests doc and script
  • e3b99e3 delete unmaintained jenkins script for testing
  • 67ffaf5 update v3 suffix
  • 42117d3 Make iternal/pkg/apiutil public under pkg/apiutil
  • d001392 Remove bgp package dependency on api and protobuf packages
  • 09c0b26 server: make MonitorTable callback usable with UseMultiplePaths
  • f871b60 doc: fix excample code of library usages
  • dc67485 .github/ci: Replace staticcheck with golang-ci-lint