Releases: nuodb/nuodb-python
Releases · nuodb/nuodb-python
Release 3.0.0
- Enhance P3 implementation and remove NuoDB Agent support
- session.send(): Allow sending of bytes, str, or bytearray
- session: Create stream_recv() to read everything from a socket
Release 2.6.1
- Mark the module as OS-independent
- Add CircleCI support
- Update copyrights
Release 2.3.2
- Added method close_result_set to encodedsession
- Added method close to result_set
- Any open result_set objects that are associated with a cursor will be closed when cursor.close() is called. The previous behavior kept the result_set objects open for the whole session of the connection.
- Released alongside NuoDB 2.3.1.14 release found here http://download.nuodb.com
Release 2.3.1
Python 3 support and various datatype fixes