Skip to content

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

  • 🔧 Update CI workflow

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.