logstash-input-couchdb_changes 3.1.5 → 3.1.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 55cd674e06f2a02a8fe23102a0540021b91eb8fb7d9c6f68914d9f923ffc49b7
4
- data.tar.gz: d5c0723bf34ca36c29f65e039ba8f7762f0513274fc81c960f18e428f9277f23
3
+ metadata.gz: 860cb64eea720cda6433685555da9df64c28ebb703611ccedd5fe7a2952c7c08
4
+ data.tar.gz: 61fcd5d432edbf79fa0869705a70b1244a9f5dd161c6fbbebc280f9072d6f1bf
5
5
  SHA512:
6
- metadata.gz: 9d8fc725b1a4bb976f46a8adae216bd12c487f9b8f7ad750f4ad06f113f5c537de5628c6e73443a4af40af903e62f26ec7e2c8704a9ef51522f1bad5b390050b
7
- data.tar.gz: 87e9ed1d68ce1e6f892e3ba98052716f10507c9c1973508c7e7bc45926108f18efb55ca8b9010e0a17f1872506f891746e85811ee881b9b87750f55a8318d2bb
6
+ metadata.gz: 55920545eef4a0f234fce15e1a2aa4f5b7f36d2eb9a3c24a9919c6c30e37ff5172a626b04faa41552687ae2d7bbe6d0a164d159480ca41231f0525e01f1621cf
7
+ data.tar.gz: 6ee5b37b27f954f1980ebbac85a55cac0a9c404c2d40e9af06f5baa465f0a82c0b732ba875a21cac88f6c0d55f837da0b915289af63a2a259dd0eba35ea17c21
@@ -1,3 +1,6 @@
1
+ ## 3.1.6
2
+ - Fixed formatting in doc
3
+
1
4
  ## 3.1.5
2
5
  - Docs: Set the default_codec doc attribute.
3
6
 
@@ -26,11 +26,11 @@ CouchDB http://guide.couchdb.org/draft/notifications.html[_changes] URI.
26
26
  Moreover, any "future" changes will automatically be streamed as well making it easy to synchronize
27
27
  your CouchDB data with any target destination
28
28
 
29
- ### Upsert and delete
29
+ ===== Upsert and delete
30
30
  You can use event metadata to allow for document deletion.
31
31
  All non-delete operations are treated as upserts
32
32
 
33
- ### Starting at a Specific Sequence
33
+ ===== Starting at a Specific Sequence
34
34
  The CouchDB input stores the last sequence number value in location defined by `sequence_path`.
35
35
  You can use this fact to start or resume the stream at a particular sequence.
36
36
 
@@ -1,7 +1,7 @@
1
1
  Gem::Specification.new do |s|
2
2
 
3
3
  s.name = 'logstash-input-couchdb_changes'
4
- s.version = '3.1.5'
4
+ s.version = '3.1.6'
5
5
  s.licenses = ['Apache License (2.0)']
6
6
  s.summary = "Streams events from CouchDB's `_changes` URI"
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-input-couchdb_changes
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.5
4
+ version: 3.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-04-06 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
@@ -158,7 +158,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
158
158
  version: '0'
159
159
  requirements: []
160
160
  rubyforge_project:
161
- rubygems_version: 2.6.11
161
+ rubygems_version: 2.6.13
162
162
  signing_key:
163
163
  specification_version: 4
164
164
  summary: Streams events from CouchDB's `_changes` URI