Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump github.com/alibaba/sentinel-golang from 1.0.2 to 1.0.4 #8

Open
wants to merge 1 commit into
base: 3.0
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 10, 2022

Bumps github.com/alibaba/sentinel-golang from 1.0.2 to 1.0.4.

Release notes

Sourced from github.com/alibaba/sentinel-golang's releases.

v1.0.4

Features / Enhancements

  • Add metric exporter abstraction and add Prometheus support (#382)
  • Add customized probe-num support for half-open recovery of circuit breaker (#428)
  • Disable timestamp cache by default to reduce CPU footprint (#442)

Bug Fixes

  • Fix fixed pointer size problem in AtomicBucketWrapArray to support 32-bit OS (#429)

Integrations

  • Add Apollo data-source extension (#444)
  • Polish Sentinel Kubernetes CRD manager/controller with the latest controller-runtime API to support Kubernetes 1.22+ (in sentinel-go-datasource-k8s-crd)
  • Upgrade Gin from 1.6.3 to 1.7.0 in pkg/adapters/gin (#445)

Thanks for all contributors: @​ansiz, @​Casper-Mars, @​ecafkoob, @​louyuting, @​luckyxiaoqiang, @​sanxun0325

v1.0.3

Since this version, the adapter and data-source modules were moved back to this repo (under pkg directory).

Features / Enhancements

  • Support extracting "hot-spot" params by key from EntryContext attachments (#376)
  • Record max concurrency in metric logs (#371)
  • Deprecate the resource-level slot chain for reliability (#383)

Bug Fixes

  • Fix LeapArray integer overflow problem on 32-bit platform (#422)

Dependencies

  • Upgrade gopsutil from 3.20.12 to 3.21.6 (#414)
  • Upgrade nacos-sdk-go to v1.0.8 for Nacos data-source (#410)

Thanks for all contributors: @​louyuting, @​sanxun0325, @​liqiangz, @​cafra, @​kallydev, @​tylitianrui, @​daixiang0, @​sczyh30

Commits
  • ea8c74f dependency: Bump Gin from 1.6.3 to 1.7.0 in pkg/adapters/gin (#445)
  • 257d5b8 Add Apollo data-source extension (#444)
  • 9eabe9f Add customized probe num support for circuit breaker (#428)
  • a409ca5 Disable timestamp cache by default to reduce CPU footprint (#442)
  • ace810b Fix fixed pointer size problem in AtomicBucketWrapArray to support 32-bit OS ...
  • 671274f Fix logging typo in sys_metric_stat.go (#426)
  • d9b691b Add metric exporter abstraction and add Prometheus support (#382)
  • 194d4be Fix LeapArray integer overflow problem on 32-bit platform (#422)
  • a99057c Add sampleCount zero checking in NewLeapArray func (#420)
  • d022a91 Optimize code in core/circuitbreaker/rule.go (#417)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/alibaba/sentinel-golang](https://github.com/alibaba/sentinel-golang) from 1.0.2 to 1.0.4.
- [Release notes](https://github.com/alibaba/sentinel-golang/releases)
- [Commits](alibaba/sentinel-golang@v1.0.2...v1.0.4)

---
updated-dependencies:
- dependency-name: github.com/alibaba/sentinel-golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants