Skip to content

Commit

Permalink
AP-4870 async event handlers support (#201)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
CarlosGamero authored Sep 2, 2024
1 parent cfa636b commit 3bf68be
Show file tree
Hide file tree
Showing 12 changed files with 428 additions and 148 deletions.
2 changes: 1 addition & 1 deletion packages/amqp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"prepublishOnly": "npm run build:release"
},
"dependencies": {
"@lokalise/node-core": "^12.0.0",
"@lokalise/node-core": "^12.1.0",
"zod": "^3.23.8"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 3bf68be

Please sign in to comment.