Skip to content

v0.1.7

Latest
Compare
Choose a tag to compare
@ericmiguel ericmiguel released this 05 May 02:26
· 14 commits to main since this release

[0.1.7] - 2024-05-05

🚀 Features

  • Rule dependencies now inject the complete decoded token

🚜 Refactor

  • (bearers) Remove unused args and kwargs parameters
  • (TokenBearer) Remove unused call method

📚 Documentation

  • Update project logo

🎨 Styling

  • Apply new formatting and import sorting standards
  • Fix ruff D401 alerts
  • Fix ruff B006 and B008 alerts
  • Fix ruff B904 alerts

🧪 Testing

  • Cover decoded jwt token content get from dependency injection

⚙️ Miscellaneous Tasks

  • Remove orphan config key
  • Adjust pypi classifiers
  • (pytest) Set log level to info
  • (ci) Remove macos14 runner due to 'dyld: Library not loaded'
  • Update CI actions
  • Update CI workflow
  • Add ruff check dry-run utility script
  • (ruff) Ignore D100, D103 and D104 alerts for tests dir
  • Update pdm scripts and pre-commit hooks using ruff and vulture
  • Update issue templates