You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/pwa-kit-create-app/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
## [Unreleased]
2
2
- Add configuration flag `disableHttpOnlySessionCookies` to `ssrParameters`[#3635](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3635)
3
3
- Add `x-site-id` request header to read HttpOnly cookies on the server [#3700](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3700)
4
+
- Rename the configuration flag `disableHttpOnlySessionCookies` to `enableHttpOnlySessionCookies`[#3723](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3723)
4
5
5
6
## v3.17.0-dev
6
7
- Clear verdaccio npm cache during project generation [#3652](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3652)
Copy file name to clipboardExpand all lines: packages/pwa-kit-dev/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
## [Unreleased]
2
2
- Add configuration flag `disableHttpOnlySessionCookies` to `ssrParameters`[#3635](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3635)
3
3
- Fix issue to correctly set the environment variable `MRT_DISABLE_HTTPONLY_SESSION_COOKIES`[#3680](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3680)
4
+
- Rename the configuration flag `disableHttpOnlySessionCookies` to `enableHttpOnlySessionCookies`[#3723](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3723)
4
5
5
6
## v3.17.0-dev
6
7
- Update jest, archiver and remove rimraf dependencies [#3663](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3663)
Copy file name to clipboardExpand all lines: packages/pwa-kit-react-sdk/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
- Update test setup for Jest 29 compatibility [#3663](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3663)
3
3
- Add Node 24 support. Drop Node 16 support [#3652](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3652)
4
4
- Add configuration flag `disableHttpOnlySessionCookies` to `ssrParameters`[#3635](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3635)
5
+
- Rename the configuration flag `disableHttpOnlySessionCookies` to `enableHttpOnlySessionCookies`[#3723](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3723)
Copy file name to clipboardExpand all lines: packages/pwa-kit-runtime/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
- Add HttpOnly session cookies for SLAS private client proxy [#3680](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3680)
3
3
- Handle logout when HttpOnly session cookies is enabled [#3699](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3699)
4
4
- Add `x-site-id` request header to read HttpOnly cookies on the server [#3700](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3700)
5
+
- Rename the configuration flag `disableHttpOnlySessionCookies` to `enableHttpOnlySessionCookies`[#3723](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3723)
5
6
6
7
## v3.17.0-dev
7
8
- Add Node 24 support. Migrate deprecated Node.js `url.parse()` and `url.format()` to the WHATWG `URL`[#3652](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3652)
Copy file name to clipboardExpand all lines: packages/template-retail-react-app/CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,7 @@
1
1
## [Unreleased]
2
2
- Add HttpOnly session cookies for SLAS private client proxy [#3680](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3680)
3
3
- Add `x-site-id` request header to read HttpOnly cookies on the server [#3700](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3700)
4
+
- Rename the configuration flag `disableHttpOnlySessionCookies` to `enableHttpOnlySessionCookies`[#3723](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3723)
4
5
5
6
## v9.1.0-dev
6
7
- Update jest-fetch-mock and Jest 29 dependencies [#3663](https://github.com/SalesforceCommerceCloud/pwa-kit/pull/3663)
0 commit comments