Skip to content

Commit 3bf68be

Browse files
authored
AP-4870 async event handlers support (#201)
* AP-4870 Extracting event building to a private method * AP-4870 Lint warning fix * AP-4870 Moving event handling to a separate method * AP-4870 simplification of main method * AP-4870 API to support async handlers * AP-4870 fixing sync handling * AP-4870 Improving naming * AP-4870 Issue fix * AP-4870 Minor test changes * AP-4870 FakeDelayedListener * AP-4870 BG listeners simple handling * AP-4870 Adding bg listeners tests * AP-4870 Reporting error + logging * AP-4870 Improving error logging * AP-4870 Making logger and errorReporter mandatory * Release prepare * node-core update * schemas release prepare * Core using new schema version * Build fix * AP-4870 Implementing bg listenner observability * AP-4870 test fixes * AP-4870 Adding tests * AP-4870 PR suggestions * AP-4870 Transaction observability on bg listeners * Simplify any handlers * Removing comment
1 parent cfa636b commit 3bf68be

File tree

12 files changed

+428
-148
lines changed

12 files changed

+428
-148
lines changed

packages/amqp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"prepublishOnly": "npm run build:release"
2626
},
2727
"dependencies": {
28-
"@lokalise/node-core": "^12.0.0",
28+
"@lokalise/node-core": "^12.1.0",
2929
"zod": "^3.23.8"
3030
},
3131
"peerDependencies": {

0 commit comments

Comments
 (0)