Skip to content

3.3.0 Minor release, bug fixes etc

Compare
Choose a tag to compare
@nitsanw nitsanw released this 04 Mar 13:15
· 57 commits to master since this release

3.3.0

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

Bug fixes:

  • #334 NBHMLong iterators do not remove NO_KEY (thanks @matteobertozzi)
  • #335 NBHM/Long/Identity iterators only removes keys if values have not changed. Now follow JDK convention.
  • #336 MpscBlockingConsumerArrayQueue: fix race writing to blocked field (thanks @philipa)
  • #339 fill wakeup call can spin forever(or until a consumer is blocked again) on MpscBlockingConsumerArrayQueue

New features:

  • #340 MpscBlockingConsumerArrayQueue provide a new blocking drain variant (thanks @franz1981)

Thanks to all the contributors, bug reporters and reviewers!