Skip to content

v0.4.0

Compare
Choose a tag to compare
@louyuting louyuting released this 19 Jun 02:18
· 178 commits to master since this 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.

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