<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/ruby-cassandra/PLIST, branch pkgsrc_2013Q3</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q3</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=pkgsrc_2013Q3'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2013-09-13T12:41:25Z</updated>
<entry>
<title>Update ruby-cassandra to 0.22.0.</title>
<updated>2013-09-13T12:41:25Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2013-09-13T12:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=a051dae91bb225e02e384558cc7ba500142066f5'/>
<id>urn:sha1:a051dae91bb225e02e384558cc7ba500142066f5</id>
<content type='text'>
v0.22.0
- Add new composite API to resolve ambiguity between unpacking a composite and packing a composite with one element (issue #196, courtesy @kevinkehl)
- Breaking change: schema change methods no longer catch exceptions internally.  They work the same as everything else.

v0.21.0
- Add 1.2 libs to gem

v0.19.0
- Fixed windows build by disabling native extensions (issue #188, courtesy @jacek99)
- Speed improvement to native composite column extension (issue #186, courtesy @muirmanders)
- Fix OrderedHash iterator return values (issue #185, courtesy @fester)
- Native support for dynamic composite decoding (issue #184, courtesy @muirmanders)

v0.18.0
- Cassandra 1.2 support (issue #175, courtesy @brainopia)
- drop_keyspace defaults to current keyspace (issue #176, courtesy @brianopia)
- Easier flush_batch interface (issue #182, courtesy @brianopia)
- Support for removing multiple columns (issue #183, courtesy @brianopia)
</content>
</entry>
<entry>
<title>Update ruby-cassandra to 0.17.0.</title>
<updated>2012-12-17T12:29:00Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-12-17T12:29:00Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=4ab7fbfffc86b86298ff57619a8fa9b42bcdfdc1'/>
<id>urn:sha1:4ab7fbfffc86b86298ff57619a8fa9b42bcdfdc1</id>
<content type='text'>
v0.17.0
- multi_get_columns with only one query (courtesy @christian-blades-cb)
- documentation fixes for get and multi_get (issue #136, courtesy @christian-blades-cb)

v0.16.0
- New :queue_size option for batch mode (courtesy @vicentllongo)
- Cassandra 1.1 support (courtesy @hawknewton)
</content>
</entry>
<entry>
<title>Update ruby-cassandra to 0.15.0.</title>
<updated>2012-09-03T15:12:54Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-09-03T15:12:54Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8f965121282acda9a7f94f8ca5e5c98363561bc9'/>
<id>urn:sha1:8f965121282acda9a7f94f8ca5e5c98363561bc9</id>
<content type='text'>
v0.15.0
- Fixes for ruby 1.8 (issue #158, courtesy @jarib)
- get_indexed_slices returns an OrderedHash (issue #110)

v0.14.0
- Numerous performance improvements (courtesy @nearbuy)
- Fixed many 0.6 bugs
- Added batch counter update support to Cassandra::Mock
- Add support DynamicComposite columns (issue #154, courtesy @nearbuy)
- API cleanup in get_indexed_slices (issue #155, courtesy @mcmire)
</content>
</entry>
<entry>
<title>Update ruby-cassandra to 0.13.0.</title>
<updated>2012-07-31T13:46:03Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2012-07-31T13:46:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=1967d23e6f1fb9cf0288ffcc2bba778b580f5703'/>
<id>urn:sha1:1967d23e6f1fb9cf0288ffcc2bba778b580f5703</id>
<content type='text'>
v0.12.2
- Respect the start_key in get_range. Resolves Issue #127.
- Fix issue with differences in gemspec and what is required. Resolves
  Issue #125.
- Update to Cassandra 0.8.7 and 1.0.2.
</content>
</entry>
<entry>
<title>Update ruby-cassandra package to 0.11.1.</title>
<updated>2011-06-19T08:41:57Z</updated>
<author>
<name>taca</name>
<email>taca</email>
</author>
<published>2011-06-19T08:41:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8034605fbb875fcb501d8b0236292a272bf51f25'/>
<id>urn:sha1:8034605fbb875fcb501d8b0236292a272bf51f25</id>
<content type='text'>
v0.11.1
- Add counter support for Cassandra 0.8. (Thanks Swrve team!)
- Add additional rake tasks to start and stop cassandra in the background.
- Fix issue with non-utf8 column names not being encoded/decoded properly.
- Add way to specify a default read/write consistency.
- Consolidate 0.7 and 0.8 functions, and move 0.6 specific functions into lib/cassandra/0.6/
- Use 0.8-rc1 as 0.8 install target.
- Updated get_index_slices API to allow passing an array of hashes instead of IndexClause instance. (Maintains backward compatibility.)
- Fix permissions issue.

v0.11.0
- Remove direct thrift dependency. Allow thrift_client to require it.
- Add functions for each and each_key to iterate through key ranges.
- Add function for get_range_keys which returns an array of keys in a given range.
- Changed the return value of get_range to an OrderedHash.
- Change get_range to accept both a range of keys and a range of columns.
- Add batched range support to get_range and add get_range_batch.

v0.10.0 Major Update (rjackson)
- Update Rakefile to install 0.6.13, 0.7.4, 0.8.0-beta1 to ~/cassandra/cassandra-VERSION
- Add data:load task to Rakefile for creating the schema required for the tests
- Default the Rakefile to use 0.8-beta1
- Setup test suite to work on 0.6.13, 0.7.4, and 0.8.0-beta1
- All tests pass for all supported (0.6.13, 0.7.4, 0.8.0-beta1) versions.
- Added Support for 0.8-beta1
- Changed get_index_slices to return a hash of rows
- Updated Cassandra::Mock to pass all tests for each Cassandra version

v0.9.2 fix bug with deletions in batch mutations

v0.9.1 Support for secondary indexing. (jhermes)
Fix bug in mock where we didn't support range queries. (therealadam)
Support deletes in batch mutations. [blanquer]

v0.9.0 cassandra 0.7 compat
</content>
</entry>
<entry>
<title>Import the Cassandra Ruby module version 0.8.2.</title>
<updated>2010-06-11T23:26:16Z</updated>
<author>
<name>tonnerre</name>
<email>tonnerre</email>
</author>
<published>2010-06-11T23:26:16Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b8aad846b22be02122de3db53752eacf8f163eae'/>
<id>urn:sha1:b8aad846b22be02122de3db53752eacf8f163eae</id>
<content type='text'>
This is the Ruby implementation of the Cassandra database client.
</content>
</entry>
</feed>
