riak-client 2.4.0.pre1 → 2.4.0
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/{RELEASE_NOTES.md → RELNOTES.md} +8 -0
- data/lib/riak/version.rb +1 -1
- data/riak-client.gemspec +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e69542068c0033bf752de26a98b52209dfc927eb
|
|
4
|
+
data.tar.gz: fa172471d0c908c7a4f0973b4b7761fd5992c678
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 31155ddb63ea99ccc2b4cec938309a1f046f2244fce48344dc56432cb85e6b8f3bfcd7304d959fcf1677372ea98dd5e6348a9b33930eb8f690d01103c52b7f91
|
|
7
|
+
data.tar.gz: 124d775714691a3052d4a4c9888d9a55a6e3e87e7245dd7556700c44bcde12a395e0bed0e54f97ae9adfe1fb50d93b6e1c543acc00a9e9803ee91a1ae6b1d83b
|
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Riak Ruby Client Release Notes
|
|
2
2
|
|
|
3
|
+
## [2.4.0 Release - 2016-06-15](https://github.com/basho/riak-ruby-client/issues?q=milestone%3Ariak-ruby-client-2.4.0)
|
|
4
|
+
|
|
5
|
+
Highlights (see milestone for full changes):
|
|
6
|
+
|
|
7
|
+
* [Timestamps returned by Riak TS are *not* converted to `Time` objects by default](https://github.com/basho/riak-ruby-client/pull/275)
|
|
8
|
+
* [Add `gzip` encoding support](https://github.com/basho/riak-ruby-client/pull/273)
|
|
9
|
+
* [Support connect, read and write socket timeouts](https://github.com/basho/riak-ruby-client/pull/270)
|
|
10
|
+
|
|
3
11
|
## 2.3.2 Release - 2016-01-12
|
|
4
12
|
|
|
5
13
|
Version 2.3.2 is a bugfix release with a small fix in support of the Riak TS
|
data/lib/riak/version.rb
CHANGED
data/riak-client.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: riak-client
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.4.0
|
|
4
|
+
version: 2.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bryce Kerley
|
|
@@ -194,7 +194,7 @@ files:
|
|
|
194
194
|
- Guardfile
|
|
195
195
|
- LICENSE.md
|
|
196
196
|
- README.md
|
|
197
|
-
-
|
|
197
|
+
- RELNOTES.md
|
|
198
198
|
- Rakefile
|
|
199
199
|
- lib/riak.rb
|
|
200
200
|
- lib/riak/bucket.rb
|
|
@@ -429,9 +429,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
429
429
|
version: 1.9.3
|
|
430
430
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
431
431
|
requirements:
|
|
432
|
-
- - "
|
|
432
|
+
- - ">="
|
|
433
433
|
- !ruby/object:Gem::Version
|
|
434
|
-
version:
|
|
434
|
+
version: '0'
|
|
435
435
|
requirements: []
|
|
436
436
|
rubyforge_project:
|
|
437
437
|
rubygems_version: 2.6.4
|