@forge/events 2.0.0-next.6 → 2.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 +22 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,27 @@
1
1
  # @forge/events
2
2
 
3
+ ## 2.0.0
4
+
5
+ ### Major Changes
6
+
7
+ - a89e05a: Restrict async events payload to objects
8
+ - 8f2a3c9: Update the package to build on Node 20
9
+ - 81174c3: Change `queue.push()` to accept events containing body and delay
10
+ - 9227948: Simplify JobProgress.getStats to return stats directly and remove unneeded response from JobProgress.cancel
11
+
12
+ ### Minor Changes
13
+
14
+ - a358bff: Add retention window information to the Async Event's retry context
15
+ - 34386db: App events API
16
+ - 0f06fee: Add concurrency key and limit to async events
17
+
18
+ ### Patch Changes
19
+
20
+ - 882de38: Fix async events job progress operations
21
+ - 9558586: Change the type of RetryContext.retryReason to string
22
+ - Updated dependencies [8f2a3c9]
23
+ - @forge/api@6.0.0
24
+
3
25
  ## 2.0.0-next.6
4
26
 
5
27
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forge/events",
3
- "version": "2.0.0-next.6",
3
+ "version": "2.0.0",
4
4
  "description": "Forge Async Event methods",
5
5
  "author": "Atlassian",
6
6
  "license": "SEE LICENSE IN LICENSE.txt",
@@ -16,7 +16,7 @@
16
16
  "@types/uuid": "^9.0.8"
17
17
  },
18
18
  "dependencies": {
19
- "@forge/api": "6.0.0-next.0",
19
+ "@forge/api": "6.0.0",
20
20
  "uuid": "^9.0.1"
21
21
  },
22
22
  "publishConfig": {