mongodb / stitch-ios-sdk

Apache License 2.0
42 stars 25 forks source link

STITCH-2989 Support additional watch() options in Swift SDK #189

Closed adamchel closed 5 years ago

adamchel commented 5 years ago

Adds full-collection and match filter watch. Does not support compact events on the new watch options.

There's a drive-by that fixes the release script, and we now use Cocoapods 1.7.3

adamchel commented 5 years ago

This LGTM, but please test appending weak references to the streams array.

Discussed offline, we decided that the existing test testStreamDoesCloseOnSwitch in CoreRemoteMongoCollectionUnitTests satisfactorily covers this.