Skip to content

Release v4.0.0

Compare
Choose a tag to compare
@zihejia zihejia released this 02 Jan 03:03
· 147 commits to master since this release

Caution: From v4.0.0.beta.3 to v4.1.0, we have a bug that events with ampersand(&) will be rejected by the server. We recommend you update to v4.1.1 or above.

  • Remove Messages & Experiments feature, for more detail, please check this post:

  • Upgrade the offline tracking storage with SQLite, it will:

    • Reduce crashes caused by race conditions for serializing data
    • Greatly improve the performance for intensive tracking needs
    • Fix the memory leaks
    • Be a non-functional change and transparent to all users, the new version will take care of migrating data from the NSKeyedArchiver files to SQLite DBs, no data will be lost.