0.0.6
What's Changed
- Add workaround for room-db compilation failure on M1 chips by @deepanshu42 in #28
- Updated publishMavenLocal script and add steps in Contribution.md by @anubhav7nov in #29
- Create new implementation of PersistableSubscriptionStore by @deepanshu42 in #34
Breaking Change
- Replaced
isPersistentSubscriptionStoreEnabled
flag withSubscriptionStore
. If you were passing the flag asfalse
then you can start passing the subscriptionStore asIN_MEMORY
now.
Full Changelog: 0.0.5...0.0.6