Skip to content

v1.0.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 15 Feb 11:05
58b5fcb

✨ Features

  • πŸ†™ Version bump to 1.0.5.
  • πŸ“ˆ Added download badge to README for better visibility of package popularity.
  • πŸ“– Updated README.md to enhance structure and add usage examples for Starlette.
  • πŸ›  Added new Starlette example with RequestDurationMiddleware and removed outdated examples.

πŸ”„ Refactor

  • πŸ”§ Refactored decorators to use Callable type hints for improved precision and readability.
  • πŸ”§ Refactored test fixtures to improve middleware configuration and add new test cases.
  • πŸ”§ Refactored tests to use TestClass for header name and precision validation.

πŸ›  Fixes

  • ✏️ Updated pytest configuration to enable verbose output and set asyncio mode for better test behavior.
  • ✏️ Improved formatting and example configuration in README.

πŸ“‹ Notes

  • πŸ”„ Updated Starlette dependency for compatibility.