3.1.0
Release Date: March 18, 2015
New Features
- Support reading User-Defined Functions (UDFs) from resources.
- Support boolean bin values on client side. The server does not natively handle boolean, so store as long. Use Record.getBoolean(name) to retrieve.
- Added Record.getString(name).
- Update lua list/map/bytes library to be consistent with latest server changes.
- Removed as.lua resource file.
- Added Bin constructors for list/map. Previous code that wrote list/map bins with the default object constructor may now need to be modified to preserve previous behavior. See Incompatible API change.
- Added list bin append via User-Defined Function (UDF) example (UserDefinedFunction.appendListUsingUdf()).
Bug Fixes
- Make mismatched batch digests an error condition.
Full Changelog: 3.0.35...3.1.0