- Accepting multiple hosts with different ports when connecting (#55)
- Accessing nil rows in auto_paging (#50)
- Expose error code (#46)
- Fix documentation for set_keepalive()
- Better travis configuration (coverage, lua 5.1, 5.2 and luajit)
auto_pagination
option not returning the latest page in most cases
0.5-3 - 2015/03/01
- Tests (file structure)
0.5-2 - 2015/02/24
- Installation (missing rockspec files)
0.5 - 2015/02/24
- Support for pagination.
- Support for batch types.
- Better, complete documentation.
- The
version
property is now effective.
- Batch statement queries without parameters
- Require contact_points to not be nil #39
- Seed random number generator only once, on module import
0.4 - 2015/02/06
- Batch support (#7).
- Smarter session creation: choose between cosocket and luasocket on each new session (#29).
0.3 - 2015/01/22
- Allow result rows access by name or position index (#27).
- More explicit error messages.
- Query tracing.
0.2 - 2014/07/28
- Choose a random contact point from nodes list (#18).
- Add support for tracing on write (#2).
- Calls to
setkeepalive
andgetreusedtimes
while using luasocket now return an error.
- First release.