Skip to content

Releases: expressjs/session

v1.18.2

17 Jul 17:52
d10709f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.18.1...v1.18.2

1.18.1

08 Oct 19:55
bbeca94

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.18.0...v1.18.1

1.18.0

28 Jan 21:21

Choose a tag to compare

  • Add debug log for pathname mismatch
  • Add partitioned to cookie options
  • Add priority to cookie options
  • Fix handling errors from setting cookie
  • Support any type in secret that crypto.createHmac supports
  • deps: [email protected]
    • Fix expires option to reject invalid dates
    • perf: improve default decode speed
    • perf: remove slow string split in parse
  • deps: [email protected]

1.17.3

11 May 18:51

Choose a tag to compare

1.17.2

19 May 17:34

Choose a tag to compare

1.17.1

17 Apr 05:14

Choose a tag to compare

  • Fix internal method wrapping error on failed reloads

1.17.0

11 Oct 03:00

Choose a tag to compare

1.16.2

12 Jun 05:02

Choose a tag to compare

  • Fix restoring cookie.originalMaxAge when store returns Date
  • deps: parseurl@~1.3.3

1.16.1

11 Apr 16:14

Choose a tag to compare

  • Fix error passing data option to Cookie constructor
  • Fix uncaught error from bad session data

1.16.0

11 Apr 04:09

Choose a tag to compare

  • Catch invalid cookie.maxAge value earlier
  • Deprecate setting cookie.maxAge to a Date object
  • Fix issue where resave: false may not save altered sessions
  • Remove utils-merge dependency
  • Use safe-buffer for improved Buffer API
  • Use Set-Cookie as cookie header name for compatibility
  • deps: depd@~2.0.0
    • Replace internal eval usage with Function constructor
    • Use instance methods on process to check for listeners
    • perf: remove argument reassignment
  • deps: on-headers@~1.0.2
    • Fix res.writeHead patch missing return value