logstash-codec-msgpack 3.0.3-java → 3.0.5-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 +4 -4
- data/CHANGELOG.md +7 -1
- data/docs/index.asciidoc +2 -2
- data/logstash-codec-msgpack.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5102374f9ef96da694e0e6cd0c11681dc65d4378
|
|
4
|
+
data.tar.gz: d1a4fbc3a41661f896b7ba92576a06b4d9a9138f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c43d00700ccfd7b22413b39cb66f05f761952ee1fb89241abbf9cdd49f3c33fa4625976e201ca272f05b8eb0fa50102d87985d680965f53ceae05d4af09d1a6d
|
|
7
|
+
data.tar.gz: b1491bea811b1b44ec844842371b5ba899e7be7578980c1664a48462b329ebc0b415da9c0351c793f7e8434ff3c21c6a763902d7e6c5460f85f00bd02bdd3de0
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
|
+
## 3.0.5
|
|
2
|
+
- Fix some documentation issues
|
|
3
|
+
|
|
4
|
+
## 3.0.4
|
|
5
|
+
- Docs: Add plugin description
|
|
6
|
+
## 3.0.3
|
|
7
|
+
- Update with new event APIs
|
|
1
8
|
## 3.0.2
|
|
2
9
|
- Relax constraint on logstash-core-plugin-api to >= 1.60 <= 2.99
|
|
3
|
-
|
|
4
10
|
## 3.0.1
|
|
5
11
|
- Republish all the gems under jruby.
|
|
6
12
|
## 3.0.0
|
data/docs/index.asciidoc
CHANGED
|
@@ -12,7 +12,7 @@ START - GENERATED VARIABLES, DO NOT EDIT!
|
|
|
12
12
|
END - GENERATED VARIABLES, DO NOT EDIT!
|
|
13
13
|
///////////////////////////////////////////
|
|
14
14
|
|
|
15
|
-
[id="plugins-{type}-{plugin}"]
|
|
15
|
+
[id="plugins-{type}s-{plugin}"]
|
|
16
16
|
|
|
17
17
|
=== Msgpack codec plugin
|
|
18
18
|
|
|
@@ -20,7 +20,7 @@ include::{include_path}/plugin_header.asciidoc[]
|
|
|
20
20
|
|
|
21
21
|
==== Description
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
This codec reads and produces MessagePack encoded content.
|
|
24
24
|
|
|
25
25
|
[id="plugins-{type}s-{plugin}-options"]
|
|
26
26
|
==== Msgpack Codec Configuration Options
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Gem::Specification.new do |s|
|
|
2
2
|
|
|
3
3
|
s.name = 'logstash-codec-msgpack'
|
|
4
|
-
s.version = '3.0.
|
|
4
|
+
s.version = '3.0.5'
|
|
5
5
|
s.licenses = ['Apache License (2.0)']
|
|
6
6
|
s.summary = "Encode and decode msgpack formatted data"
|
|
7
7
|
s.description = "This gem is a Logstash 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,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: logstash-codec-msgpack
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.5
|
|
5
5
|
platform: java
|
|
6
6
|
authors:
|
|
7
7
|
- Elastic
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-
|
|
11
|
+
date: 2017-08-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
requirement: !ruby/object:Gem::Requirement
|