|
1 | 1 | # Riak Python Client Release Notes |
2 | 2 |
|
| 3 | +## 2.2.0 Feature Release - 2014-12-18 |
| 4 | + |
| 5 | +Release 2.2.0 features support for |
| 6 | +[Python 3](https://github.com/basho/riak-python-client/pull/379), |
| 7 | +specifically 3.3 and 3.4. This version uses the native SSL security instead |
| 8 | +of [pyOpenSSL](http://pypi.python.org/pypi/pyOpenSSL) which is required |
| 9 | +for the Python 2 series. |
| 10 | + |
| 11 | +This release also includes many bugfixes and enhancements, most |
| 12 | +notably: |
| 13 | + |
| 14 | +* [Fixed an issue with the implementation of `Mapping.__iter__`] |
| 15 | + (https://github.com/basho/riak-python-client/pull/367) |
| 16 | +* [Test client certificate generation updated] |
| 17 | + (https://github.com/basho/riak-python-client/pull/373) |
| 18 | +* [Protocol Buffers had a socket.send issue] |
| 19 | + (https://github.com/basho/riak-python-client/pull/382) |
| 20 | +* [Support for bucket types in Map/Reduce jobs added] |
| 21 | + (https://github.com/basho/riak-python-client/pull/385) |
| 22 | +* [Race condition in `RiakBucket` creation fixed] |
| 23 | + (https://github.com/basho/riak-python-client/pull/386) |
| 24 | +* [Data Types can now be deleted] |
| 25 | + (https://github.com/basho/riak-python-client/pull/387) |
| 26 | +* [2i Range Queries with a zero end index now work] |
| 27 | + (https://github.com/basho/riak-python-client/pull/388) |
| 28 | + |
| 29 | + |
3 | 30 | ## 2.1.0 Feature Release - 2014-09-03 |
4 | 31 |
|
5 | 32 | Release 2.1.0 features support for Riak 2.0 capabilities including: |
|
0 commit comments