Opened 8 years ago

Closed 8 years ago

#8127 closed enhancement (fixed)

Beaker-1.8.0 (Python Module)

Reported by: Douglas R. Reno Owned by: Douglas R. Reno
Priority: normal Milestone: 7.10
Component: systemd Version: systemd
Severity: normal Keywords:
Cc:

Description

New minor version

Release 1.8.0 (2016-01-26)
Encrypted sessions can now specify nonce length for salt generation through encrypt_nonce_bits parameter. set it to 48 for backward compatibility with sessions generated before 1.8.0
kwargs support in @cache_region decorator
annotations support in @cache_region decorator
data_serializer parameter in Session can now specify json to avoid pickle security issues
Invalid cookies are now skipped in cookie based sessions
Memcached based on PyLibMC now share same connection pool for same url

Change History (2)

comment:1 by Douglas R. Reno, 8 years ago

Component: BOOKsystemd
Owner: changed from blfs-book@… to Douglas R. Reno
Status: newassigned

comment:2 by Douglas R. Reno, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r17632.

Note: See TracTickets for help on using tickets.