Skip to content

0.60

Compare
Choose a tag to compare
@anandology anandology released this 23 Jul 16:11
· 52 commits to master since this release

Changes:

  • Python-2 support has been completely dropped. Welcome to Python 3.
  • Fixed: session store DiskStore doesn't return correctly if session
    directory doesn't exist. #652
  • Fixed: incorrect str/bytes type of session data. #644 #645
  • Fixed: db.query("insert... returning") fails to commit. #648 #649