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

fix(deps): update module go.uber.org/atomic to v1.11.0 - autoclosed #59

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 14, 2020

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
go.uber.org/atomic v1.6.0 -> v1.11.0 age adoption passing confidence

Release Notes

uber-go/atomic (go.uber.org/atomic)

v1.11.0

Compare Source

Fixed
  • Fix Swap and CompareAndSwap for Value wrappers without initialization.
Added
  • Add String method to atomic.Pointer[T] type allowing users to safely print
    underlying values of pointers.

v1.10.0

Compare Source

Added
  • Add atomic.Float32 type for atomic operations on float32.
  • Add CompareAndSwap and Swap methods to atomic.String, atomic.Error,
    and atomic.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's sync/atomic.Pointer type.
Changed
  • Deprecate CAS methods on all types in favor of corresponding
    CompareAndSwap methods.

Thanks to @​eNV25 and @​icpd for their contributions to this release.

v1.9.0

Compare Source

Added
  • Add Float64.Swap to match int atomic operations.
  • Add atomic.Time type for atomic operations on time.Time values.

v1.8.0

Compare Source

Added
  • Add atomic.Uintptr type for atomic operations on uintptr values.
  • Add atomic.UnsafePointer type for atomic operations on unsafe.Pointer values.

v1.7.0

Compare Source

Added
  • Support JSON serialization and deserialization of primitive atomic types.
  • Support Text marshalling and unmarshalling for string atomics.
Changed
  • Disallow incorrect comparison of atomic values in a non-atomic way.
Removed
  • Remove dependency on golang.org/x/{lint, tools}.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added chore dependencies Pull requests that update a dependency file labels Sep 14, 2020
@renovate renovate bot changed the title chore(deps): update module go.uber.org/atomic to v1.7.0 fix(deps): update module go.uber.org/atomic to v1.7.0 Apr 26, 2021
@renovate renovate bot changed the title fix(deps): update module go.uber.org/atomic to v1.7.0 fix(deps): update module go.uber.org/atomic to v1.8.0 Jun 15, 2021
@renovate renovate bot force-pushed the renovate/go.uber.org-atomic-1.x branch from 5ca890b to 6a76f50 Compare June 15, 2021 03:10
@renovate renovate bot force-pushed the renovate/go.uber.org-atomic-1.x branch from 6a76f50 to 10cae5f Compare October 20, 2021 07:06
@renovate renovate bot changed the title fix(deps): update module go.uber.org/atomic to v1.8.0 fix(deps): update module go.uber.org/atomic to v1.9.0 Oct 20, 2021
@renovate renovate bot changed the title fix(deps): update module go.uber.org/atomic to v1.9.0 fix(deps): update module go.uber.org/atomic to v1.10.0 Sep 25, 2022
@renovate renovate bot force-pushed the renovate/go.uber.org-atomic-1.x branch from 10cae5f to 8b72a0f Compare September 25, 2022 16:11
@renovate renovate bot force-pushed the renovate/go.uber.org-atomic-1.x branch from 8b72a0f to 9e9678e Compare May 28, 2023 11:40
@renovate renovate bot changed the title fix(deps): update module go.uber.org/atomic to v1.10.0 fix(deps): update module go.uber.org/atomic to v1.11.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/go.uber.org-atomic-1.x branch from 9e9678e to e209a0a Compare August 30, 2024 10:37
@renovate renovate bot changed the title fix(deps): update module go.uber.org/atomic to v1.11.0 fix(deps): update module go.uber.org/atomic to v1.11.0 - autoclosed Aug 30, 2024
@renovate renovate bot closed this Aug 30, 2024
@renovate renovate bot deleted the renovate/go.uber.org-atomic-1.x branch August 30, 2024 10:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants