Changelog for
python-happybase-0.8-1.3.noarch.rpm :
Tue Apr 15 14:00:00 2014 dmuellerAATTsuse.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 13:00:00 2013 p.drouandAATTgmail.com
- Update to version 0.7
* Added a `wal` argument to various data manipulation methods on the
:py:class:`Table` and :py:class:`Batch` classes to determine whether
to write the mutation to the Write-Ahead Log (WAL). (`issue #36
`_).
* Pass batch_size to underlying Thrift Scan instance (`issue #38
`_).
* Expose server name and port in :py:meth:`Table.regions` (recent HBase
versions only) (`issue #37
`_).
* Regenerated bundled Thrift API modules using a recent upstream
Thrift APIdefinition. This is required to expose newly added API.
- Package NEWS.rst, TODO.rst and html pages in documentation directory
- Add python-Sphinx requirement to build html documentation
Thu Oct 24 14:00:00 2013 speilickeAATTsuse.com
- Require python-setuptools instead of distribute (upstreams merged)
Thu Jul 11 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.6:
* Rewrote exception handling in connection pool. Exception handling is now a lot
cleaner and does not introduce cyclic references anymore. (`issue #25
`_).
* Regenerated bundled Thrift code using Thrift 0.9.0 with the new-style classes
flag (`issue #27 `_).
Mon Jun 10 14:00:00 2013 dmuellerAATTsuse.com
- update to 0.5:
* Added a thread-safe connection pool (:py:class:`ConnectionPool`)
* The :py:meth:`Connection.delete_table` method now features an optional
`disable` parameter to make deleting enabled tables easier.
* The debug log message emitted by :py:meth:`Table.scan` when closing a scanner
* Increased Thrift dependency to at least 0.8.
* The :py:class:`Connection` constructor now features an optional `timeout`
parameter
* The `timestamp` argument to various methods now also accepts `long` values
* In some corner cases exceptions were raised during interpreter shutdown
Fri Apr 5 14:00:00 2013 speilickeAATTsuse.com
- Define python_sitelib to fix SLE_11_SP1 build
Wed Mar 13 13:00:00 2013 speilickeAATTsuse.com
- Install documetation
- Run testsuite
- Fix runtime dependencies, needs python-thrift
Wed Mar 13 13:00:00 2013 dmuellerAATTsuse.com
- Initial packaging (0.4)