Skip to content

Release Notes

Latest Changes

Internal

  • 👷 Fix the order of running coverage xml command in the Coverage GitHub Action. PR #22 by @msamsami.
  • 👷 Remove unnecessary steps and configurations from the Coverage GitHub Action. PR #21 by @msamsami.
  • 🔧 Reformat pre-commit config file. PR #18 by @msamsami.

Docs

  • 📝 Add sections for installing uv and making contributions to the Contributing page. PR #20 by @msamsami.
  • 📝 Fix duplicate contributing section in Help page. PR #19 by @msamsami.

0.0.4

Docs

  • 📝 Add docs for package CLI. PR #17 by @msamsami.
  • 📝 Add experimental status warning and improve features section presentation. PR #14 by @msamsami.

Internal

  • 👷 Fix test coverage configurations and remove all # pragma: no cover comments from tests. PR #16 by @msamsami.
  • 🛠️ Remove Dependabot configuration (dependabot.yml) as it doesn't fully support uv. PR #12 by @msamsami.

Features

  • ✨ Add initial version of package CLI. PR #15 by @msamsami.

0.0.3

Fixes

  • 🐛 Fix bug where non-existent routes return maintenance response instead of correct HTTP error. PR #11 by @msamsami.
  • 🐛 Fix bug where FastAPI documentation endpoints become inaccessible during maintenance mode. PR #10 by @msamsami.

Docs

  • 📝 Fix incorrect references to "callback" instead of "handler" in docs. PR #8 by @Attakay78.
  • 📝 Fix pull request URL in release notes. PR #7 by @msamsami.
  • 📝 Improve documentation with clearer examples, expanded tutorials, and better organization. PR #3 by @msamsami.

Internal

  • 🔨 Make _str_to_bool method static in BaseStateBackend class. PR #6 by @msamsami.
  • 🔧 Merge test dependencies into dev group and add Ruff linting configuration. PR #4 by @msamsami.
  • 🛠️ Add Dependabot configuration for package updates using uv. PR #2 by @msamsami.

0.0.2

Fixes

  • 🐛 Fix Pydantic v2 raises ImportError: cannot import name 'BoolError' from 'pydantic'. PR #1 by @msamsami.

0.0.1

  • First release. 🎉