Skip to content

3.2.0 Minor Release (bug fixes + features)

Compare
Choose a tag to compare
@nitsanw nitsanw released this 27 Nov 08:59
· 73 commits to master since this release

This is a minor release with one new feature and several bug fixes.

Bug fixes:

  • #319 Relying on test cases provided by @alefedor (#328) we apply the fix used for #205 to NonBlockingHashMapLong and NonBlockingIdentityHashMap to provide getAndSet like semantics for put and remove.
  • #330 Fix a NonBlockingIdentityHashMap replace bug. During this fix some further work was done to bring the code closer in line to the current state of NonBlockingHashMap

Enhancements:

New features:

  • After long incubation and following a user request (see #321), we move counters (introduced in #93 by @qwwdfsad) into core!
  • Merging some experimental utils and a #264 we add a PaddedAtomicLong, thanks @pveentjer

Thanks to all the contributors, bug reporters and reviewers!