[1.4.0]
This release contains a bug where calling :Set() before calling :Get() can yield. This will not be an issue for most consumers, but be aware of it.
- Added
DataStore2.SaveAllAsync
. - Fix
:IncrementAsync
throwing an error on combined data stores. - Fix
:Set
on combined data stores having the potential to yield. - Fix a crash relating to backups.
- Fix
GetTable
not working appropriately when using different default table keys. - Fix
GetTable
not working appropriately when using combined data stores. - Fix
:IncrementAsync
not returning a Promise. - Fix
OnUpdate
being fired twice when usingUpdate
to update data. - Fix
BindToClose
memory leak, breaking other BindToClose scripts, and potential error.