Skip to content

Releases: Kong/lua-resty-healthcheck

3.1.0

19 Jun 18:58
3.1.0
ab2efa7
Compare
Choose a tag to compare

What's Changed

  • chore(ci): test with lua-resty-events 0.2.1 and OpenResty 1.25.3.1 by @chronolaw in #160
  • feat(lib): support lua-resty-events 0.1.x and 0.2.x by @chronolaw in #161
  • feat(lib): remove version check of resty.events by @bungle in #162
  • release 3.1.0 by @bungle in #163

Full Changelog: 3.0.2...3.1.0

3.0.2

16 May 06:09
2dc6ddb
Compare
Choose a tag to compare

What's Changed

fix(*): avoid creating multiple timers to run the same active check
#157

1.6.5

16 May 05:50
6301594
Compare
Choose a tag to compare

What's Changed

fix(*): avoid creating multiple timers to run the same active check
#156

3.0.1

22 Dec 09:28
3.0.1
a22ac5a
Compare
Choose a tag to compare

What's Changed

  • fix: fix delay clean logic when multiple healthchecker was started by @oowl in #146

3.0.0

24 Oct 13:25
3.0.0
a2bec67
Compare
Choose a tag to compare

This release brings back 1.6.x into the main development as it's been the actual branch we've been working on. The 2.0.0 version did not receive any updates for 3 years. Therefore we decided to bring 1.6.x up to 3.0.x versioning and move from there with switching the master branch.

There are also some backports from master that were missing in the 1.6.x path:

  • Perf: optimize by localizing some functions #92 (backport)
  • Fix: Generate fresh default http_statuses within new() #83 (backport)