diff --git a/.requirements b/.requirements index d77a3eb3f125..e97c25b7d774 100644 --- a/.requirements +++ b/.requirements @@ -16,7 +16,7 @@ LIBEXPAT_SHA256=d4cf38d26e21a56654ffe4acd9cd5481164619626802328506a2869afab29ab3 # Note: git repositories can be loaded from local path if path is set as value LUA_KONG_NGINX_MODULE=a8411f7cf4289049f0bd3e8e40088e7256389ed3 # 0.11.0 -LUA_RESTY_LMDB=5016b110dfc0e0a7a2742c63a6c922d5c7d75218 # 1.4.3 +LUA_RESTY_LMDB=890b3caf45bd052e319e48349ef393ec93e08ac4 # 1.5.0 LUA_RESTY_EVENTS=2dcd1d7a256c53103c0fdbe804f419174e0ea8ba # 0.3.0 LUA_RESTY_SIMDJSON=7e6466ce91b2bc763b45701a4f055e94b1e8143b # 1.1.0 LUA_RESTY_WEBSOCKET=966c69c39f03029b9b42ec0f8e55aaed7d6eebc0 # 0.4.0.1 diff --git a/changelog/unreleased/kong/bump-lua-resty-lmdb.yml b/changelog/unreleased/kong/bump-lua-resty-lmdb.yml new file mode 100644 index 000000000000..263abd54ea36 --- /dev/null +++ b/changelog/unreleased/kong/bump-lua-resty-lmdb.yml @@ -0,0 +1,3 @@ +message: Bumped lua-resty-lmdb to 1.5.0, introducing a new feature that adds page_size parameter to allow overriding page size from caller side +type: dependency +scope: Core