We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae8166a commit e81daddCopy full SHA for e81dadd
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+## 3.2.2
2
+ - Fix some documentation issues
3
+
4
## 3.2.0
5
- Fixed an issue with the encoding that prevented certain fields from being serialized in a way compatible with the Kafka plugins
6
logstash-codec-avro.gemspec
@@ -1,7 +1,7 @@
Gem::Specification.new do |s|
s.name = 'logstash-codec-avro'
- s.version = '3.2.1'
+ s.version = '3.2.2'
s.platform = 'java'
s.licenses = ['Apache-2.0']
7
s.summary = "Encode and decode avro formatted data"
0 commit comments