Skip to content

V3.2.0

Compare
Choose a tag to compare
@greenrobot-team greenrobot-team released this 21 Jun 09:11
· 210 commits to main since this release
  • Query: throw IllegalStateException when query is closed instead of crashing the virtual machine. #1081
  • BoxStore and Query now throw IllegalStateException when trying to subscribe but the store or query is closed already.
  • Various internal improvements including minor optimizations for binary size and performance.