Skip to content

Releases: uber-go/atomic

v1.3.1

14 Nov 21:07
8474b86
Compare
Choose a tag to compare
  • Revert optimization for atomic.String.Store("") which caused data races.

v1.3.0

13 Nov 20:15
Compare
Choose a tag to compare
  • Optimize atomic.String.Store("") by avoiding an allocation
  • Add atomic.Bool.CAS for compare-and-swap semantics on bools

v1.2.0

12 Apr 20:38
Compare
Choose a tag to compare
  • Shadow atomic.Value from sync/atomic

v1.1.0

10 Mar 08:01
Compare
Choose a tag to compare
  • Add atomic Float64 type
  • Support new go.uber.org/atomic import path