Skip to content

V4.0.2

Latest
Compare
Choose a tag to compare
@greenrobot-team greenrobot-team released this 20 Aug 12:00
  • Add convenience oneOf and notOneOf conditions that accept Date to avoid manual conversion using getTime().
  • 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).