Release Notes
Latest Changes
Internal
- ⬆ Bump package dependencies. PR #30 by @msamsami.
- ⬆ Bump package dependencies. PR #29 by @msamsami.
- 👷 Prevent creating and storing non-XML coverage reports in Coverage GitHub Action. PR #28 by @msamsami.
- 👷 Specify trigger paths for GitHub Actions. PR #27 by @msamsami.
Docs
- 📝 Remove useless context manager import in docs. PR #26 by @msamsami.
0.0.5
Internal
- ⬆ Bump package dependencies. PR #25 by @msamsami.
- 👷 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.
Refactors
- ✏️ Add LRU caching to route existence checking logic and improve tracking of application route changes. PR #24 by @msamsami.
- ✏️ Refactor path matching logic and add LRU caching. PR #23 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
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