• 2024.3.1 b45819428d

    2024.3.1
    All checks were successful
    Run tests / tests (push) Successful in 3m44s
    Stable

    bn8 released this 2024-03-15 10:51:16 +01:00 | 5 commits to master since this release

    Changelog:

    • Switch from Woodpecker CI to Forgejo Actions
    • Introduce some new pre-commit hooks
    • Fix including test email template
    • config: add _set_option() method to ConfigurableObject
    • config: Add logging sections in init() to allow to set their default values
    • config: fix configure() method to validate configuration only if -V/--validate parameter is provided
    • PgDB: fix doSelect() method to retreive list of dicts instead of list of lists.
    • PgDB / MyDB / OracleDB: add limit parameter to select() method
    • report: add add_logging_handler & send_at_exit parameters
    • config: add default_config_filename parameter
    • config: Add OctalOption
    • config: add console log_level parameter
    • config: fix python 3.9 compatibility
    • config: Add logfile feature
    • Update pre-commit config and fix some pylint & bandit warnings
    Downloads