dubbo-go
dubbo-go copied to clipboard
build(deps): bump go.uber.org/atomic from 1.9.0 to 1.10.0
Bumps go.uber.org/atomic from 1.9.0 to 1.10.0.
Release notes
Sourced from go.uber.org/atomic's releases.
v1.10.0
Added
- Add
atomic.Float32type for atomic operations onfloat32.- Add
CompareAndSwapandSwapmethods toatomic.String,atomic.Error, andatomic.Value.- Add generic
atomic.Pointer[T]type for atomic operations on pointers of any type. This is present only for Go 1.18 or higher, and is a drop-in for replacement for the standard library'ssync/atomic.Pointertype.Changed
- Deprecate
CASmethods on all types in favor of correspondingCompareAndSwapmethods.Thanks to
@eNV25and@icpdfor their contributions to this release.
Changelog
Sourced from go.uber.org/atomic's changelog.
1.10.0 - 2022-08-11
Added
- Add
atomic.Float32type for atomic operations onfloat32.- Add
CompareAndSwapandSwapmethods toatomic.String,atomic.Error, andatomic.Value.- Add generic
atomic.Pointer[T]type for atomic operations on pointers of any type. This is present only for Go 1.18 or higher, and is a drop-in for replacement for the standard library'ssync/atomic.Pointertype.Changed
- Deprecate
CASmethods on all types in favor of correspondingCompareAndSwapmethods.Thanks to
@eNV25and@icpdfor their contributions to this release.
Commits
9680036Prepare release v1.10.0 (#118)2ab21d8Add Pointer[T] (#116)d144bb6Drop use of deprecated ioutil package (#117)d4bbbc8Add CompareAndSwap and Swap, Deprecate CAS (#111)01497d2nocmp_test: fix spelling in comment (#114)d15bdadci: Test with Go 1.19 (#113)edb52d7Value: place nocmp zero-sized field first (#109)122c956all: Update copyright notices (#112)976602fall: go fmt ./... with go1.19 (#110)f9aa9cbProvide atomic type for float32 (#107)- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)