Version v0.3.0
Added
- New
FileStateStorageclass for storing states in files
Changed
- Converted all async methods in
MemoryStateStorageto synchronous - Separated user data storage from state storage, using different cache keys for states and data
FileStateStorage class for storing states in filesMemoryStateStorage to synchronous