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

Choose a tag to compare

@Arcensoth Arcensoth released this 08 Jan 05:16

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

Choose a tag to compare

@Arcensoth Arcensoth released this 04 Jan 00:48

Changed

  • Updated license year

v0.4.0

Choose a tag to compare

@Arcensoth Arcensoth released this 04 Jan 00:48
68858bc

Changed

  • Adjusted the way package extras are named

v0.3.0

Choose a tag to compare

@Arcensoth Arcensoth released this 30 Oct 21:41

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

Choose a tag to compare

@Arcensoth Arcensoth released this 30 Sep 04:13
3919bc9

Changed

  • Updated to discord.py version 1.5.0

v0.1.0

Choose a tag to compare

@Arcensoth Arcensoth released this 24 Sep 19:18

Added

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