koordinator
koordinator copied to clipboard
feat(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.Float32
type for atomic operations onfloat32
.- Add
CompareAndSwap
andSwap
methods 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.Pointer
type.Changed
- Deprecate
CAS
methods on all types in favor of correspondingCompareAndSwap
methods.Thanks to
@eNV25
and@icpd
for their contributions to this release.
Changelog
Sourced from go.uber.org/atomic's changelog.
1.10.0 - 2022-08-11
Added
- Add
atomic.Float32
type for atomic operations onfloat32
.- Add
CompareAndSwap
andSwap
methods 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.Pointer
type.Changed
- Deprecate
CAS
methods on all types in favor of correspondingCompareAndSwap
methods.Thanks to
@eNV25
and@icpd
for their contributions to this release.
Commits
9680036
Prepare release v1.10.0 (#118)2ab21d8
Add Pointer[T] (#116)d144bb6
Drop use of deprecated ioutil package (#117)d4bbbc8
Add CompareAndSwap and Swap, Deprecate CAS (#111)01497d2
nocmp_test: fix spelling in comment (#114)d15bdad
ci: Test with Go 1.19 (#113)edb52d7
Value: place nocmp zero-sized field first (#109)122c956
all: Update copyright notices (#112)976602f
all: go fmt ./... with go1.19 (#110)f9aa9cb
Provide 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 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)
Codecov Report
Merging #483 (74dbb53) into main (f1198e3) will increase coverage by
0.01%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## main #483 +/- ##
==========================================
+ Coverage 68.04% 68.05% +0.01%
==========================================
Files 149 149
Lines 16298 16298
==========================================
+ Hits 11090 11092 +2
- Misses 4385 4387 +2
+ Partials 823 819 -4
Flag | Coverage Δ | |
---|---|---|
unittests | 68.05% <ø> (+0.01%) |
:arrow_up: |
Flags with carried forward coverage won't be shown. Click here to find out more.
Impacted Files | Coverage Δ | |
---|---|---|
pkg/util/httputil/reverseproxy.go | 84.84% <0.00%> (+0.53%) |
:arrow_up: |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.
[APPROVALNOTIFIER] This PR is APPROVED
Approval requirements bypassed by manually added approval.
This pull-request has been approved by: jasonliu747
The full list of commands accepted by this bot can be found here.
The pull request process is described here
Approvers can indicate their approval by writing /approve
in a comment
Approvers can cancel approval by writing /approve cancel
in a comment