Skip to content

v2.3.0

Compare
Choose a tag to compare
@sei-jbooz sei-jbooz released this 05 May 17:39
· 2 commits to main since this release
da8b6c1

Version 2.3.0 is primarily a refactor release.

New Features

  1. Adds debug logging options and command line arguments to specify the desired log level

Refactors

  1. Adds doc strings and typehints to all functions
  2. Remove functions.py in place of several other files
    a. Database functions have their own file
    b. Grading functions have their own file
    c. Cron function have their own file
    d. Service log functions are moved alongside other service/logging functions
    e. Rename the flask config to be more explicit
  3. Refactors read_config and globals to be centralized with sensible defaults in place

What's Changed

Full Changelog: 2.2.0...2.3.0