Skip to content

Simperium v0.6.4

Compare
Choose a tag to compare
@jleandroperez jleandroperez released this 27 Mar 20:00

With over +90 commits since the last version, we're pleased to release Simperium v0.6.4. Several sync'ing glitches have been fixed, plus, we've updated the init and authentication API to enhance flexibility.

Now, your CoreData stack will be ready to use as soon as you instantiate Simperium. Sync'ing can be enabled anytime needed. We've updated our tutorials with sample code Available here.

Release Details:

  • Issue #189: Index Reconciliation Mechanism is now enabled.
  • Issue #204: Arbitrary entity-mappings are available again.
  • Issue #205: SPCoreDataStorage mutex improvements.
  • Issue #206: Nuked CocoaLumberjack dependency
  • Issue #209: Fixed a WebSockets crash.
  • Issue #207: New Initialization + Authentication API
  • Issue #220: Implemented logic to handle error 503 (Backend Threshold Reached)
  • Issue #223: Fixed a bug that might cause the WebSocket to become stalled
  • Issue #225: Signout API is now asynchronous.
  • Issue #229: Lowered memory footprint when dealing with large amounts of objects.
  • Issue #233: Metadata moved to NSApplicationSupportDirectory.
  • Issue #238: Index entities are now being processed in batch (faster initial sync!).
  • Issue #239: Fixed a race condition in the Index Processing mechanisms.
  • Issue #242: Updated the default LogLevel
  • Issue #244: Fixed warnings while building with Xcode 5.1.