8000 Tags · alibaba/sentinel-golang · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: alibaba/sentinel-golang

Tags

v1.0.5-aliyun-alpha

Toggle v1.0.5-aliyun-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update adaptor dependency (#566)

* chore: update adaptor dependency

* fix: gin fallback test

* chore: import sort

* chore: import sort

v1.0.4

Toggle v1.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
dependency: Bump Gin from 1.6.3 to 1.7.0 in pkg/adapters/gin (#445)

Bumps [github.com/gin-gonic/gin](https://github.com/gin-gonic/gin) from 1.6.3 to 1.7.0.
- [Release notes](https://github.com/gin-gonic/gin/releases)
- [Changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md)
- [Commits](gin-gonic/gin@v1.6.3...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/gin-gonic/gin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v1.0.3

Toggle v1.0.3's commit message
Sentinel Go v1.0.3

v1.0.2

Toggle v1.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix slot chain dead lock bug and deprecated resource slot chain (#379)

v1.0.1

Toggle v1.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update rules in concurrency for flow qps example. (#344)

v1.0.0

Toggle v1.0.0's commit message
Sentinel Go v1.0.0 release

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Ban system metric collector for windows OS(#312)

v1.0.0-M2

Toggle v1.0.0-M2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Make map&slice with init capacity to decrease grow cost (#273)

* refine code

Co-authored-by: louyuting <1849491904@qq.com>

v1.0.0-M1

Toggle v1.0.0-M1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Support arbitrary statistic duration for flow control and refactor in…

…ternal implementation (#200)

* Support arbitrary statistic duration for flow control. Add `StatIntervalInMs` attribute in flow.Rule. When StatIntervalInMs > globalInterval or < bucketLength, we create a new sliding window for it.
* Add stat reuse mechanism for flow rules
* Make threshold of flow rule "request amount per interval" rather than QPS.
* Refine internal implementation

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add doc.go for core/api, flow and circuitbreaker package (#235)

0