Skip to content

Releases: boundary/boundary-event-sdk

Boundary SDK 00.02.00 Released

24 Jul 19:36
Compare
Choose a tag to compare
  1. Add ability to decode enterprise SNMP traps
  2. New command line tool for compiling custom MIBs: bmibc

Boundary SDK 00.01.02 Released

01 Jul 14:23
Compare
Choose a tag to compare
  1. 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.

  2. 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

27 Jun 23:20
Compare
Choose a tag to compare

Addresses the following issues:

  1. 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.
  2. 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