Release Notes
v0.4.0
Fixes
- đ Fix exception code not matching response code (#23)
Enhancements
- đ Add top-level dramatiq worker entrypoint and remove legacy
_api_kit worker module (#26)
- đ¨ Add AGENTS.md on
init and corresponding tests (#24)
Internal
- âģī¸ Sanitize docstrings in the whole codebase (#25)
v0.3.0
Internal
- đˇ Update codecov status in root ci (#19)
Documentation
- đ Update overall documentation and improve documentation design (#20)
Fixes
- đ Fix
init to read the packages from metadata as fallback (#21)
Enhancements
- ⨠Simplify default API class and Test Class template (#22)
v0.2.0
Features
- ⨠Add API queue mode implementation with full test coverage
- ⨠Add queue-mode support in TDD kit
Fixes
- đ Fix CRUD kit and API test regressions
Enhancements
- ⥠Optimize test cases across kits for broader coverage
- ⥠Improve management kit stability and create_app inference
Documentation
- đ Update README formatting and structure
Internal
- đˇ Update GitHub workflows and add
Root CI (#14)
- đ Fix token issue to write protected branch by actions (#12)
- đ§ Update CI/CD workflows, PR title lint, and changelog automation
- âģī¸ Remove deprecated manager features (organize init/py, build)
v0.1.3
Fixes
- đ Fix test suite for release readiness
Internal
v0.1.2
Features
- ⨠Add API versioning support and routing updates
Fixes
- đ Add CSRF-exempt defaults for generated URLs
Internal
- đ Release initial PyPI package (alpha)
- đĻ Update build/manifest handling and packaging metadata behavior
- đ§ Add component
init.py files across components
- đ§ Refresh CI workflows
Notes
- All notable changes to Django Mindoff are documented in Changelog.
- For Released versions, see Releases
- Packaging and project metadata are available in
pyproject.toml.