Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AP-4870 async event handlers support #201

Merged
merged 28 commits into from
Sep 2, 2024
Merged
Show file tree
Hide file tree
Changes from 26 commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
3082a3f
AP-4870 Extracting event building to a private method
CarlosGamero Aug 28, 2024
0aef8cd
AP-4870 Lint warning fix
CarlosGamero Aug 28, 2024
632fc16
AP-4870 Moving event handling to a separate method
CarlosGamero Aug 28, 2024
fd879b1
AP-4870 simplification of main method
CarlosGamero Aug 28, 2024
2a43e9c
AP-4870 API to support async handlers
CarlosGamero Aug 28, 2024
7ca9296
Merge branch 'main' into feat/AP-4870-async_event_handlers_support
CarlosGamero Aug 28, 2024
14d5f80
AP-4870 fixing sync handling
CarlosGamero Aug 28, 2024
5daff93
AP-4870 Improving naming
CarlosGamero Aug 28, 2024
a5100e6
AP-4870 Issue fix
CarlosGamero Aug 28, 2024
648510d
AP-4870 Minor test changes
CarlosGamero Aug 28, 2024
c4b3af9
AP-4870 FakeDelayedListener
CarlosGamero Aug 28, 2024
9aa598f
AP-4870 BG listeners simple handling
CarlosGamero Aug 28, 2024
aa16cbe
AP-4870 Adding bg listeners tests
CarlosGamero Aug 28, 2024
9e92cae
AP-4870 Reporting error + logging
CarlosGamero Aug 28, 2024
a9d3928
AP-4870 Improving error logging
CarlosGamero Aug 28, 2024
b609464
AP-4870 Making logger and errorReporter mandatory
CarlosGamero Aug 29, 2024
c922895
Release prepare
CarlosGamero Aug 29, 2024
4b9d773
node-core update
CarlosGamero Aug 29, 2024
c7d0985
schemas release prepare
CarlosGamero Aug 29, 2024
9d02746
Core using new schema version
CarlosGamero Aug 29, 2024
18b52aa
Build fix
CarlosGamero Aug 29, 2024
789f708
AP-4870 Implementing bg listenner observability
CarlosGamero Aug 29, 2024
0f0ec74
AP-4870 test fixes
CarlosGamero Aug 29, 2024
ff88629
AP-4870 Adding tests
CarlosGamero Aug 29, 2024
892cf5b
AP-4870 PR suggestions
CarlosGamero Aug 30, 2024
74ff154
AP-4870 Transaction observability on bg listeners
CarlosGamero Aug 30, 2024
7f6c902
Simplify any handlers
CarlosGamero Sep 2, 2024
c4c6362
Removing comment
CarlosGamero Sep 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading