15
0

Accepting request 230267 from Cloud:OpenStack:Master

- update to 0.8:
 * Add (and default to) '0.96' compatibility mode in :py:class:`Connection`.
 * Add support for retrieving sorted columns, which is possible with the HBase
  0.96 Thrift API
 * The `batch_size` argument to :py:meth:`Table.scan` is no longer propagated to
  `Scan.setBatching()` at the Java side (inside the Thrift server).

OBS-URL: https://build.opensuse.org/request/show/230267
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-happybase?expand=0&rev=12
This commit is contained in:
Denisart Benjamin
2014-04-16 13:09:43 +00:00
committed by Git OBS Bridge
parent aee63874d0
commit e8a0c51aad
4 changed files with 16 additions and 6 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Apr 15 21:00:40 UTC 2014 - dmueller@suse.com
- update to 0.8:
* Add (and default to) '0.96' compatibility mode in :py:class:`Connection`.
* Add support for retrieving sorted columns, which is possible with the HBase
0.96 Thrift API
* The `batch_size` argument to :py:meth:`Table.scan` is no longer propagated to
`Scan.setBatching()` at the Java side (inside the Thrift server).
-------------------------------------------------------------------
Mon Dec 9 23:13:08 UTC 2013 - p.drouand@gmail.com