Skip to content

Latest commit

 

History

History
45 lines (24 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

45 lines (24 loc) · 1.07 KB

Changelog

All notable changes to this project will be documented in this file.

0.1.2 - 2024-10-12

Added

  • Added a new message serialization method
  • Supported creation of temporary files
  • Supported fetching local files using FastAPI

Changed

  • Changed required python version from 3.11 to 3.12
  • Migrated all modules from metadata.json to pyproject.toml

0.1.1 - 2024-09-08

Added

  • Implemented a better message serialization.
  • Support creating self-destructing temporary storage.
  • Support retrieving module assets from the module's directory.

Changed

  • Use context manager to manage the ORM context in specific cases.

Other tasks

  • Changed dependencies source to canary/edge branch of nullqwertyuiop/Avilla repository
  • Fixed typing in the codebase
  • Updated dependencies

0.1.0 - 2024-06-07

No significant changes.