- New Features
- Added new constants for expiration in
WritePolicy
:TTLServerDefault
,TTLDontExpire
,TTLDontUpdate
- Added new constants for expiration in
- Improvements
- Corrects typos in the code. PR #142, thanks to Muyiwa Olurin
- Use the tend connection for
RequestInfo
commands.
- Fixes
- Fixes an issue where TTL values were calcualted wrongly when they were set not to expire.
- Fixes an issue where
PutObjects
would marshal[]byte
toList
in database. PR #152, thanks to blide - Fixes an issue where
Recordset
could leak goroutines. PR #153, thanks to Deepak Prabhakara