Hi community, Sentinel Go 0.4.0 release!In this version, we've brought flow control capability for frequent ("hot spot") parameters, which enables detecting top-N visiting parameters and perform fine-grained rate limiting for every "hot" values (or for some specific values). Currently Sentinel Go supports basic numeric types (various int/uint/float types), bool type and string type. Release notes: https://github.com/alibaba/sentinel-golang/releases/tag/v0.4.0
Thanks for the contributors: @louyuting, @sczyh30