V4.0.2
- Add convenience
oneOf
andnotOneOf
conditions that acceptDate
to avoid manual conversion usinggetTime()
. - When
BoxStore
is closing, briefly wait on active transactions to finish. - Guard against crashes when
BoxStore
was closed, but database operations do still occur concurrently (transactions are still active).