Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Releases: Azure-Agst/classbot-3.0

1.1.0

19 Jul 02:55
de1ade4
Compare
Choose a tag to compare

Known Problems

  • The DISCORD_PINGS environment variable doesn't appear in any sent Discord embeds

Added

  • Added version info into the project
  • Add missing .dockerignore file, shrinking image by ~50MB
  • Added handling for signals, allowing for docker image exits to be handled gracefully
  • Improved error handling throughout Classbot
    • The fsu_enroll script now has a catch all, to forward any unhandled exceptions to discord

Bugs Fixed

  • Updated TimeoutException description to be more verbose
  • Fixed EmptyCartException not being raised upon cart being empty
  • Fixed success messages not being sent upon class enrollments
  • Fixed NoneType error which occured when Classbot was run without DRIVER env var set

Full Changelog: 1.0.0...1.1.0

1.0.0

19 Jul 01:31
3b176b0
Compare
Choose a tag to compare

Added

  • Initial "Release" of Classbot, to be used in Docker compose

Full Changelog: https://github.com/Azure-Agst/classbot-3.0/commits/1.0.0