Skip to content

v0.2.0

Compare
Choose a tag to compare
@lpm0073 lpm0073 released this 09 Dec 15:02
· 259 commits to main since this release

0.2.0 (2023-12-09)

Features

  • add a conf module that reads .env and environment variable overrides (fa66f75)
  • add a configurable SECURE_LOGGER_LOG_LEVEL defaulted to logging.default() (448f56b)
  • add decorator parameter log_level (411de9d)
  • add parameter validations to decorator. add a unit test (b33c98a)
  • add pydantic strong type checking to parameters (71c3a2c)