Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 934 Bytes

File metadata and controls

30 lines (16 loc) · 934 Bytes

session-storage-memcache CHANGELOG

This is the changelog for session-storage-memcache. It follows semantic versioning.

v0.1.2

Patch Changes

  • Fixed Memcache session storage so ttlSeconds values longer than 30 days remain relative durations instead of being interpreted by Memcached as already-expired Unix timestamps.

v0.1.1

Patch Changes

v0.1.0

Minor Changes

  • Add Memcache session storage with createMemcacheSessionStorage(server, options).

    This adds a Node.js Memcache backend with support for useUnknownIds, keyPrefix, and ttlSeconds, along with integration tests that run against Memcached in CI.

Unreleased

Minor Changes

  • Initial release.