Skip to content

Commit

Permalink
Update changelog for 1.3.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
roidrage committed Aug 4, 2011
1 parent 4fbe095 commit 459fe42
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Riak Python Client Release Notes

## 1.3.0 Feature Release - 2011-08-04

Release 1.3.0 is a feature release bringing a slew of updates.

Noteworthy features:

* #37: Support for the Riak Search HTTP Interface (Mathias Meyer)
* #36: Support to store large files in Luwak (Mathias Meyer)
* #35: Convenience methods to enable, disable and check search indexing
on Riak buckets (Mathias Meyer)
* #34: Port of Ripple's test server to Python, allows faster testing
thanks to an in-memory Riak instance (Mathias Meyer)
* #31: New transports: A Protocol Buffers connection cache
(riak.transports.pbc.RiakPbcCacheTransport), a transport to reuse the
underlying TCP connections by setting SO_REUSEADDR on the socket
(riak.transports.http.RiakHttpReuseTransport), and one that tries to
reuse connections to the same host (riak.transports.http.RiakHttpPoolTransport)
(Gilles Devaux)

Fixes:

* #33: Respect maximum link header size when using HTTP. Link header is now
split up into multiple headers when it exceeds the maximum size of 8192 bytes.
(Mathias Meyer)
* #41: Connections potentially not returned to the protocol buffers connection
pool. (Reid Draper)
* #42: Reset protocol buffer connection up on connection error (Brett Hoerner)

## 1.2.2 Patch Release - 2011-06-22

Release 1.2.2 is a minor patch release.
Expand Down

0 comments on commit 459fe42

Please sign in to comment.