Skip to content

Releases: Kong/lua-kong-nginx-module

0.7.0

06 Sep 12:35
949131f
Compare
Choose a tag to compare

What's Changed

  • chore(ci): run tests on push to master by @ADD-SP in #62
  • tiny fixes by @ADD-SP in #63
  • fix(ci): add a public github token to make gh happy by @fffonion in #66
  • feat(error_log): custom error handler by @samugi in #65

Full Changelog: 0.6.0...0.7.0

0.6.0

27 Apr 06:33
Compare
Choose a tag to compare

What's Changed

  • refactor(dynamic_log_level): add API to dynamically set Nginx log levels from Lua land by @ADD-SP in #60

New Contributors

Full Changelog: 0.5.1...0.6.0

0.5.1

27 Jan 14:55
bd5915f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.0...0.5.1

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