Skip to content

Commit

Permalink
chore(deps): bump ngx_wasm_module to ea1475cf4a4c23d33d7c417c52d86a20…
Browse files Browse the repository at this point in the history
…20c0b945

Changes since 96b4e27e10c63b07ed40ea88a91c22f23981db35:

* ea1475c - docs(*) clarify differences between INSTALL.md and DEVELOPER.md
* 353f73d - chore(*) include fsanitize option in build hash
* e7d2577 - refactor(*) generalize ngx_str_node_t and ngx_str_t extensions
* c46ff1c - hotfix(ffi) correct usage of 'n_bins' when parsing a histogram
* 6142197 - chore(deps) bump Nginx to 1.27.2
* a365850 - refactor(*) generalize bytes readers for all ngx_wa
* 80da044 - chore(deps) bump Wasmtime to 25.0.1
* ad1e5c7 - feat(metrics) add 'sum' field to histograms
* 35e8eb7 - chore(wasi) groudwork for multiple wasi interfaces
* 9e1f295 - tests(*) isolate WASI test suites
* 640e612 - chore(*) isolate test suites by Wasm target
* f8d79ee - chore(*) cargo update and switch to 'wasm32-wasip1' target
* 39dd7ec - docs(*) document internal differences between SDK hosts
* 55f0dc2 - feat(ffi) kv & metrics shms APIs
* c1f45a9 - feat(shm/kv) add nelts member representing number of entries
* fde4b3f - feat(metrics) histogram support in ngx_wa_metrics_get
* 08d0ddb - refactor(shm) move ngx_wasm_shm to ngx_wa for IPC subsystem
* 8e3ca71 - refactor(metrics) delegate shm zone handling to ngx_wasm_shm
* 6fafa42 - chore(TestWasmX) disassociate custom blocks from '--- wasm_modules'
* 2febf47 - chore(util) update OpenSSL download link in release script
* 26d853e - tests(backtraces) adjust symbols regex after a Rust update
* 0c3632a - chore(ci) bump actions/download-artifact
* aa164d8 - chore(util) update OpenSSL download link
* 1656d13 - chore(deps) bump OpenSSL to 3.3.2
  • Loading branch information
team-gateway-bot committed Oct 16, 2024
1 parent 398e180 commit ad74008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .requirements
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ATC_ROUTER=ffd11db657115769bf94f0c4f915f98300bc26b6 # 1.6.2
SNAPPY=23b3286820105438c5dbb9bc22f1bb85c5812c8a # 1.2.0

KONG_MANAGER=nightly
NGX_WASM_MODULE=96b4e27e10c63b07ed40ea88a91c22f23981db35
NGX_WASM_MODULE=ea1475cf4a4c23d33d7c417c52d86a2020c0b945
WASMER=3.1.1
WASMTIME=23.0.2
V8=12.0.267.17
Expand Down
2 changes: 2 additions & 0 deletions changelog/unreleased/kong/bump-ngx-wasm-module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
message: "Bumped `ngx_wasm_module` to `ea1475cf4a4c23d33d7c417c52d86a2020c0b945`"
type: dependency

0 comments on commit ad74008

Please sign in to comment.