Skip to content

v0.5.0

Compare
Choose a tag to compare
@liuliu liuliu released this 10 Jun 19:26
· 36 commits to unstable since this release
  • Updated for Swift 5.6
  • Updated to latest flatbuffers (google/flatbuffers@11a1988)
  • Updated to newer apollo-ios (apollographql/apollo-ios@51c81bd)
  • Updated SQLite (for non-Apple platforms) to 3.38.5
  • Added light-weight in-tree documentation through Swift DocC: https://liuliu.github.io/dflat
  • Added func shutdown() async, which effectively the same as func shutdown() just doesn't blocking the thread (simply yielding to the async runtime), i.e. more async friendly.
  • Fixed the return AsyncStream from subscribe method doesn't respect bufferingPolicy passed in.