Version history
0.9.5
Added documentation.
Moved db_service related classes.
Moved event related classes.
Added
MemoryPostgresDbServiceto be able to run tests against an in-memory postgres database.Fixed bug: container kwarg in example main.py (thanks euri10).
0.9.4
Added
contextto log service’s log messages.Moveed record filtering methods to base repository class.
Added
uses_serviceto Task class. Deprecatemakes_requests.
0.9.3
Searching env file from cwd by default in tests, (when no path specified).
Refactored Task class to make it more simple.
Refactored the configuration solution by adding a Config class.
Added example code for
shippingcontext of a webshop application.Added get_all_jobs() and get_job_count() to scheduler adapter & service.
Added missing call to _migrate() in a couple of Repository class functions.
0.9.2
Fixed bug: Env file wasn’t loaded in certain circumstances.
0.9.1
Initial commit.