fluent-plugin-aws-sqs 1.0.14 → 1.0.15

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: 576e7539a8ae55d67cff870a0aab5709cf44624a6ad54e1322d2175707550c1e
4
- data.tar.gz: '0568fe0e4d9f0b35ddfafd5e9a9fcc1ce90c6e2c3ada444b5dbb3e0d83f7c9f3'
3
+ metadata.gz: 71e6fae2bcfc6114e80bd9f0d43eb57fb94bf8b54eca4e37b11197c64e02116d
4
+ data.tar.gz: 0a960b5f5e907ce26005a54a7be6ab2da73912d80ddb167edb7ba157ffa6f055
5
5
  SHA512:
6
- metadata.gz: 5389ca59ecb32ecdff626d9ab25d8a9a25c0f46c72849e18ddc4b077b00d78194091f7541195ad9a85f6f9d676739dac6290c51398c13e909a004f4621ae7473
7
- data.tar.gz: 1a0a1919a9a334c8fdad83f33c3df14e14c580c89bce32c3b38dedfe6a7914492d5a5c968e41f6dfd5d8676e2fa05506748a7c2e756e52d31c4d8411ba1b723d
6
+ metadata.gz: 88ec186bc2af8d1b6b9e7c0c55251c205dfb22f5968d0c290de3f97bf72ea6fbc05523537024bae8e5969b117d570fa73198ca177ac544bf45e3877a305be5a2
7
+ data.tar.gz: 826ed2c9baad2939f92f2f30a7f0cae0fbdc820967417889865895022b3158e1b7da0a00551edc72ce2a4f007edac9996638883fce4e2811b1864bcbfb5177c0
@@ -62,7 +62,7 @@ module Fluent::Plugin
62
62
  wait_time_seconds: @wait_time_seconds,
63
63
  visibility_timeout: @visibility_timeout,
64
64
  attribute_names: ["All"], # Receive all available built-in message attributes.
65
- message_attribute_names: ["All"] # Receive any custom message attributes.
65
+ message_attribute_names: ["Component", "component"] # Receive any custom message attributes.
66
66
  ).each do |message|
67
67
  record = parse_message(message)
68
68
 
@@ -1,3 +1,3 @@
1
1
  module SQS
2
- VERSION = "1.0.14"
2
+ VERSION = "1.0.15"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fluent-plugin-aws-sqs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.14
4
+ version: 1.0.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shai Moria