Skip to content

Releases: alex-oleshkevich/starsessions

Toolchain updates

08 Feb 10:30
cc738b4
Compare
Choose a tag to compare
v1.2.3

Bump 1.2.3

Allow key customization for Redis backend.

08 Feb 09:00
44aecd0
Compare
Choose a tag to compare

Middleware customizations

13 Dec 21:02
6bd258a
Compare
Choose a tag to compare
  • add "path" middleware argument
  • add "domain" middleware argument
  • create session-only cookie when "max_age" is 0

Use photographically strong method to generate session IDs.

05 Nov 08:35
793a0a5
Compare
Choose a tag to compare
  • Generate session ID using secrets instead of uuid.

Fix starlette version constraint

26 Sep 13:54
b170494
Compare
Choose a tag to compare
v1.1.4

Version bump

Minor update

26 Sep 13:22
87bf8c7
Compare
Choose a tag to compare
  • CookieBackend now accepts the "serializer" argument.

Release 1.1

02 Sep 13:30
5ac5319
Compare
Choose a tag to compare

Added RedisBackend
Added Serializers
Changed file structure of backends package.

Bug fixes

04 Aug 10:09
f9bc383
Compare
Choose a tag to compare
  • fixed error message when secret_key is missing in SessionMiddleware settings

Minor update

24 Jun 18:15
7f4b74f
Compare
Choose a tag to compare

Update package metadata for pypi.org catalog.

Initial release

24 Jun 17:49
decb52f
Compare
Choose a tag to compare
v1.0.0

Add example application.