From 59e921bea17d00c38ee6b64fa7d8faa4214f1976 Mon Sep 17 00:00:00 2001 From: Jun Ouyang Date: Wed, 18 Dec 2024 18:26:54 +0800 Subject: [PATCH] feat(patch): update changelog --- .../unreleased/kong/feat-patch-supprt-set_next_upstream.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelog/unreleased/kong/feat-patch-supprt-set_next_upstream.yml diff --git a/changelog/unreleased/kong/feat-patch-supprt-set_next_upstream.yml b/changelog/unreleased/kong/feat-patch-supprt-set_next_upstream.yml new file mode 100644 index 000000000000..b7df2cc1113c --- /dev/null +++ b/changelog/unreleased/kong/feat-patch-supprt-set_next_upstream.yml @@ -0,0 +1,4 @@ +message: | + Add a patch for kong.resty.set_next_upstream() to control the next upstream retry logic in lua side. [Kong/lua-kong-nginx-module#98](https://github.com/Kong/lua-kong-nginx-module/pull/98) +type: bugfix +scope: Core \ No newline at end of file