@@ -6,6 +6,35 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66and this project adheres to
77[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
88
9+ ## [ 0.5.4] ( https://github.com/poolifier/poolifier-web-worker/compare/v0.5.3...v0.5.4 ) (2025-07-09)
10+
11+ ### 🐞 Bug Fixes
12+
13+ - ensure dynamic worker can't be created at pool destroy
14+ ([ bec7b83] ( https://github.com/poolifier/poolifier-web-worker/commit/bec7b83a4f09a24f77d2fded262d25adfa3df1a0 ) )
15+ - ensure worker kill message response is not handled by the generic listener
16+ ([ 5214130] ( https://github.com/poolifier/poolifier-web-worker/commit/5214130b550628c131da778d8afe62cf83d9426c ) )
17+
18+ ### ✨ Polish
19+
20+ - add worker strategy name to help UTs debug
21+ ([ e445aa7] ( https://github.com/poolifier/poolifier-web-worker/commit/e445aa7352f00a1ff195d531a07103a2c3887db5 ) )
22+ - cleanup task function ops method
23+ ([ dcdb30a] ( https://github.com/poolifier/poolifier-web-worker/commit/dcdb30aad38938d792300b7300fd23ba39a935bf ) )
24+ - improve messaging worker id check error message
25+ ([ e1fbde5] ( https://github.com/poolifier/poolifier-web-worker/commit/e1fbde51b64d3b7de5c266ceb72b770331864404 ) )
26+ - refine waitWorkerNodeEvents() API
27+ ([ 41acf6b] ( https://github.com/poolifier/poolifier-web-worker/commit/41acf6bf39f1308f8609b3651b10a5f9b73091ed ) )
28+
29+ ### 🧪 Tests
30+
31+ - add explainatory comment
32+ ([ 0776b29] ( https://github.com/poolifier/poolifier-web-worker/commit/0776b29e288d9286d0eee1f36d11ffad0eda9799 ) )
33+ - skip flaky test only the targeted OS
34+ ([ 5bd7a88] ( https://github.com/poolifier/poolifier-web-worker/commit/5bd7a88111681516f08e0071d512668957217aee ) )
35+ - skip flaky tests on GH CI
36+ ([ cbb7ee2] ( https://github.com/poolifier/poolifier-web-worker/commit/cbb7ee2745ae25c020d8af2dd46ac72be52d76b5 ) )
37+
938## [ 0.5.3] ( https://github.com/poolifier/poolifier-web-worker/compare/v0.5.2...v0.5.3 ) (2025-07-07)
1039
1140### 🐞 Bug Fixes
0 commit comments