-
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 ngx_wasmx_module to d5e4c698c51a6ef39551184f99eb4d1605f671d9 #12704
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
0a05ef7
to
b2a8a3f
Compare
…05f671d9 Changes since a7087a37f0d423707366a694630f1e09f4c21728: * d5e4c69 - chore(*) rename module to 'ngx_wasmx_module' (but in docs & paths) * bd9357a - chore(ci) add unit and clang-analyzer jobs with IPC * 5fe38ca - chore(*) remove no-debug clang-analyzer jobs & strengthen no-debug paths * 7548bfb - tests(*) rename TestWasm.pm to TestWasmX.pm * ac82ea1 - feat(*) implement ipc modules & generalize WasmX namespace * f59bed4 - chore(*) bump TinyGo version and release image Go version * da5816e - chore(util) do not remove unarchived downloads * 5af5e09 - chore(release) increase timeout for macOS binary build * 93b4079 - docs(changelog) prerelease-0.3.0 * 5f7e19e - fix(proxy-wasm) always pass 'eof=false' in header steps * a961f3a - chore(util) cleanup clang scans and de-archived downloads * dce2948 - tests(*) more robust patterns in backtraces tests * e79bf8d - chore(*) cargo update and pin wasi crate to '0.11' * 98df459 - chore(deps) bump Nginx to 1.25.4 * 08977c8 - fix(config) do not link libatomic with libwee8 on macOS * 7f97fc4 - chore(util) only build v8bridge with clang when libwee8 uses clang * a4016f2 - chore(release) list all assets collected by upload job * e78f22a - chore(release) build with GCC 11 on Centos 8 and Ubuntu 18.04 * 8fc2953 - chore(ci) handle upload-artifact's v3 and v4 during release * b22a308 - chore(ci) bump actions versions * 987936f - chore(ci) use unique names for release artifacts * c2f4d32 - chore(ci) use old actions/checkout when running on older containers * 4a35d9a - docs(*) remove '$' prefix from all code snippets * fe2651b - docs(developer) add an FAQ section * 325c1d2 - tests(proxy-wasm) improve stability in case of spurious '[warn]' * e081011 - refactor(*) move state flag from 'rctx' to new 'subsystem env' * 8c7b267 - refactor(proxy-wasm) improve runloop clarity and robustness * 45a0c12 - feat(proxy-wasm) cancel pending calls when one produces a response * 261bd71 - feat(proxy-wasm) enable multiple parallel dispatch calls * c81997e - feat(proxy-wasm) support 'send_local_response' during ResponseHeaders * e8e9a59 - fix(wasi) prevent out of bounds access in wasi_environ_get * 9367c3e - chore(ci) drop codeql paths/paths-ignore from its config * e9a5cf5 - chore(ci) bump actions versions * c37b8ef - tests(hostcalls) drop `url` dependency; improve load time * ce785b7 - chore(ci) ignore test assets directories in CodeQL scans * 94e5d09 - chore(deps) bump OpenSSL to 3.2.1 * 5babb60 - chore(ci) remove 'timeout-minutes' from jobs relying on reusable workflows * fc8985d - chore(ci) specify 'timeout-minutes' on all jobs * d206dee - chore(util) ensure SDK examples exist before installing them * 4366897 - chore(deps) bump V8 to 12.0.267.17 * 72dd165 - chore(release) upgrade GCC to version 11 on CentOS 7 * 423240b - chore(ci) fix Large CI CodeQL jobs * f34d4c9 - chore(release) fix binary releases * 999b582 - docs(readme) minor update to Examples section
b2a8a3f
to
021bdbd
Compare
flrgh
approved these changes
Mar 20, 2024
locao
approved these changes
Mar 21, 2024
Cherry-pick failed for Please cherry-pick the changes locally. git remote add upstream https://github.com/kong/kong-ee
git fetch upstream master
git worktree add -d .worktree/cherry-pick-12704-to-master-to-upstream upstream/master
cd .worktree/cherry-pick-12704-to-master-to-upstream
git checkout -b cherry-pick-12704-to-master-to-upstream
ancref=$(git merge-base 3ca63855860aad1873b959b73fdac6d18d92858d 021bdbd15441d1c8de3eab1b152bf27789c67f31)
git cherry-pick -x $ancref..021bdbd15441d1c8de3eab1b152bf27789c67f31 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
author/community
PRs from the open-source community (not Kong Inc)
build/bazel
cherry-pick kong-ee
schedule this PR for cherry-picking to kong/kong-ee
core/configuration
core/wasm
Everything relevant to [proxy-]wasm
size/M
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Changelog
a7087a3...d5e4c69
Compare on GitHub
d5e4c69
- chore(*) rename module to 'ngx_wasmx_module' (but in docs & paths)bd9357a
- chore(ci) add unit and clang-analyzer jobs with IPC5fe38ca
- chore(*) remove no-debug clang-analyzer jobs & strengthen no-debug paths7548bfb
- tests(*) rename TestWasm.pm to TestWasmX.pmac82ea1
- feat(*) implement ipc modules & generalize WasmX namespacef59bed4
- chore(*) bump TinyGo version and release image Go versionda5816e
- chore(util) do not remove unarchived downloads5af5e09
- chore(release) increase timeout for macOS binary build93b4079
- docs(changelog) prerelease-0.3.05f7e19e
- fix(proxy-wasm) always pass 'eof=false' in header stepsa961f3a
- chore(util) cleanup clang scans and de-archived downloadsdce2948
- tests(*) more robust patterns in backtraces testse79bf8d
- chore(*) cargo update and pin wasi crate to '0.11'98df459
- chore(deps) bump Nginx to 1.25.408977c8
- fix(config) do not link libatomic with libwee8 on macOS7f97fc4
- chore(util) only build v8bridge with clang when libwee8 uses clanga4016f2
- chore(release) list all assets collected by upload jobe78f22a
- chore(release) build with GCC 11 on Centos 8 and Ubuntu 18.048fc2953
- chore(ci) handle upload-artifact's v3 and v4 during releaseb22a308
- chore(ci) bump actions versions987936f
- chore(ci) use unique names for release artifactsc2f4d32
- chore(ci) use old actions/checkout when running on older containers4a35d9a
- docs(*) remove '$' prefix from all code snippetsfe2651b
- docs(developer) add an FAQ section325c1d2
- tests(proxy-wasm) improve stability in case of spurious '[warn]'e081011
- refactor(*) move state flag from 'rctx' to new 'subsystem env'8c7b267
- refactor(proxy-wasm) improve runloop clarity and robustness45a0c12
- feat(proxy-wasm) cancel pending calls when one produces a response261bd71
- feat(proxy-wasm) enable multiple parallel dispatch callsc81997e
- feat(proxy-wasm) support 'send_local_response' during ResponseHeaderse8e9a59
- fix(wasi) prevent out of bounds access in wasi_environ_get9367c3e
- chore(ci) drop codeql paths/paths-ignore from its confige9a5cf5
- chore(ci) bump actions versionsc37b8ef
- tests(hostcalls) dropurl
dependency; improve load timece785b7
- chore(ci) ignore test assets directories in CodeQL scans94e5d09
- chore(deps) bump OpenSSL to 3.2.15babb60
- chore(ci) remove 'timeout-minutes' from jobs relying on reusable workflowsfc8985d
- chore(ci) specify 'timeout-minutes' on all jobsd206dee
- chore(util) ensure SDK examples exist before installing them4366897
- chore(deps) bump V8 to 12.0.267.1772dd165
- chore(release) upgrade GCC to version 11 on CentOS 7423240b
- chore(ci) fix Large CI CodeQL jobsf34d4c9
- chore(release) fix binary releases999b582
- docs(readme) minor update to Examples sectionTODO
.requirements
as needed