@trackunit/iris-app-api 2.4.0 → 2.4.1
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.
- package/CHANGELOG.md +14 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
|
1
|
+
## 2.4.1 (2026-08-17)
|
|
2
|
+
|
|
3
|
+
### 🩹 Fixes
|
|
4
|
+
|
|
5
|
+
- register the new support-access scope and error code across their consumers ([43f154b6f66](https://github.com/Trackunit/manager/commit/43f154b6f66))
|
|
6
|
+
- declare support-access on Accounts and Users so impersonation requests reach the API ([5f1b6d1a8f7](https://github.com/Trackunit/manager/commit/5f1b6d1a8f7))
|
|
7
|
+
|
|
8
|
+
### ❤️ Thank You
|
|
9
|
+
|
|
10
|
+
- Claude Opus 5 (1M context)
|
|
11
|
+
- Cursor @cursoragent
|
|
12
|
+
- dmn-trackunit
|
|
13
|
+
- Kenneth Sejrsgaard-Jacobsen
|
|
14
|
+
|
|
1
15
|
## 2.4.0 (2026-08-14)
|
|
2
16
|
|
|
3
17
|
### 🚀 Features
|