Skip to content

Releases: Kong/lua-kong-nginx-module

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.

0.0.5

23 Dec 16:52
Compare
Choose a tag to compare
  • Includes stream subsystem support, with the new function resty.kong.tls.disable_proxy_ssl

0.0.4

15 Oct 22:25
447bbf8
Compare
Choose a tag to compare

Fix compatibility with OpenResty 1.15.8.*

Get request pointer correctly

0.0.3

03 Jun 21:35
Compare
Choose a tag to compare
fix(tls) fix incorrect error message string