v0.4.0
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.
Features / Enhancements
- Support flow control for frequent ("hot spot") parameters (#119)
- Improve pooling and time retrieval mechanism to optimize performance (#155)
- Polish data-source helper (canonical converter and updater) for rules (#157)
- Add fundamental benchmarks (#154)
Thanks for the contributors: @louyuting @sczyh30