Skip to content

Releases: devries/bottle-session

Version 1.0

07 Jun 21:34
Compare
Choose a tag to compare

Changelog:

  • Now you can set if the cookie is secure (TLS only) and/or HTTP Only.
  • Fixes a bug where a malformed session cookie led to a 500 error.

Version 0.8

26 Jan 16:48
Compare
Choose a tag to compare

Additional compatibility with version 3.4+ by eliminating use of a deprecated inspect API.

Version 0.6

24 Jun 20:56
Compare
Choose a tag to compare

Python 3.0 and 2.7 compatible and now more cleanly integrated into bottle.py API.

Release v0.4

22 Aug 16:22
Compare
Choose a tag to compare

Version 0.4 fixes some bugs in the previous release version.