logstash-input-google_pubsub_compressed_batches 1.2.10 → 1.2.11

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of logstash-input-google_pubsub_compressed_batches might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 24f4ab48e4d92352ebc9b7bb43ac480b3936eb36f32676e7f51d5eed13e1c45f
4
- data.tar.gz: b5d36f7e6258269219c31f70304d5ce92a8b1f03f4c95b351fd0c863d65edd72
3
+ metadata.gz: 97b987ec1d527c7bf2ea5c174971be5ea1b53619a18e1ae2dc0c4bb816a05ffa
4
+ data.tar.gz: 4b0db4e37592a13ce618efb24cf8fb479d8a428cc797821775ea37addcfd0aa7
5
5
  SHA512:
6
- metadata.gz: f9e83da43e4a4f5b5ffaf9dbcf00cf395cb2e25f22bda1101bd53ce075443c30ef7967ae00d386407172fc472bfe4509be90f97c7b44c5a42cba8caa4ac2f249
7
- data.tar.gz: ffacfaa6a6d3259f0ab6f54c5c9d130581a58f70cf30ebcb97a5e12066d35f03ebea6e70faee0ab0d84bb28ba333d53b1d985d3ae76ddaa553fe4b12d44a1f1a
6
+ metadata.gz: 2ee8f92380fa9f5efe2777974904ec9522524a0bb24128f3ef73884bb922247641dd409de066126da51f8511647138ed22383e9afd4734337fdf87c2de97fffe
7
+ data.tar.gz: f6a4bd2c91a6a8daa7eb222cca9c32f18532126b56202893c4bf3e241322248aa44fb87164656ab783fa517325b64fbfbd53b61b123c685e66d098549b46671c
@@ -1,4 +1,4 @@
1
- ## 1.2.6
1
+ ## 1.2.11
2
2
  - Added support for reading zlib compressed batch
3
3
 
4
4
  ## 1.2.1
@@ -168,7 +168,6 @@ class LogStash::Inputs::GooglePubSub < LogStash::Inputs::Base
168
168
  consumer.ack()
169
169
  rescue java.util.zip.DataFormatException, java.util.zip.ZipException => e
170
170
  consumer.ack()
171
- ensure
172
171
  end
173
172
  end
174
173
 
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'logstash-input-google_pubsub_compressed_batches'
3
- s.version = '1.2.10'
3
+ s.version = '1.2.11'
4
4
  s.licenses = ['Apache-2.0']
5
5
  s.summary = "Consume events from a Google Cloud PubSub service. Supports zlib compressed batches"
6
6
  s.description = "This gem is a Logstash input plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/logstash-plugin install gemname. This gem is not a stand-alone program."
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logstash-input-google_pubsub_compressed_batches
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.10
4
+ version: 1.2.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Johnson