@forge/api 4.0.0-next.2 → 4.0.0

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 +19 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @forge/api
2
2
 
3
+ ## 4.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - 7e05319: The deprecated Properties API has been removed.
8
+
9
+ This api was deprected here: https://developer.atlassian.com/platform/forge/changelog/#CHANGE-1231
10
+
11
+ ### Minor Changes
12
+
13
+ - a17ae69: Calls to storage api now capture success rates and latency metrics.
14
+
15
+ ### Patch Changes
16
+
17
+ - e069ff4: Fixed bug in metric collection in sandbox environment for global storage api
18
+ - Updated dependencies [a17ae69]
19
+ - Updated dependencies [e069ff4]
20
+ - @forge/storage@1.6.0
21
+
3
22
  ## 4.0.0-next.2
4
23
 
5
24
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/api",
3
- "version": "4.0.0-next.2",
3
+ "version": "4.0.0",
4
4
  "description": "Forge API methods",
5
5
  "author": "Atlassian",
6
6
  "license": "UNLICENSED",
@@ -22,7 +22,7 @@
22
22
  "dependencies": {
23
23
  "@forge/auth": "0.0.5",
24
24
  "@forge/egress": "1.2.13",
25
- "@forge/storage": "1.6.0-next.1",
25
+ "@forge/storage": "1.6.0",
26
26
  "@forge/util": "1.4.4",
27
27
  "@types/node-fetch": "^2.6.11",
28
28
  "node-fetch": "2.7.0"