Cut release 1.2.1-1
This commit is contained in:
11
debian/changelog
vendored
11
debian/changelog
vendored
@@ -1,3 +1,14 @@
|
||||
govpp-snmp-agentx (1.2.1-1) bookworm; urgency=medium
|
||||
|
||||
* Fix OID visibility bug after go-agentx 0.3.0 upgrade
|
||||
* Use reflection to clear handler contents instead of creating new handlers
|
||||
* Simplify AgentX session creation and registration logic
|
||||
* Add proper session cleanup method (Close())
|
||||
* Improve error handling in AgentX interactions
|
||||
* Code cleanup and maintainability improvements
|
||||
|
||||
-- Pim van Pelt <pim@ipng.ch> Fri, 22 Nov 2024 00:00:00 +0000
|
||||
|
||||
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
|
||||
|
||||
@@ -16,7 +16,7 @@ import (
|
||||
"govpp-snmp-agentx/vpp"
|
||||
)
|
||||
|
||||
const Version = "1.2.0-1"
|
||||
const Version = "1.2.1-1"
|
||||
|
||||
func main() {
|
||||
debug := flag.Bool("debug", false, "Enable debug logging")
|
||||
|
||||
Reference in New Issue
Block a user