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