SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.2-rubygem-riak-client-2.6.0-1.8.i586.rpm :
Thu Dec 15 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.6.0
no changelog found

Sat Nov 19 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.5.0
no changelog found

Wed Aug 3 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.4.1
no changelog found

Thu Jun 16 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.4.0
RELEASE_NOTES.md removed upstream

Thu Jan 21 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.3.2
see installed RELEASE_NOTES.md
[#]# 2.3.2 Release - 2016-01-12
Version 2.3.2 is a bugfix release with a small fix in support of the Riak TS
time series database.

* Queries that return no data will return an empty collection.

Thu Dec 17 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.3.0
see installed RELEASE_NOTES.md
[#]# 2.3.0 Release - 2015-12-15
Version 2.3.0 is a feature release, introducing support for the Riak TS time
series database.
New features:

* Riak TS support, for queries, reads, writes, and deletes. Key list support
is also provided.

* Network error logging, thanks to Sebastian Röbke.
Bug fixes:

* The `last_modified` field on `RContent` and `RObject` objects now has
microsecond precision, thanks to Sebastian Röbke.

Wed Nov 25 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.2.2
see installed RELEASE_NOTES.md
[#]# 2.2.2 Release - 2015-11-24
Version 2.2.2 is a bugfix release.

* Corrected Hidekazu Tanaka\'s name in the 2.2.1 release notes.

* Deleting maps inside map CRDTs works, thanks to Kazuhiro Suzuki.

* Fix `Riak::Search::Index` documentation in the readme, thanks to Zshawn Syed.

* Tighten up the i18n gem requirement, thanks to Sean Kelly.

Sat Jun 20 14:00:00 2015 cooloAATTsuse.com
- updated to version 2.2.1
see installed RELEASE_NOTES.md
[#]# 2.2.1 Release - 2015-06-19
Version 2.2.1 is a bugfix release, and includes additional testing of character
encodings.
Bug fixes:

* Support bucket-typed buckets when creating secondary-index input phases
for map-reduce, thanks to Takeshi Akima.

* Support Riak Search 2 / Yokozuna results as input phases for map-reduce,
thanks again to Takeshi Akima.

* `BucketTyped::Bucket#get_index` now includes the bucket type name in the
2i request.

* `Bucket#==` now performs an encoding-independent comparison on bucket names.

* `BucketType#==` also does an encoding-independent comparison on type names.
Testing enhancements:

* Non-ASCII UTF-8 strings, and binary strings containing byte 255 are tested
with key-value, secondary index, CRDT, and Riak Search interfaces. These
findings are available on our documentation site:
http://basho.github.io/riak-ruby-client/encoding.html

Thu May 28 14:00:00 2015 cooloAATTsuse.com
- updated to version 2.2.0
see installed RELEASE_NOTES.md
[#]# 2.2.0 Release - 2015-05-27
Version 2.2.0 is a feature release.
New features:

* Object-oriented Riak Search (Yokozuna) API.

* Object-oriented Bucket Properties API.

* Bucket type properties are readable.

* Bucket-typed buckets without properties expose properties of bucket type.

* An interface to get a preflist for Riak KV objects has been added.
Small improvements and changes:

* In line with recent Riak documentation and implementation changes, `vclock`
can also be referred to as `causal_context`.

* Support for synchronous Riak Search index creation with timeouts has been
added.
Bug fixes:

* Accessing a flag in a non-existent CRDT map returns false now.

* Escaping text in situations that require it is faster, thanks to Jordan
Goldstein.

* Loading and storing objects from bucket-typed buckets is more reliable and
correct thanks to Takeshi Akima.

Mon Feb 9 13:00:00 2015 cooloAATTsuse.com
- updated to version 2.1.0, see RELEASE_NOTES.md

Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging

Sun May 18 14:00:00 2014 cooloAATTsuse.com
- updated to version 1.4.4.1
Release 1.4.4.1 includes the intended 1.4.4 bugfix:

* Remove freedom-patched `Net::HTTPHeader#each_capitalized` method. This
caused infinite loops when parsing HTTP headers not related to Riak,
and is not necessary in Riak versions newer than 1.1.0. Thanks to
Morten Primdahl and Steven Davidovitz at Zendesk for helping isolate and
troubleshoot this.

Sun Jan 5 13:00:00 2014 cooloAATTsuse.com
- updated to version 1.4.3
Documentation:

* Secondary Index examples in README now use string names.

* 1.4 Counter usage explained better, fixed by Srdjan \"batasrki\" Pejic in
https://github.com/basho/riak-ruby-client/pull/130
Bugfixes:

* Redundant `gem \"rake\"` in `Gemfile`.

* Escape square brackets in key names, reported and fixed by Garret Alfert in
https://github.com/basho/riak-ruby-client/issues/128 and
https://github.com/basho/riak-ruby-client/pull/129 , respectively.

Mon Sep 23 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.4.2
Issues:

* Secondary index queries against non-2i-enabled buckets/backends now raise a
useful exception.
Bugfixes:

* 2i Requests over PBC block forever when 0 results match in 1.4.x,
reported by Sean \"graphex\" McKibben in
https://github.com/basho/riak-ruby-client/pull/121 and
https://github.com/basho/riak-ruby-client/pull/122

* RObject#links is an Array when loaded from PBC, reported by Dan Pisarski in
https://github.com/basho/riak-ruby-client/pull/123

* Bucket listing doesn\'t work with HTTP backend,
reported and fixed by Wagner Camaro in
https://github.com/basho/riak-ruby-client/pull/124

Sat Sep 7 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.4.1
Issues:

* Test for object existence using head request, reported and fixed by
Elias \"eliaslevy\" Levy in https://github.com/basho/riak-ruby-client/pull/102
Bugfixes:

* License missing from gemspec, reported by Benjamin \"bf4\" Fleischer
in https://github.com/basho/riak-ruby-client/pull/108

* Debugger required by Gemfile, reported by Basho Giddyup
in https://github.com/basho/riak-ruby-client/pull/114

* Issue when reading Git-based version numbers, reported and fixed by
jacepp in https://github.com/basho/riak-ruby-client/pull/120

Mon Aug 26 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.4.0

Sat May 18 14:00:00 2013 cooloAATTsuse.com
- updated to version 1.2.0
Release 1.2.0 adds support for Riak 1.3 and fixes a number of bugs.
Features:

* The \"clear bucket properties\" feature has been added. This resets
modified bucket properties to the defaults on Riak 1.3+ clusters.

* Anonymous \"strfun\" MapReduce functions written in Erlang can now be
sent from the client, if they are enabled on the server-side.
Bugfixes:

* The WalkSpec class now properly includes the Translation module.

* The Protocol Buffers transport now extracts the bucket name before
submitting secondary index queries.

* Search query results returned over PBC are assumed to be UTF-8
encoded.

* The newer Excon API is now supported (>= 0.19.0).

* When enabling the search commit hook, t

Tue Feb 12 13:00:00 2013 cooloAATTsuse.com
- updated to version 1.1.1
Release 1.1.1 fixes a minor bug with Net::HTTP on Ruby 1.8.7 with
patch level less than 315, where an exception would cause closing the
socket before it was opened.

Thu Nov 15 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.1.0, no changelog

Fri Oct 26 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.0.5
Release 1.0.5 fixes a bug with the RubyGems packaging that
inadvertently included the `pkg` directory, which might have included
old gem versions. No client functionality has changed with this
release.

Tue Sep 27 14:00:00 2011 mrueckertAATTsuse.de
- initial package


 
ICM