Releases: TheJecksMan/red-session
Releases · TheJecksMan/red-session
1.4.0
🛠️ Maintenance
- Added
__slots__
for middleware - Bump version for pre-commit
- Added optional dependencies by @TheJecksMan in #5
- Added cache for actions/setup-python to improve performance
🐛 Fixes
- Fixed launching of examples during development by @TheJecksMan in #6
Full Changelog: 1.3.1...1.4.0
1.3.1
🛠️ Maintenance
- Bump actions/checkout from v3 to v4
- Bump actions/setup-python from v4 to v5
- Updated python-version from 3.12.0-rc.3 to 3.12
- Bump ruff from 1.1 to 2.1
- Bump minimum support starlette version from >=0.27.0 to >=0.36.3
- Formatter black replaced by ruff
🐛 Fixes
- Code refactoring. Added
__future__
to support annotations - Fixed non-critical bugs in tests
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- 😶🌫️ New session key generation (PEP 506) by @TheJecksMan in #3
- Update deps
Full Changelog: 1.2.0...1.3.0
1.2.0
1.1.1
- 🔧 minor changes in documentation
- ♻️ refactoring code
1.1.0
- 🆕 session-length support
- 🔧 additional tests added
- 📑 updated docs
Full Changelog: 1.0.2...1.1.0
1.0.2
- 🔧 Fixed global package import
Full Changelog: 1.0.1...1.0.2
1.0.1
📑 Fixed docs and other information
Full Changelog: 1.0.0...1.0.1
1.0.0
- 🆕 Added redis support.
- 🆕 Added documentation.
Full Changelog: https://github.com/TheJecksMan/red-session/commits/1.0.0