Skip to content

Releases: feteu/asgi-claim-validator

v1.0.3

15 Feb 09:15
0f61dc9
Compare
Choose a tag to compare

✨ Features

  • 🆙 Version bump to 1.0.3.
  • 📈 Added download badge to README for better visibility of package popularity.

🛠 Fixes

  • ✏️ Fixed formatting in README for middleware configuration examples.

📋 Notes

  • 🔄 Updated dependencies for compatibility.

v1.0.2

05 Feb 19:18
fdd8a48
Compare
Choose a tag to compare

✨ Features

  • 🆙 Version bump to 1.0.2.

🔄 Refactor

  • 🔧 Refactored test fixtures to improve endpoint handling and error response structure.
  • 🔨 Refactored import statements to use relative imports for better module encapsulation.
  • 🛠️ Improved test fixtures by refining endpoint definitions and structure.

📦 Dependencies

  • ⬆️ Bumped package versions in poetry.lock and pyproject.toml to ensure compatibility and access to the latest features.

📋 Notes

  • ✅ Fully compatible with Python 3.11+.

v1.0.1

12 Jan 20:24
b806f96
Compare
Choose a tag to compare

✨ Features

  • 🆙 Version bump to 1.0.1.

📚 Documentation Enhancements

  • 📖 Corrected project name in CONTRIBUTING.md for accuracy.
  • ✍️ Added docstrings to validation decorators for improved clarity and documentation.
  • 📝 Enhanced docstring for the post-initialization method in ClaimValidatorMiddleware.
  • 📘 Updated README.md to:
    • Simplify usage examples and improve middleware configuration details.
    • Clarify claims_callable usage with a detailed example.
    • Include structured sections, expanded purpose, and integration examples for ClaimValidatorMiddleware.

🔄 Refactor

  • 🔧 Refactored imports in __init__.py to enhance clarity and organization.
  • 🔨 Updated claims_callable to accept a scope parameter for greater flexibility.

📋 Notes

  • ✅ Fully compatible with Python 3.11+.

v1.0.0

12 Jan 14:25
8dd7591
Compare
Choose a tag to compare

✨ Features

  • 🆙 Version 1.0.0.

🐛 Bug Fixes

  • ❌ None this time — everything’s smooth sailing!

📋 Notes

  • ✅ Fully compatible with Python 3.11+.