This repository was archived by the owner on Oct 4, 2021. It is now read-only.
Releases: CommanderBot-Dev/commanderbot-lib
Releases · CommanderBot-Dev/commanderbot-lib
v0.6.0
Added
- Implemented file database backups for
FileDatabaseimplementations- The backup file will use the original file name with a microsecond-accurate timestamp inserted before the file extension
VersionedFileDatabasenow creates a backup copy of the database file before writing-back any changes applied by migrations
Changed
- Updated to discord.py 1.6
v0.5.0
v0.4.0
v0.3.0
Added
- Implemented
VersionedCachedStorewhich uses aVersionedFileDatabaseto persist simple, versioned data- This can be used by extensions to maintain a simple, versioned file-based database in a standard, consistent manner
- Current supported implementations of
VersionedFileDatabaseincludeJsonVersionedFileDatabasefor JSON files andYamlVersionedFileDatabasefor YAML files