What's Changed
- feat: thread autoscaling (automatically compute the best number of threads to start) by @AlliBalliBaba in #1266
- feat: glibc-based static binary build support by @crazywhalecc in #1438
- feat: maximum wait times by @AlliBalliBaba in #1445
- feat: log last changed file when using watchers by @AlliBalliBaba in #1447
- feat: introduces worker name option, use label on worker metrics instead by @IndraGunawan in #1376
- feat: include version in BuildInfo and Prometheus metrics by @dunglas in #1418
- fix: warn on wrong configuration by @AlliBalliBaba in #1424
- fix: concurrent env access by @AlliBalliBaba in #1409
- fix: log worker failures by @AlliBalliBaba in #1437
- fix: only drain workers on graceful shutdown by @AlliBalliBaba in #1405
- refactor: removes context on the C side by @AlliBalliBaba in #1404
- perf: register prometheus collectors only if enabled by @IndraGunawan in #1457
- perf:
nocallback
andnoescape
cgo flags by @AlliBalliBaba in #1406 - docs: Homebrew installation instructions by @dunglas in #1410
- docs: mostly static glibc-based binary by @DubbleClick in #1453
New Contributors
Full Changelog: v1.4.4...v1.5.0