Skip to content

Version 1.14.0

Choose a tag to compare

@amol- amol- released this 24 May 13:36
· 1 commit to master since this release

What's Changed

  • Fixed an error when using json encoder with cookie based sessions
  • Removed support for nsscrypto and pycryptopp
  • Removed support for pylibmc
  • Jython is no longer supported
  • Python 2 is no longer supported
  • Beaker is now tested on Python 3.8+ ... 3.14
  • Load entry points with importlib.metadata instead of deprecated pkg_resources
  • Fix DeprecationWarning: Replace datetime.utcnow() with datetime.now(timezone.utc) by @Copilot in #252
  • Restrict push trigger to master branch to prevent duplicate test runs by @Copilot in #254
  • Fix cookie_expires documentation to clarify boolean behavior and correct default value by @Copilot in #256
  • Load entry points with importlib.metadata instead of deprecated pkg_resources by @wosc in #249
  • strip leading periods by @gg0h in #257

New Contributors

  • @Copilot made their first contribution in #252
  • @wosc made their first contribution in #249
  • @gg0h made their first contribution in #257

Full Changelog: 1.13.0...1.14.0