Skip to content

0.12.5

Compare
Choose a tag to compare
@kennethshackleton kennethshackleton released this 24 Apr 11:15
· 1253 commits to main since this release
cdbd9c1

Fixes

  • Remove a redundant null-check around an atomic updater from SharedCloseable.
  • Remove unused factory methods for activating, passivating and validating objects. Connections are encapsulated and entirely managed within a closed system.

Optimisations

  • Directly compare with the head of the waiter queue's address when deciding if the current thread is the next waiting thread, rather than via Thread.equals.

Dependencies

  • Gradle 7.0.
  • Android Gradle Plugin 4.1.3.