0.12.5
kennethshackleton
released this
24 Apr 11:15
·
1253 commits
to main
since this release
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.