Skip to content

Minor bugfix release

Compare
Choose a tag to compare
@khaf khaf released this 16 Nov 16:19
· 658 commits to master since this release
  • New Features
    • Added new constants for expiration in WritePolicy: TTLServerDefault, TTLDontExpire, TTLDontUpdate
  • 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 to List in database. PR #152, thanks to blide
    • Fixes an issue where Recordset could leak goroutines. PR #153, thanks to Deepak Prabhakara