ruby-kafka 0.5.4.beta1 → 0.5.4

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: 3f2428155820ec46ad40498451f7b856e2a57b4a611a20f92e855bb9f823293c
4
- data.tar.gz: ecaff2f5cc423e696864e02ff0179e4ba35b7669d04c5a5e26599b673c193482
3
+ metadata.gz: 5c4c29bd5a3b7adccced77247c440446e9caa88cec568e71a5b75a7c72356f75
4
+ data.tar.gz: 38ed9f15e4384c1f0cc3c000a08075785d5a73779fa0ab0dafff3881328de9e7
5
5
  SHA512:
6
- metadata.gz: e0f41a3e496158c497baa2acfbc1d86e7f6950f1fcddba614f7f082c58c8b710a27caf44913ba5c28b7b1f212a25b9626ff58c550f59a32829050309218e21cf
7
- data.tar.gz: 8efe6b6cf6ec7835d404c40eaead957e4fd4232bf1a73349d49cd79cca4131228aa2eb82ccc090504b317bd6556570841ea8af21e374f3f6bff54e1b429e95b1
6
+ metadata.gz: b84905cc979247733dd0d44056adcd876b6d5bdae264c1fa8b52fea9b04d3bd2f0c2dc3b4a22c875c228f5d6ef94cb4dff32e9e1f50f3d3a7ce19ad32615a479
7
+ data.tar.gz: b2de57d34f12c2e448383b7eb79263bdadc093a49b96e99bfbdda1db16566307702c09c4a18d38fd5452f1f5b63c27cf28f50c73c36b426b920ae6775ba56b6a
@@ -4,6 +4,8 @@ Changes and additions to the library will be listed here.
4
4
 
5
5
  ## Unreleased
6
6
 
7
+ ## v0.5.4
8
+
7
9
  - Add support for config entries in the topic creation API.
8
10
  - Don't fail on retry when the cluster is secured (#545).
9
11
 
data/README.md CHANGED
@@ -70,25 +70,31 @@ Or install it yourself as:
70
70
  <table>
71
71
  <tr>
72
72
  <th></th>
73
+ <th>Producer API</th>
74
+ <th>Consumer API</th>
75
+ </tr>
76
+ <tr>
73
77
  <th>Kafka 0.8</th>
74
- <th>Kafka 0.9</th>
75
- <th>Kafka 0.10</th>
76
- <th>Kafka 0.11</th>
77
- <th>Kafka 1.0</th>
78
+ <td>Full support in v0.4.x</td>
79
+ <td>Unsupported</td>
78
80
  </tr>
79
81
  <tr>
80
- <th>Producer API</th>
82
+ <th>Kafka 0.9</th>
81
83
  <td>Full support in v0.4.x</td>
82
84
  <td>Full support in v0.4.x</td>
85
+ </tr>
86
+ <tr>
87
+ <th>Kafka 0.10</th>
83
88
  <td>Full support in v0.5.x</td>
89
+ <td>Full support in v0.5.x</td>
90
+ </tr>
91
+ <tr>
92
+ <th>Kafka 0.11</th>
84
93
  <td>Limited support</td>
85
94
  <td>Limited support</td>
86
95
  </tr>
87
96
  <tr>
88
- <th>Consumer API</th>
89
- <td>Unsupported</td>
90
- <td>Full support in v0.4.x</td>
91
- <td>Full support in v0.5.x</td>
97
+ <th>Kafka 1.0</th>
92
98
  <td>Limited support</td>
93
99
  <td>Limited support</td>
94
100
  </tr>
@@ -1,3 +1,3 @@
1
1
  module Kafka
2
- VERSION = "0.5.4.beta1"
2
+ VERSION = "0.5.4"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-kafka
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.4.beta1
4
+ version: 0.5.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Daniel Schierbeck
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-03-05 00:00:00.000000000 Z
11
+ date: 2018-03-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -402,9 +402,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
402
402
  version: 2.1.0
403
403
  required_rubygems_version: !ruby/object:Gem::Requirement
404
404
  requirements:
405
- - - ">"
405
+ - - ">="
406
406
  - !ruby/object:Gem::Version
407
- version: 1.3.1
407
+ version: '0'
408
408
  requirements: []
409
409
  rubyforge_project:
410
410
  rubygems_version: 2.7.6