Skip to content

1.13.0

Latest
Compare
Choose a tag to compare
@BobaFetters BobaFetters released this 25 Jun 15:06
· 5 commits to main since this release

New

  • Added ExistentialAny requirement (#379): This adds the -enable-upcoming-feature ExistentialAny to all targets to ensure compatibility with the upcoming Swift feature.
  • Schema type renaming (#388): This adds the feature to allow customizing the names of schema types in Swift generated code.
  • JSONConverter helper (#380): This adds a new helper class for handling JSON conversion of data including the ability to convert SelectionSet instances to JSON.

Fixed

  • ApolloSQLite build error with Xcode 16 (#386): This fixes a naming conflict with Foundation in iOS 18 and the SQLite library. Thanks to @rastersize for the contributon.