v2.0.4
What's Changed
- use goroutine pool to avoid the
runtime.newstack
call by @tiancaiamao in #637 - RuntimeStat: Clone
SnapshotRuntimeStats
Completely by @TonsnakeLin in #641 - region_cache: refine GetTiFlashComputeRPCContextByConsistentHash by @guo-shaoge in #644
- MinSafeTS support TiFlash by @hehechen in #642
- bind the goroutine pool with store and close on Close by @tiancaiamao in #645
- go.mod: update github.com/tiancaiamao/gp by @tiancaiamao in #652
- Fix incorrect insertion behavior in aggressive locking mode and add tests by @MyonKeminta in #651
- Fix security alert by @haojinming in #654
- fix data race in the LockKeys by @hawkingrei in #655
New Contributors
Full Changelog: v2.0.3...v2.0.4