[4.1.0] - 2018-05-15
Added:
- The new user builder methods
customValues
andprivateCustomValues
allow you to add a custom user attribute with multiple JSON values of mixed types. (#126) - The new constant
VersionedDataKind.ALL
is a list of all existingVersionedDataKind
instances. This is mainly useful if you are writing a customFeatureStore
implementation.