Skip to content

Releases: Kong/lua-kong-nginx-module

0.5.0

03 Jan 06:53
fec7331
Compare
Choose a tag to compare

What's Changed

  • test(*) enable valgrind by @catbro666 in #53
  • style(*) fix style for ngx_http_lua_kong_ffi_set_log_level by @fffonion in #55
  • chore(tls): remove request_client_certificate and set_client_ca_list by @catbro666 in #54
  • feat(stream) add upstream ssl ffi function and stream client ssl ffi function by @attenuation in #50

New Contributors

  • @attenuation made their first contribution in #50

Full Changelog: 0.4.0...0.5.0

0.4.0

16 Nov 14:30
df191d9
Compare
Choose a tag to compare

What's Changed

  • feat(log) add API to dynamically set Nginx log levels from Lua land (#45)

Full Changelog: 0.3.0...0.4.0

0.3.0

10 Nov 08:12
b12f08b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.2.1...0.3.0

Release 0.2.1

23 Mar 09:06
a2829b1
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

11 Feb 15:00
0.2.0
cc6ab1d
Compare
Choose a tag to compare

What's Changed

  • feat(kong.var) add set/get_by_index and set/get_by_name functions by @bungle in #20
  • input is not const, refcount is incremented by @javierguerragiraldez in #22
  • chore(*) add couple of functions for better macOS+M1 support by @bungle in #21
  • fix(tls) remove depth param in ffi_set_upstream_ssl_verify by @chronolaw in #24

Full Changelog: 0.1.0...0.2.0

0.1.0

13 Sep 08:21
4766a41
Compare
Choose a tag to compare

feat(vars) add Lua API and directive to support faster indexed access to variables

0.0.9

31 Aug 15:04
Compare
Choose a tag to compare

fix(grpc) allow setting :authority on balancer phase

0.0.8

01 Dec 14:39
808202d
Compare
Choose a tag to compare
feat(grpc) new API `grpc.set_authority` that allows overriding of the…

0.0.7

24 Aug 12:21
Compare
Choose a tag to compare

use correct type for resty.openssl.x509.store object checks

0.0.6

23 Mar 14:42
e4cc508
Compare
Choose a tag to compare

This release added support for dynamically setting the TLS verification parameters for upstream connections. Including verification on/off switch, depth and CA trust store.