Skip to content

v10.0.0

Compare
Choose a tag to compare
@mcollina mcollina released this 09 Sep 13:53
· 86 commits to master since this release

Notable Changes

Express-Session Compatibility

It increase the compatibility of @fastify/session by allowing using input of cookiePrefix #113, preventing sessionId #129 and encryptedSessionId #134 to be stored in session store, etc.

Thanks to the great work of @rclmenezes and @Uzlopak

Performance

Performance of id generation #123 has been improved 25% - 30%. Thanks to @Uzlopak works.

Security

The verification of cookie path #169 is changed to match the RFC specification.
It stricter than before and avoid the wrong cookie slap in.
For exmaple, cookie path /docs with request path /docs-oh-no

Refactor on code

The structure of code-base has been reorganized and the files do not scattered on top-level folder anymore.
It greatly improve the readability of the modules.

What's Changed

New Contributors

Full Changelog: v9.0.0...v10.0.0