Release Notes
0.1.0
Breaking Changes
- 🔥 Change the config models to simplify the environment variables configuration.
- 🔥 Change the
SchedulerApp
class to simplify the initialization.
Features
- ✨ Add
APSchedulerBuilder
class to simplify the initialization of theAsyncScheduler
of APScheduler. - ✨ Add support for both USER and USERNAME environment variables for PostgreSQL and Redis (e.g.,
POSTGRES_USER
andPOSTGRES_USERNAME
).
Docs
- 📝 Add this release notes file.
- 📝 Update the documentation to the new configuration models and
SchedulerApp
class.
0.0.9
This is the first public release of the project.