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
Hi all, Sentienl Go 1.0.0 GA 版本正式发布,标志着 Go 版本正式进入生产可用阶段。Sentinel Go 1.0 版本对齐了 Java 版本核心的高可用防护和容错能力,包括限流、流量整形、并发控制、熔断降级、系统自适应保护、热点防护等特性。同时 Go 版本已覆盖主流开源生态,提供了 Gin、gRPC、go-micro、dubbo-go 等常用微服务框架的适配,并提供了 etcd、Nacos、Consul 等动态数据源支持。Sentinel Go 也在朝着云原生的方向不断演进,1.0 版本中也进行了一些云原生方面的探索,包括 Kubernetes CRD data-source, Kubernetes HPA based on Sentinel metrics 等。欢迎大家体验 GA 版本并一起参与后续版本的演进!
Release notes: https://github.com/alibaba/sentinel-golang/releases/tag/v1.0.0