v2.4.0
Minor Feature Release
Unique Attributes
Unique attribute scopes permit defining an item attribute to be unique within a specific domain. For example: making a User's project name unique within a user, but not over all users.
See the updated doc at:
Granular Timestamp Control
You can now create only "created" or only "updated" timestamps instead of both by setting the "timestamps" schema param to "update" or "create".
See the updated doc at:
Features
- #321 Added scopes for unique properties
- Support creating only "created" or "updated" timestamps by setting "timestamps" in the schema to "create" or "update".
Fixes
- #354 Merge PR to fix transactions with remove by many
- #350 Only create empty value if field is required
- #356 Fix recursion limit and boost to 1K.
Thanks
Thanks to all who contributed issues and patches. Much appreciated.
- @rehmanvirani-10p
- @mikkel-pearl
- @kujtimiihoxha