Skip to content

Releases: TheJecksMan/red-session

1.4.0

17 Apr 09:19
Compare
Choose a tag to compare

🛠️ 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

23 Feb 09:02
Compare
Choose a tag to compare

🛠️ 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

06 Nov 10:28
Compare
Choose a tag to compare

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

02 Oct 16:52
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.2.0

1.1.1

26 Jul 07:47
Compare
Choose a tag to compare
  • 🔧 minor changes in documentation
  • ♻️ refactoring code

1.1.0

26 Jul 06:15
Compare
Choose a tag to compare
  • 🆕 session-length support
  • 🔧 additional tests added
  • 📑 updated docs

Full Changelog: 1.0.2...1.1.0

1.0.2

25 Jul 02:45
Compare
Choose a tag to compare
  • 🔧 Fixed global package import

Full Changelog: 1.0.1...1.0.2

1.0.1

23 Jul 11:27
Compare
Choose a tag to compare

📑 Fixed docs and other information

Full Changelog: 1.0.0...1.0.1

1.0.0

23 Jul 08:57
Compare
Choose a tag to compare
  • 🆕 Added redis support.
  • 🆕 Added documentation.

Full Changelog: https://github.com/TheJecksMan/red-session/commits/1.0.0