Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 3.64 KB

CHANGELOG.md

File metadata and controls

69 lines (49 loc) · 3.64 KB

1.3.2

  • Docs: add troubleshooting help for "failed to locate MIB module" error when using smidump to convert MIBs

1.3.1

  • Refactor: handle no response(s) wout error logging #105

1.3.0

  • Feat: ECS compliance + optional target #99
  • Internal: update to Gradle 7 #102

1.2.8

  • Fixed interval handling to only sleep off the remainder of the interval (if any), and to log a helpful warning when crawling the hosts takes longer than the configured interval #100. Fixes #61.

1.2.7

  • Added integration tests to ensure SNMP server and IPv6 connections #90. Fixes#87.

1.2.6

  • Docs: example on setting IPv6 hosts #89

1.2.5

  • Updated snmp4j library to v2.8.4 #86

1.2.4

  • Fixed: support SNMPv3 multiple identical security name with different credentials #84

1.2.3

  • Fixed: multithreading problem when using multiple snmp inputs with multiple v3 credentials #80

1.2.2

  • Refactor: scope and review java_imports #72

1.2.1

  • Fixed GAUGE32 integer overflow #65

1.2.0

  • Adding oid_path_length config option #59
  • Fixing bug with table support removing index value from OIDs [#60])#60)

1.1.1

  • Added information and other improvements to documentation #57

1.1.0

  • Added support for querying SNMP tables #49
  • Changed three error messages in the base_client to include the target address for clarity in the logs.

1.0.1

  • Added no_codec condition to the documentation and bumped version #39
  • Changed docs to improve options layout #38

1.0.0

  • Added improved syntax coercion #32

0.1.0.beta5

  • Added OPAQUE type coercion #29
  • Added SNMPv3 support #27
  • Added support for provided MIBs #25

0.1.0.beta4

  • Fixed missing coercions #12

0.1.0.beta3

  • add tcp transport protocol support, #8
  • add SNMPv1 protocol version support, #9

0.1.0.beta2

  • add host info in metadata and host field, #7

0.1.0.beta1

  • First beta version