Skip to content

Changelog#

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased#

0.2.0 - 2023-12-29#

Added#

  • hor commandline shorthand for hikari_orchestrator.
  • hikari_orchestrator run command for spawning a multiprocess bot from an entry function and basic config.

Changed#

  • Renamed the hikari_orchestrator commandline command to hikari_orchestrator server.

0.1.2 - 2023-12-29#

Added#

  • Support for Python 3.12.

0.1.1 - 2023-07-30#

Fixed#

  • The CLI entry point now loads the dotenv file when being called as a project script.
  • --private-key now correctly pulls from the env variable "ORCHESTRATOR_PRIVATE_KEY".

0.1.0 - 2023-07-29#

Added#

  • Initial implementation.