Skip to content

Commit e559f7f

Browse files
committed
Merge pull request basho#390 from basho/feature/bch/2-2-0-release-notes
Update Release Notes for Release 2.2.0 Reviewed-by: seancribbs
2 parents 22a6398 + 9d7ff55 commit e559f7f

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

RELEASE_NOTES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# Riak Python Client Release Notes
22

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+
330
## 2.1.0 Feature Release - 2014-09-03
431

532
Release 2.1.0 features support for Riak 2.0 capabilities including:

0 commit comments

Comments
 (0)