Skip to content

Releases: eggjs/egg-cookies

v3.0.1

06 Jul 09:19
Compare
Choose a tag to compare

3.0.1 (2024-07-06)

Bug Fixes

  • partitioned and autoChips should support different paths (#55) (50b1313)

This release is also available on:

v2.10.1

06 Jul 09:23
Compare
Choose a tag to compare

2.10.1 (2024-07-06)

Bug Fixes

  • partitioned and autoChips should support different paths (#56) (b78c1c3)

v3.0.0

23 Jun 09:33
Compare
Choose a tag to compare

3.0.0 (2024-06-23)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

Summary by CodeRabbit

  • New Features

  • Introduced comprehensive support for TypeScript in project
    configurations.

  • Added new cookie management functionalities, including setting,
    encryption, and validation.

    • Added support for Keygrip class for cryptographic operations.
  • Documentation

  • Updated package name in README files from egg-cookies to
    @eggjs/cookies.

  • Adjusted code snippets and URLs in documentation to reflect the new
    package name.

  • Tests

  • Enhanced test suite with additional test cases for cookie encryption,
    caching, and error handling.

    • Added new test files for Keygrip and cookie functionalities.
  • Chores

    • Updated .gitignore to include new patterns for ignoring files.
  • Improved CI workflow with updated Node.js versions and Codecov token
    integration.

  • Updated dependencies and scripts in package.json to align with the
    new package structure and TypeScript support.

Features

  • support cjs and esm both by tshy (#54) (12db545)

This release is also available on:

v2.10.0

19 Feb 09:47
Compare
Choose a tag to compare

2.10.0 (2024-02-19)

Features


This release is also available on:

v2.9.4

05 Jan 13:45
Compare
Choose a tag to compare

2.9.4 (2024-01-05)

Bug Fixes

  • disable autoChips if set cookie with partitioned (#51) (148c61c)

This release is also available on:

v2.9.3

04 Jan 09:25
Compare
Choose a tag to compare

2.9.3 (2024-01-04)

Reverts

  • Revert "fix: only enable autoChips on cross-site request (#49)" (#50) (b0452dd), closes #49 #50

This release is also available on:

v2.9.2

04 Jan 00:48
Compare
Choose a tag to compare

2.9.2 (2024-01-04)

Bug Fixes

  • only enable autoChips on cross-site request (#49) (665a335)

This release is also available on:

v2.9.1

03 Jan 10:55
Compare
Choose a tag to compare

2.9.1 (2024-01-03)

Bug Fixes

  • use _CHIPS- prefix instead of __Host- (#48) (6b5e5be)

This release is also available on:

v2.9.0

03 Jan 10:17
Compare
Choose a tag to compare

2.9.0 (2024-01-03)

Features

  • add autoChips to adaptation CHIPS mode (#47) (38d6408)

This release is also available on:

v2.8.3

28 Dec 17:27
Compare
Choose a tag to compare

2.8.3 (2023-12-28)

Bug Fixes

  • should not set sameSite and CHIPS when secure = false (#45) (33395bf)

This release is also available on: