@telia-ace/alliance-portal 1.0.6-next.7 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,23 @@
1
1
  # @telia-ace/alliance-portal
2
2
 
3
+ ## 1.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - e8eda01: Fix issue with user session cookie being too large.
8
+ - ba13c59: Use `.env` files for configuration during development instead of JS/TS modules.
9
+ - 0f20a09: Change to unformatted JSON logs.
10
+ - ba13c59: Set user as `system-admin` if user claims include ACE Enterprise Admin group/role.
11
+ - f2aafe4: Store user session in Redis cache to avoid hitting cookie size limits (https://github.com/telia-company/ace-alliance-sdk/issues/377).
12
+ - cb4647b: Fix incomprehensible unauthorized text for users with insufficient workspace access.
13
+ - f743a2b: Skip checking user claims for groups when `AUTH_SKIP_GROUP_CLAIM_CHECK` is set to `'true'`.
14
+ - Updated dependencies [0f20a09]
15
+ - Updated dependencies [ba11e1f]
16
+ - Updated dependencies [f2aafe4]
17
+ - Updated dependencies [828548a]
18
+ - Updated dependencies [c9b1488]
19
+ - @telia-ace/alliance-internal-node-utilities@1.0.3
20
+
3
21
  ## 1.0.6-next.7
4
22
 
5
23
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@telia-ace/alliance-portal",
3
- "version": "1.0.6-next.7",
3
+ "version": "1.0.6",
4
4
  "description": "ACE Alliance portal",
5
5
  "license": "SEE LICENSE IN LICENSE.txt",
6
6
  "author": "Telia Company AB",
@@ -19,7 +19,7 @@
19
19
  "@nestjs/config": "^3.0.0",
20
20
  "@nestjs/core": "^10.1.0",
21
21
  "@nestjs/platform-express": "^10.1.0",
22
- "@telia-ace/alliance-internal-node-utilities": "1.0.3-next.4",
22
+ "@telia-ace/alliance-internal-node-utilities": "1.0.3",
23
23
  "express-openid-connect": "^2.16.0",
24
24
  "graphql": "^16.7.1",
25
25
  "graphql-request": "^6.1.0",