logstash-integration-snmp 4.4.0-java → 4.4.1-java

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2a79607b130f6d5e1b16fa3979be1cddad462aae22e58a481888a35bebbb0c09
4
- data.tar.gz: 17add7304deab345d2e8b77d58e95835749ccd4c710176aa3b89aedca27578ac
3
+ metadata.gz: 66b6d3ed64fef4ea132eb28af384a760e37a7329e9d37b7246fda9dcbdf7ef6e
4
+ data.tar.gz: e889f678af61a031038e5ee1264f7a9ecf56e023f71a4473015a364223934534
5
5
  SHA512:
6
- metadata.gz: 22fee9ee3c1b9bcf88682db9fe6ed721c1cb01e46adaacf98e953fe015ef1ff0848b03e0340d0cd26b2e171ace49c9f1d61853de92b41518c89a2cbb2b6a849e
7
- data.tar.gz: f94e7f9442e9d3078e2bc519b37e413640081137af6911c8ca114f1b366df86054164c4ec192e924d8add40e5b0fc56f56007f8fd1ae21752729e90e29b396ca
6
+ metadata.gz: 45a570a9cbc17e81139c45ecaa4418c5cc001becfb591798e07e159919b9d253c2f5b80ee61f6b908a5e25de8ea1b417b3790604d68842a51938aff5b79c2636
7
+ data.tar.gz: baba3b6c0be0212e7765a63b81bdcdf6a844e4f2ad3c4516a84cd9352ef6c39cade73e8df553c95ea1b5275b471beac62c532c205f8d59c02c36c6703eb1fdde
data/CHANGELOG.md CHANGED
@@ -1,3 +1,6 @@
1
+ ## 4.4.1
2
+ - Fix that avoids random null fields on table read. [#98](https://github.com/logstash-plugins/logstash-integration-snmp/pull/98)
3
+
1
4
  ## 4.4.0
2
5
  - Expose `max_repetitions` config option to the SNMP input plugin, allowing users to control the max-repetitions field in GETBULK PDUs used by walk and table operations. [#97](https://github.com/logstash-plugins/logstash-integration-snmp/pull/97)
3
6
 
data/README.md CHANGED
@@ -1,6 +1,7 @@
1
1
  # Logstash Plugin
2
2
 
3
- [![Travis Build Status](https://app.travis-ci.com/logstash-plugins/logstash-integration-snmp.svg?token=7Sh53kq71d3qbpvhquFx&branch=main)](https://app.travis-ci.com/logstash-plugins/logstash-integration-snmp)
3
+ [![Unit Tests](https://github.com/logstash-plugins/logstash-integration-snmp/actions/workflows/unit-tests.yml/badge.svg?branch=main)](https://github.com/logstash-plugins/logstash-integration-snmp/actions/workflows/unit-tests.yml)
4
+ [![Integration Tests](https://github.com/logstash-plugins/logstash-integration-snmp/actions/workflows/integration-tests.yml/badge.svg?branch=main)](https://github.com/logstash-plugins/logstash-integration-snmp/actions/workflows/integration-tests.yml)
4
5
 
5
6
  This is a integration plugin for [Logstash](https://github.com/elastic/logstash).
6
7
  including `logstash-input-snmp` and `logstash-input-snmptrap`.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 4.4.0
1
+ 4.4.1
@@ -4,4 +4,4 @@ require 'jar_dependencies'
4
4
  require_jar('org.snmp4j', 'snmp4j-log4j', '2.8.11')
5
5
  require_jar('org.snmp4j', 'snmp4j', '3.8.0')
6
6
  require_jar('org.snakeyaml', 'snakeyaml-engine', '2.7')
7
- require_jar('org.logstash.integrations', 'plugin', '4.4.0')
7
+ require_jar('org.logstash.integrations', 'plugin', '4.4.1')
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-integration-snmp
3
3
  version: !ruby/object:Gem::Version
4
- version: 4.4.0
4
+ version: 4.4.1
5
5
  platform: java
6
6
  authors:
7
7
  - Elastic
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-08-05 00:00:00.000000000 Z
10
+ date: 2026-09-01 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: logstash-core-plugin-api
@@ -468,7 +468,7 @@ files:
468
468
  - spec/unit/inputs/common_spec.rb
469
469
  - spec/unit/inputs/snmp_spec.rb
470
470
  - spec/unit/inputs/snmptrap_spec.rb
471
- - vendor/jar-dependencies/org/logstash/integrations/plugin/4.4.0/plugin-4.4.0.jar
471
+ - vendor/jar-dependencies/org/logstash/integrations/plugin/4.4.1/plugin-4.4.1.jar
472
472
  - vendor/jar-dependencies/org/snakeyaml/snakeyaml-engine/2.7/snakeyaml-engine-2.7.jar
473
473
  - vendor/jar-dependencies/org/snmp4j/snmp4j-log4j/2.8.11/snmp4j-log4j-2.8.11.jar
474
474
  - vendor/jar-dependencies/org/snmp4j/snmp4j/3.8.0/snmp4j-3.8.0.jar