CHANGELOG.md raw

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

[1.11.0] - 2023-05-02

Fixed

Added

underlying values of pointers.

[1.11.0]: https://github.com/uber-go/atomic/compare/v1.10.0...v1.11.0

[1.10.0] - 2022-08-11

Added

and atomic.Value.

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

CompareAndSwap methods.

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

[1.10.0]: https://github.com/uber-go/atomic/compare/v1.9.0...v1.10.0

[1.9.0] - 2021-07-15

Added

[1.9.0]: https://github.com/uber-go/atomic/compare/v1.8.0...v1.9.0

[1.8.0] - 2021-06-09

Added

[1.8.0]: https://github.com/uber-go/atomic/compare/v1.7.0...v1.8.0

[1.7.0] - 2020-09-14

Added

Changed

Removed

[1.7.0]: https://github.com/uber-go/atomic/compare/v1.6.0...v1.7.0

[1.6.0] - 2020-02-24

Changed

[1.6.0]: https://github.com/uber-go/atomic/compare/v1.5.1...v1.6.0

[1.5.1] - 2019-11-19

causing CAS to fail even though the old value matches.

[1.5.1]: https://github.com/uber-go/atomic/compare/v1.5.0...v1.5.1

[1.5.0] - 2019-10-29

Changed

If you need to use the old import path, please add a replace directive to your go.mod.

[1.5.0]: https://github.com/uber-go/atomic/compare/v1.4.0...v1.5.0

[1.4.0] - 2019-05-01

Added

[1.4.0]: https://github.com/uber-go/atomic/compare/v1.3.2...v1.4.0

[1.3.2] - 2018-05-02

Added

[1.3.2]: https://github.com/uber-go/atomic/compare/v1.3.1...v1.3.2

[1.3.1] - 2017-11-14

Fixed

[1.3.1]: https://github.com/uber-go/atomic/compare/v1.3.0...v1.3.1

[1.3.0] - 2017-11-13

Added

Changed

[1.3.0]: https://github.com/uber-go/atomic/compare/v1.2.0...v1.3.0

[1.2.0] - 2017-04-12

Added

[1.2.0]: https://github.com/uber-go/atomic/compare/v1.1.0...v1.2.0

[1.1.0] - 2017-03-10

Added

Changed

[1.1.0]: https://github.com/uber-go/atomic/compare/v1.0.0...v1.1.0

[1.0.0] - 2016-07-18

[1.0.0]: https://github.com/uber-go/atomic/releases/tag/v1.0.0