I’m happy to announce Version 2.0.5 (3 November 2015) of the Couchbase Python SDK
This is a micro/bugfix release. Most notably, it fixes some N1QL bugs in our Twisted (txcouchbase) module, and also adds an option for setting per-query and global N1QL query timeouts.
- Fix N1QL API for Twisted. The N1QL API in the Twisted (txcouchbase) module was not functioning correctly with respect to iterating over the results. This has been fixed. Issue PYCBC-306.
- Fix common flags mask for 32 bit platforms. This fixes a bug where a negative value would be exposed to Python for the format mask. This issue may have affected user-defined transcoders on 32 bit platforms. Issue PYCBC-296.
- ItemOptionsDict.add() now validates its inputs to be of type Item. This avoids crashes and odd behaviors later on if trying to perform Item-based operations on objects which are not Item instances. Issue PYCBC-303
- Add Bucket.is_ssl property. This property is a read-only boolean which is true if the current Bucket object is connected using SSL. Issue PYCBC-305
- Add Bucket.n1ql_timeout property. This property allows setting the global N1QL timeout for N1QL queries. Timeouts may also be set lower on a per-query basis using the N1QLQuery.tmeout property. Issue PYCBC-307
Release Notes: http://developer.couchbase.com/documentation/server/4.0/sdks/python-2.0/release-notes.html
Installation/Download: http://developer.couchbase.com/documentation/server/4.0/sdks/python-2.0/download-links.html
```
Code
Code
```
Comments
0 comments
Please sign in to leave a comment.