Skip to content

Releases: ZigzagAK/ngx_dynamic_upstream_lua

Fix dynamic module loading

31 Mar 21:50
Compare
Choose a tag to compare
1.5.3

fix dynamic stream module load

Fix healthchecks initializations

08 Mar 13:41
Compare
Choose a tag to compare
1.5.2

refactor lua api

Add get_peers_locked

29 Nov 06:52
Compare
Choose a tag to compare
  • fix crash on proxying stream without upstream
  • don't healthcheck unix domain peers
  • only one check on start

Remove dependency from ZigzagAK/stream-lua-nginx-module

01 Sep 08:09
Compare
Choose a tag to compare

Set dependency from openresty/stream-lua-nginx-module.

Fixes

16 Aug 12:49
Compare
Choose a tag to compare
  1. Get upstreams on every iteration
  2. Fix: update healthcheck tcp type

1.4.0

14 Jun 12:50
Compare
Choose a tag to compare

Healthcheck: individual interval to check parameter
Healthcheck: http small refactor
Healthcheck: on reload keep old down peer state

Fixes

12 May 11:29
Compare
Choose a tag to compare

Fix #2

Disable/enable peer support

21 Mar 07:59
Compare
Choose a tag to compare
1.3.0

add dusable/enable peer support

New features and fixes

28 Jan 19:12
Compare
Choose a tag to compare
  1. Add method to disable debug messages.

New features and fixes

24 Jan 20:28
Compare
Choose a tag to compare
  1. Fix: crash on try to get information from the upstream without backups peers.
  2. New: check_request_body, check_response_body to stream upstreams.
  3. New: disconnect_if_market_down stream upstream directive.
  4. New: support multiline in check_response_body in stream upstreams.
  5. Incorrect information in get_upstreams/get_healthchecks methods when proxy_pass http://concrete_host is defined in the configuration.