-
New Features
- Added
BatchGetObjects
method. - Added Exponential Backoff by introducing
BasePolicy.SleepMultiplier
. Only Values > 1.0 are effective. PR #192, thanks to Venil Noronha
- Added
-
Improvements
- Packer tries to see if it can use generic data types before using reflection.
- Operations, including CDTs do not allocate a buffer anymore, unless reused.
-
Incompatible changes:
BinName
andBinValue
are not exported inOperation
anymore. These fields shouldn't have been used anyway sinceOperation
s used to cache their internal command.
-
Fixes
- Documentation Fixes. Thanks to Nassor Paulino da Silva and Harmen