@@ -53,7 +53,7 @@ <h2>Modules</h2>
53
53
< h1 > lua-resty-healthcheck</ h1 >
54
54
55
55
< p > < img src ="https://img.shields.io/luarocks/v/kong/lua-resty-healthcheck/1.6.1-1?style=flat-square " alt ="legacy version "/>
56
- < img src ="https://github.com/Kong/lua-resty-healthcheck/actions/workflows/latest_os .yml/badge.svg?branch=release/1.6.x " alt ="Release 1.6.x "/>
56
+ < img src ="https://github.com/Kong/lua-resty-healthcheck/actions/workflows/build_and_test_with_resty_events .yml/badge.svg?branch=release/1.6.x " alt ="Release 1.6.x "/>
57
57
< img src ="https://img.shields.io/badge/License-Apache%202.0-blue?style=flat-square " alt ="License "/>
58
58
< img src ="https://img.shields.io/twitter/follow/thekonginc?style=social " alt ="Twitter Follow "/> </ p >
59
59
@@ -148,30 +148,38 @@ <h2>History</h2>
148
148
149
149
< p > Versioning is strictly based on < a href ="https://semver.org/ "> Semantic Versioning</ a > </ p >
150
150
151
+ < h3 > 1.6.2 (17-Nov-2022)</ h3 >
152
+
153
+ < ul >
154
+ < li > Fix: avoid raising worker events for new targets that were marked for delayed
155
+ removal, i.e. targets that already exist in memory only need the removal flag
156
+ cleared when added back. < a href ="https://github.com/Kong/lua-resty-healthcheck/pull/122 "> #122</ a > </ li >
157
+ </ ul >
158
+
151
159
< h3 > 1.6.1 (25-Jul-2022)</ h3 >
152
160
153
161
< ul >
154
- < li > Improvements to ensure the proper securing of shared resources to avoid race
155
- conditions and clearly report failure states.
162
+ < li > Fix: improvements to ensure the proper securing of shared resources to avoid
163
+ race conditions and clearly report failure states.
156
164
< a href ="https://github.com/Kong/lua-resty-healthcheck/pull/112 "> #112</ a > ,
157
165
< a href ="https://github.com/Kong/lua-resty-healthcheck/pull/113 "> #113</ a > ,
158
166
< a href ="https://github.com/Kong/lua-resty-healthcheck/pull/114 "> #114</ a > .</ li >
159
- < li > Reduce the frequency of checking for unused targets, reducing the number of locks
160
- created. < a href ="https://github.com/Kong/lua-resty-healthcheck/pull/116 "> #116</ a > </ li >
161
- < li > Accept any < a href ="https://github.com/Kong/lua-resty-events "> lua-resty-events</ a > < code > 0.1.x </ code >
162
- release. < a href ="https://github.com/Kong/lua-resty-healthcheck/pull/118 "> #118</ a > </ li >
167
+ < li > Fix: reduce the frequency of checking for unused targets, reducing the number
168
+ of locks created. < a href ="https://github.com/Kong/lua-resty-healthcheck/pull/116 "> #116</ a > </ li >
169
+ < li > Fix accept any < a href ="https://github.com/Kong/lua-resty-events "> lua-resty-events</ a >
170
+ < code > 0.1.x </ code > release. < a href ="https://github.com/Kong/lua-resty-healthcheck/pull/118 "> #118</ a > </ li >
163
171
</ ul >
164
172
165
173
< h3 > 1.6.0 (27-Jun-2022)</ h3 >
166
174
167
175
< ul >
168
- < li > Introduce support to < a href ="https://github.com/Kong/lua-resty-events "> lua-resty-events</ a >
176
+ < li > Feature: introduce support to < a href ="https://github.com/Kong/lua-resty-events "> lua-resty-events</ a >
169
177
module in addition to < a href ="https://github.com/Kong/lua-resty-worker-events "> lua-resty-worker-events</ a >
170
178
support. With this addition, the lua-resty-healthcheck luarocks package does
171
179
not require a specific event-sharing module anymore, but you are still
172
180
required to provide either lua-resty-worker-events or lua-resty-events.
173
181
< a href ="https://github.com/Kong/lua-resty-healthcheck/pull/105 "> #105</ a > </ li >
174
- < li > If available, lua-resty-healthcheck now uses < code > string.buffer</ code > , the new LuaJIT's
182
+ < li > Change: if available, lua-resty-healthcheck now uses < code > string.buffer</ code > , the new LuaJIT's
175
183
serialization API. If it is unavailable, lua-resty-healthcheck fallbacks to
176
184
cjson. < a href ="https://github.com/Kong/lua-resty-healthcheck/pull/109 "> #109</ a > </ li >
177
185
</ ul >
@@ -366,7 +374,7 @@ <h2>Copyright and License</h2>
366
374
</ div > <!-- id="main" -->
367
375
< div id ="about ">
368
376
< i > generated by < a href ="http://github.com/stevedonovan/LDoc "> LDoc 1.4.6</ a > </ i >
369
- < i style ="float:right; "> Last updated 2022-07-25 19:05:22 </ i >
377
+ < i style ="float:right; "> Last updated 2022-11-17 14:30:53 </ i >
370
378
</ div > <!-- id="about" -->
371
379
</ div > <!-- id="container" -->
372
380
</ body >
0 commit comments