Skip to content

1.0.1 (2020-06-05)

Compare
Choose a tag to compare
@royjit royjit released this 06 Jun 01:09

Bug Fixes

  • DataStore: Fixed a DataStore issue where nested associations that were 3 levels or more deep would fail to decode into the Swift models (#520)
  • DataStore: Support all Temporal types in predicates (#513)
  • API: Fixed a problem with the selection set that is generated for a Model containing a connection to another Model (#509)
  • API: Fixed a bug with nil value not updated in GraphQL model value to nil (#519)
  • API: Fixed QueryPredicate to GraphQLValue logic, missing Temporal.DateTime conversion (#508)
  • Tools: Allow Amplify tools to run if the project folder has a space char (#506)
  • Tools: Update Amplify tools script to check for minimum version of amplify-app and amplify cli (#511)

Misc

  • Fixed build errors for fresh installation of Amplify pods (#517)
  • Updated Datastore models for testing. (#526)
  • Integration test for Auth (#497)