Skip to content

Releases: pixelmund/svelte-kit-cookie-session

v4.0.0

08 Aug 20:54
Compare
Choose a tag to compare

The internal encryption library changed to the @noble/ciphers which is up to 35% faster than the previous implementation. The encryption should also now be even more secure.
Because of the change of the encryption library we have an major version bump. You now have to provide a secret with an exact length of 32 characters or bytes. You can use Password Generator to generate strong secrets.

v2.1.3

12 Apr 12:18
Compare
Choose a tag to compare
v2.1.3

v2.1.0

17 Feb 10:23
Compare
Choose a tag to compare
v2.1.0

v2.0.5

17 Feb 09:44
Compare
Choose a tag to compare
Update Example

v2.0.2

25 Jan 11:19
6dc13e5
Compare
Choose a tag to compare
Update package.json

v2.0.1

20 Jan 20:13
Compare
Choose a tag to compare

Export the connect/express session middleware again..

v2.0.0

20 Jan 19:40
16aef94
Compare
Choose a tag to compare

Upgrading from v1 to v2

Please use any version above @sveltejs/[email protected], all older versions are not compatible with v2 anymore. Stick to 1.4.0 if you like to use older versions of kit.
There are no major breaking changes, besides some internal refactoring and switching from JS Proxy to Getters/Setters which should end up in a better performance. We also only decrypt the session data now if you access the session.data. Also the session data returns undefined now if not existing instead of an empty object.

v1.4.0

02 Dec 21:11
b8a9633
Compare
Choose a tag to compare
Merge pull request #21 from pixelmund/express-integration

Express/Connect Integration

v1.3.3

03 Sep 11:39
7c2b3cd
Compare
Choose a tag to compare
Update package.json

v1.3.2

03 Sep 11:08
7962729
Compare
Choose a tag to compare

This includes native ESM Support outside SvelteKit.