-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
chore(deps): bump lua-resty-events from 0.2.1 to 0.3.0 #13228
Conversation
6aa81f8
to
5a443c7
Compare
Signed-off-by: Aapo Talvensaari <[email protected]>
### Summary - [style(lib/compat): update module version](Kong/lua-resty-events#57) - [tests(*): use resty.events.new correctly as documented](Kong/lua-resty-events#59) - [feat(protocol): send worker info (id and pid) to broker](Kong/lua-resty-events#54) - [fix(*): option validation of broker id](Kong/lua-resty-events#62) - [fix(broker): worker id based queues](Kong/lua-resty-events#60) - [chore(worker): actively close connection to broker on error](Kong/lua-resty-events#63) - [fix(*): retain events on send failures](Kong/lua-resty-events#61) Signed-off-by: Aapo Talvensaari <[email protected]>
5a443c7
to
3eb40a9
Compare
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.4.x
git worktree add -d .worktree/backport-13228-to-release/3.4.x origin/release/3.4.x
cd .worktree/backport-13228-to-release/3.4.x
git switch --create backport-13228-to-release/3.4.x
git cherry-pick -x 72ae54d75f36eff6cc6a59200c52595187c1ba4e 5cde17b912d1e1028f12fbb91d760d3eded22a57 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.5.x
git worktree add -d .worktree/backport-13228-to-release/3.5.x origin/release/3.5.x
cd .worktree/backport-13228-to-release/3.5.x
git switch --create backport-13228-to-release/3.5.x
git cherry-pick -x 72ae54d75f36eff6cc6a59200c52595187c1ba4e 5cde17b912d1e1028f12fbb91d760d3eded22a57 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.6.x
git worktree add -d .worktree/backport-13228-to-release/3.6.x origin/release/3.6.x
cd .worktree/backport-13228-to-release/3.6.x
git switch --create backport-13228-to-release/3.6.x
git cherry-pick -x 72ae54d75f36eff6cc6a59200c52595187c1ba4e 5cde17b912d1e1028f12fbb91d760d3eded22a57 |
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin release/3.7.x
git worktree add -d .worktree/backport-13228-to-release/3.7.x origin/release/3.7.x
cd .worktree/backport-13228-to-release/3.7.x
git switch --create backport-13228-to-release/3.7.x
git cherry-pick -x 72ae54d75f36eff6cc6a59200c52595187c1ba4e 5cde17b912d1e1028f12fbb91d760d3eded22a57 |
Summary
Manually cherry-picked to EE: https://github.com/Kong/kong-ee/pull/9505
Issue reference
Fix FTI-6008, KAG-4759