v0.6.0
What's Changed
- ci: fix flaky test by @supercaracal in #260
- refactor: use uniformed interfaces to send command to multiple nodes concurrently by @supercaracal in #259
- chore: use a local variable instead of a constant variable for startup size by @supercaracal in #261
- ci: increase max number of threads for benchmark by @supercaracal in #262
- chore: add a guard closure to detect internal bugs earlier by @supercaracal in #263
- fix: reset a concurrent-worker instance when a fork is detected, but the pooled model is not production ready and is not used yet by @supercaracal in #264
- feat: add concurrent worker model option by @supercaracal in #265
- chore: add some benchmarks for iteration per seconds by @supercaracal in #266
- ci: benchmark should be fair by @supercaracal in #267
- chore: remove unnecessary calculation by @supercaracal in #268
- test: add unit test cases for concurrent worker by @supercaracal in #269
- fix: rename option for concurrency by @supercaracal in #270
- build: release 0.6.0 by @supercaracal in #271
Full Changelog: v0.5.0...v0.6.0