@forge/bridge 7.0.0-next.9 → 7.0.0-next.9-experimental-9e4162a

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 +24 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # @forge/bridge
2
2
 
3
+ ## 7.0.0-next.9-experimental-9e4162a
4
+
5
+ ### Major Changes
6
+
7
+ - b844adb: Removed the deprecated `currentVersion` field from `ObjectReference` (`@forge/object-store`) and `GetMetadataResult` (`@forge/bridge`). This field is no longer part of the supported API surface. The underlying service may continue to include `currentVersion` in its raw JSON response for a transition period, but this has no runtime impact since unrecognised fields are simply ignored — only TypeScript consumers referencing `.currentVersion` at compile time are affected and should remove that usage.
8
+
9
+ ### Minor Changes
10
+
11
+ - f1d1bd8: Add fetchUserRecommendations method
12
+ - 406407c: Added secret key support for authorised web-triggers, plus non-expiring keys via `--noKeyExpiry` on `forge webtrigger create` and `secretKeyConfig.noExpiry` in `@forge/api`
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [28b74f6]
17
+ - Updated dependencies [dea5ecf]
18
+ - Updated dependencies [fe8d182]
19
+ - Updated dependencies [511fabb]
20
+ - Updated dependencies [07cdf11]
21
+ - Updated dependencies [eda3a24]
22
+ - Updated dependencies [0a75004]
23
+ - Updated dependencies [150a3c5]
24
+ - Updated dependencies [226567e]
25
+ - @forge/manifest@13.5.0-next.6-experimental-9e4162a
26
+
3
27
  ## 7.0.0-next.9
4
28
 
5
29
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/bridge",
3
- "version": "7.0.0-next.9",
3
+ "version": "7.0.0-next.9-experimental-9e4162a",
4
4
  "description": "Forge bridge API for custom UI apps",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -19,7 +19,7 @@
19
19
  "@forge/i18n": "1.0.0",
20
20
  "@forge/resolver": "2.0.0",
21
21
  "@types/history": "^4.7.11",
22
- "@forge/manifest": "13.5.0-next.6",
22
+ "@forge/manifest": "13.5.0-next.6-experimental-9e4162a",
23
23
  "@types/iframe-resizer": "^3.5.8",
24
24
  "iframe-resizer": "^4.4.5"
25
25
  },