Skip to content

Version v0.3.2

Latest

Choose a tag to compare

@NasrollahYusefi NasrollahYusefi released this 22 Jan 22:34
· 6 commits to main since this release

Changed

  • Renamed the clear_data method to delete_data in MemoryStateStorage, FileStateStorage, and RedisStateStorage.

Added

  • delete_data now deletes and returns the deleted data.
  • Added a new default argument to delete_data. If the data doesn't exist, the default value will be returned.