Upgrades
- Some packages
Added
- Add
HeartbeatInterval
option to the scheduler (PR: #956) - Add
RedisUniversalClient
support to periodic task manager (PR: #958) - Add
--insecure
flag to CLI dash command (PR: #980) - Add logging for registration errors (PR: #657)
Fixes
- Perf: Use string concat inplace of fmt.Sprintf in hotpath (PR: #962)
- Perf: Init map with size (PR: #673)
- Fix:
Scheduler
andPeriodicTaskManager
graceful shutdown (PR: #977) - Fix:
Server
graceful shutdown on UNIX systems (PR: #982)
New Contributors
- @ghosx made their first contribution in #673
- @khash made their first contribution in #657
- @daixijun made their first contribution in #958
- @robinjoseph08 made their first contribution in #980
Full Changelog: v0.25.0...v0.25.1