Upgrade go-agentx to v0.3.0, containing my ordering fix
This commit is contained in:
16
debian/changelog
vendored
16
debian/changelog
vendored
@@ -1,18 +1,30 @@
|
||||
govpp-snmp-agentx (1.1.7-1) bookworm; urgency=medium
|
||||
govpp-snmp-agentx (1.2.0-1) bookworm; urgency=medium
|
||||
|
||||
* Update go-agentx dependency from 0.2.1 to 0.3.0 to fix compilation issues
|
||||
* Adapt to breaking changes in go-agentx Session API (now requires nameOID, name, handler)
|
||||
* Update Client configuration to use dial options (WithTimeout, WithReconnectInterval)
|
||||
* Remove access to unexported Session.Handler field (API change)
|
||||
* NOTE: This version fixes compilation broken in 1.1.6-1 and 1.1.7-1
|
||||
|
||||
-- Pim van Pelt <pim@ipng.ch> Wed, 20 Nov 2024 00:00:00 +0000
|
||||
|
||||
govpp-snmp-agentx (1.1.7-1) bookworm; urgency=critical
|
||||
|
||||
* Refactor VPPClient constructor to use idiomatic Go patterns
|
||||
* Remove redundant NewVPPClient() constructor function
|
||||
* Update all code to use direct struct initialization (&VPPClient{})
|
||||
* Improve code maintainability and follow Go best practices
|
||||
* WARNING: This version is BROKEN due to go-agentx 0.2.1 incompatibility
|
||||
|
||||
-- Pim van Pelt <pim@ipng.ch> Fri, 15 Nov 2024 00:00:00 +0000
|
||||
|
||||
govpp-snmp-agentx (1.1.6-1) bookworm; urgency=medium
|
||||
govpp-snmp-agentx (1.1.6-1) bookworm; urgency=critical
|
||||
|
||||
* Replace forked go-agentx dependency with upstream github.com/posteo/go-agentx
|
||||
* Remove local src/go-agentx/ directory and use official upstream package
|
||||
* Upgrade to go-agentx v0.2.1 from official GitHub repository
|
||||
* Improve dependency management and reduce maintenance overhead
|
||||
* WARNING: This version is BROKEN due to go-agentx 0.2.1 incompatibility
|
||||
|
||||
-- Pim van Pelt <pim@ipng.ch> Fri, 08 Nov 2024 00:00:00 +0000
|
||||
|
||||
|
||||
Reference in New Issue
Block a user