Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Releases: CommanderBot-Dev/commanderbot-lib

v0.6.0

08 Jan 05:16

Choose a tag to compare

Added

  • Implemented file database backups for FileDatabase implementations
    • The backup file will use the original file name with a microsecond-accurate timestamp inserted before the file extension
    • VersionedFileDatabase now 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

04 Jan 00:48

Choose a tag to compare

Changed

  • Updated license year

v0.4.0

04 Jan 00:48
68858bc

Choose a tag to compare

Changed

  • Adjusted the way package extras are named

v0.3.0

30 Oct 21:41

Choose a tag to compare

Added

  • Implemented VersionedCachedStore which uses a VersionedFileDatabase to 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 VersionedFileDatabase include JsonVersionedFileDatabase for JSON files and YamlVersionedFileDatabase for YAML files

v0.2.0

30 Sep 04:13
3919bc9

Choose a tag to compare

Changed

  • Updated to discord.py version 1.5.0

v0.1.0

24 Sep 19:18

Choose a tag to compare

Added

  • Implemented basic utilities for creating configurable, persistent discord.py CommanderBot extensions