Release Notes
0.2.0
Features
Internal
- 🧱 Replace Rye with UV as build tool by @grelinfo in #2
- 👷 Add Dependabot config by @grelinfo in #3
- 👷 Add CI workflow for linting and testing with UV by @grelinfo in #6
- 👷 Refactor CI workflows and release process by @grelinfo in #7
0.1.0
Breaking Changes
- 🔥 Change the config models to simplify the environment variables configuration.
- 🔥 Change the
SchedulerAppclass to simplify the initialization.
Features
- ✨ Add
APSchedulerBuilderclass to simplify the initialization of theAsyncSchedulerof APScheduler. - ✨ Add support for both USER and USERNAME environment variables for PostgreSQL and Redis (e.g.,
POSTGRES_USERandPOSTGRES_USERNAME).
Docs
- 📝 Add this release notes file.
- 📝 Update the documentation to the new configuration models and
SchedulerAppclass.
0.0.9
This is the first public release of the project.