Skip to content

Releases: couchbase/couchbase-lite-ios

2.0 Developer Build 12

10 Jul 22:54
Compare
Choose a tag to compare
Pre-release

Changes

  • Unify change event API for Database, Replicator, and LiveQuery by using block
  • Replicator Filter : Channel and DocumentID
  • Query
    • Aggregate Functions (AVG, COUNT, MIN, MAX, SUM)
    • OrderBy (Updated)
    • GroupBy / Having
    • Join
    • Projection (Without alias and Select *)
    • Parameters
    • Meta (Document ID and Sequence)

Where to get it

  • Download prebuilt binaries from Couchbase.com
  • Use CocoaPods or Carthage by following the instruction from here

2.0 Developer Build 11

10 Jul 20:55
Compare
Choose a tag to compare
Pre-release

Changes

  • Support Replicator Authenticator including Basic and Session Authenticator
  • Support Live Query

Where to get it

  • Download prebuilt binaries from Couchbase.com
  • Use CocoaPods or Carthage by following the instruction from here

2.0 Developer Build 10

16 Jun 22:42
Compare
Choose a tag to compare
Pre-release

Changes

  • Fixed replicator not correctly encoding documents when it saves the documents

Where to get it

  • Download prebuilt binaries from Couchbase.com
  • Use CocoaPods or Carthage by following the instruction from here

2.0 Developer Build 9

14 Jun 22:18
Compare
Choose a tag to compare
2.0 Developer Build 9 Pre-release
Pre-release

Changes

  • Added an ability to pin server certificate to a replicator
  • Fixed custom functions not being registered in all opened SQLite connections
  • Fixed unused blobs not being garbaged after compacting a database

Where to get it

  • Download prebuilt binaries from Couchbase.com
  • Use CocoaPods or Carthage by following the instruction from here

2.0 Developer Build 8

31 May 03:15
Compare
Choose a tag to compare
2.0 Developer Build 8 Pre-release
Pre-release

Objective-C and Swift:

  • DatabaseConfiguration
  • DocumentChangeNotification
  • Array optimization
  • New Replicator API
  • Replicator - Online / Offline support
  • LiveQuery
  • Minor changes to Database and Document API including
    • Database.compact()
    • Database.count()
    • Database.contains(id)
    • Dictionary.remove(key)
    • Dictionary nil value support

Binaries to download. For CocoaPods or Carthage, please follow the instruction from the here.

1.4.0.1

14 Jun 20:38
Compare
Choose a tag to compare

This release is a hot fix release, which includes the following bug fix.

Bugs

  • #1737 View indexing is very slow, due to mis-optimized SQLite query

2.0 Developer Build 7

16 May 02:14
Compare
Choose a tag to compare
2.0 Developer Build 7 Pre-release
Pre-release

2.0 DB7 includes the following features:

  • New unified API for Document, ReadOnlyDocument, Dictionary, ReadOnlyDictionary, Array, ReadOnlyArray.
  • Replaced Subdocument with Dictionary.
  • Removed DocumentChangeNotification from Document; The DocumentChangeNotification will be re-implemented at the Database level in the next release.
  • Has new ConflictResolver API that take a single Conflict object as a parameter. The target, source, and commonAncestor property are ReadOnlyDocument object. This change has been made to the Objective-C framework only. The ConflictResolver will be implemented in the Swift framework in the next release.
  • Bug fixes and performance improvement from LiteCore.

2.0 Developer Build 5

19 Apr 20:04
Compare
Choose a tag to compare
2.0 Developer Build 5 Pre-release
Pre-release

2.0 DB5 includes the following features:

  • Support replicating attachments
  • Support automatic 1.x database upgrade to 2.0
  • Fixed Swift replication delegate not functional (#1699)

2.0 Developer Build 4

04 Apr 17:56
Compare
Choose a tag to compare
2.0 Developer Build 4 Pre-release
Pre-release

2.0 DB4 includes the following features:

  • Cross platform Query API for Swift.
  • Replicator API for both Objective-C and Swift.
  • Minor changes to Swift property accessors to inline with the other platforms.

1.4.0

19 Apr 19:59
Compare
Choose a tag to compare

As part of this release we had 22 issues closed.
Early-2017 update focusing mostly on bug-fixes.

Performance Improvements

  • #1389 Allow SQLite reads concurrently with writer
  • #1497 Update ForestDB to get improved compaction / space reuse

Enhancements

  • #1538 Make CBLDatabaseChange.isDeletion public?

Bugs

  • #794 "!_changeTracker" assertion failure in -[CBLRestPuller startChangeTracker]
  • #1207 Push replication stops with error 400 bad_request
  • #1243 Replication task missing source or target values
  • #1285 REST API does not allow GET on a db with "/" in its name
  • #1343 Need to close all other db handles before rekeying
  • #1365 Non-continuous push replication gets stuck in kCBLReplicationIdle status
  • #1422 ForestDB crashes frequently in the background because of protection data level
  • #1429 1.3.1-6: crashed EXC_BAD_ACCESS KERN_INVALID_ADDRESS 0x0000000000000000
  • #1442 Collection class properties not propagating from CBLDocument to CBLModel after sync
  • #1443 Handle iOS file protection gracefully when in background
  • #1461 ForestDB: Assertion failure in -MYBackgroundMonitor beginBackgroundTaskNamed: MYBackgroundMonitor.m:66
  • #1467 Memory leak caused by ref cycle between replicator and CBLRemoteSession
  • #1556 Assertion failed: (_changesTimeout > 0)
  • #1557 Exception caught in CBLDatabase transaction
  • #1558 Not all updates propagating while under load
  • #1568 Attachments failing to push after delete / create (ForestDB)
  • #1579 [NSLock lock]: deadlock when deleting database (ForestDB)
  • #1580 Wrong "reason" response for GET on purged documents
  • #1621 OIDC failing with Grocery Sync when creating new google project

Where to get it

You can download this release from Couchbase.com