Releases: boundary/boundary-event-sdk
Releases · boundary/boundary-event-sdk
Boundary SDK 00.02.00 Released
- Add ability to decode enterprise SNMP traps
- New command line tool for compiling custom MIBs: bmibc
Boundary SDK 00.01.02 Released
-
Fix issue with SNMP adapter that was using the incorrect source type 'hostname', which prevented events from SNMP traps from being associated with the Boundary meter node.
-
Unified the createdAtDate for both v1 and v2c traps to use the current time (new Date) for the createdAtDate
Boundary SDK 00.01.01 Released
Addresses the following issues:
- Syslog and SNMP beans (adapters) were binding their sockets to the localhost(127.0.0.1) address instead of the any ip address 0.0.0.0. The default for each of these adapters is now the any ip address by 0.0.0.0, but it can figured to any IP address by setting the property bindAddress to ip address in which you want the socket to bind.
- Unable to forward Boundary API requests via HTTPS proxy since the port could not be set in the configuration, only the host was configurable. With this release, both the host and port can be figured by setting the host and port properties in the xml configuration file event-application.xml