Skip to content

Releases: Simperium/simperium-ios

Simperium v0.8.0

10 May 19:13
Compare
Choose a tag to compare

Release Details:

  • Issue #482: Implements Previous Username Mechanism. Props to @prvnl (thanks Patrick!)
  • Issue #481: Committing previous CoreData OP's before quitting
  • Issue #478: Disabling Forgot Password button while logging in
  • Issue #477: Catching JSON Parsing Exceptions
  • Issue #475: Adding extra logging to SPPersistentMutableDictionary critical error
  • Issue #473: Implementing Forgot Password Pre-Fill Mechanism

Simperium v0.7.9

20 Mar 20:07
Compare
Choose a tag to compare

Release Details:

  • Issue #155: Added support for password reset to Auth Screens (props to @prvnl for his iOS implementation!).
  • Issue #450: Fixed an issue that affected nil dates.
  • Issue #452: Dependencies are now prefixed.
  • Issue #458: Exposed SPAuthenticationViewController Fields

Simperium v0.7.8

06 Feb 16:41
Compare
Choose a tag to compare

Release Details:

  • Issue #227: Implements Sync Timeout mechanism.
  • Issue #268: Property Mismatch Opt-In Failsafe.
  • Issue #418: New Entity Initialization Optional Delay.
  • Issue #434: New needsAuthentication Helper.
  • Issue #447: Framework target now supports arm64 and x86_64.

Simperium v0.7.7

28 Jan 21:14
Compare
Choose a tag to compare

Release Details:

  • Issue #435: Fixes a SRWebSocket crash.
  • Issue #436: Fixes a NSObjectInaccessibleException crash.

Simperium v0.7.6

06 Jan 19:40
Compare
Choose a tag to compare

Release Details:

  • Issue #283: Implemented SPChangeProcessor Unit Tests.
  • Issue #346: Implemented WebSocket Metrics.
  • Issue #348: Fixed a SRWebSocket Crash.
  • Issue #381: Nuking lastChangeSignature when the index is empty.
  • Issue #385: Handling malformed token error.
  • Issue #411: Fixed errors on logout.
  • Issue #426: Fixed a race condition that would trigger an assertion.
  • Issue #428: Fixed a bug in the saveWithoutSyncing helper.

Simperium v0.7.5

28 Nov 17:26
Compare
Choose a tag to compare

Release Details:

  • Issue #401: Fixes a bug that might lead to empty ghostData entities.

Simperium v0.7.4

20 Nov 13:09
Compare
Choose a tag to compare

Release Details:

  • Issue #395: Fixed a race condition that might prevent changes from being synced.

Simperium v0.7.3

17 Nov 22:57
Compare
Choose a tag to compare

Release Details:

  • Issue #393: Fixed a bug that may cause the MainMOC not refresh remotely updated objects.
  • Issue #390: Added missing Unit Tests to Simperium-OSX Project.
  • Issue #375: Replaced STKeychain with SSKeychain.

Simperium v0.7.2

21 Oct 21:17
Compare
Choose a tag to compare

Release Details:

  • Issue #376: Update Core Data Architecture.

Simperium v0.7.1

15 Oct 23:20
Compare
Choose a tag to compare

Release Details:

  • Issue #347: Prevents an assertion after an unclean signout.
  • Issue #370: Implemented a helper to ensure consistency after a failed Core Data migration.