Skip to content

Commit

Permalink
Merge pull request #37 from robbavey/main
Browse files Browse the repository at this point in the history
Pin avro gem to 1.10.x, as 1.11+ requires ruby 2.6+
  • Loading branch information
robbavey authored Dec 7, 2021
2 parents f3e3397 + 52c68d2 commit 0f19816
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 3.3.1
- Pin avro gem to 1.10.x, as 1.11+ requires ruby 2.6+ [#37](https://github.com/logstash-plugins/logstash-codec-avro/pull/37)

## 3.3.0
- Add ECS support. Add target option and event.original [#36](https://github.com/logstash-plugins/logstash-codec-avro/pull/36)

Expand Down
4 changes: 2 additions & 2 deletions logstash-codec-avro.gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|

s.name = 'logstash-codec-avro'
s.version = '3.3.0'
s.version = '3.3.1'
s.platform = 'java'
s.licenses = ['Apache-2.0']
s.summary = "Reads serialized Avro records as Logstash events"
Expand All @@ -22,7 +22,7 @@ Gem::Specification.new do |s|

# Gem dependencies
s.add_runtime_dependency "logstash-core-plugin-api", ">= 1.60", "<= 2.99"
s.add_runtime_dependency "avro" #(Apache 2.0 license)
s.add_runtime_dependency "avro", "~> 1.10.2" #(Apache 2.0 license)
s.add_runtime_dependency 'logstash-mixin-ecs_compatibility_support', '~> 1.3'
s.add_runtime_dependency 'logstash-mixin-event_support', '~> 1.0'
s.add_runtime_dependency 'logstash-mixin-validator_support', '~> 1.0'
Expand Down

0 comments on commit 0f19816

Please sign in to comment.