Skip to content

2.2.0

Compare
Choose a tag to compare
@zimeg zimeg released this 14 Feb 20:44
· 21 commits to main since this release
fcb40ae

What's Changed

A brand new set of datastore API methods are now available to make bulk operations easier. These are the bulk datastore API methods! Now, multiple calls to put, get, and delete can be combined into single calls to bulkPut, bulkGet, and bulkDelete instead. Some examples of using these with an actual datastore can be found in this comment.

Enhancements

Documentation

New Contributors

Full Changelog: 2.1.2...2.1.3