You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataStore Fixed a DataStore issue where lazy List<M> initialization would fail for relationships 3+ levels deep (#534)
DataStore Model schema updates clears local database on configure (#551)
DataStore/API Add Emeddable type to Model internals, to store schema info for custom types (#539 and #562). This bug impacts developers with schemas containing embedded types when using DataStore with sync to cloud enabled or using API with Model classes. To fix this bug, upgrade both Amplify CLI to 4.22.0, and Amplify Libraries to 1.0.2. There is a known incompatibility if only upgrading CLI but not the Library. Then run amplify codegen models to regenerate the Model classes. The internal ModelFieldType .customType has been replaced with .embedded(type:) and embeddedCollection(of:).
Tools Update Amplify tools script to resolve node correctly when NVM is installed (#535)
Tools Update Amplify tools script to resolve min CLI version for codegen changes (#583)
Misc
Build Add common dependency configuration, standardize environment across all modules, podspec source version tag and url (#538)
Build Update CoreML podspec with amplify version (#555)
Build Fix pod lib lint error using local variable definitions in Podspec files (#557)
Build Changed the repo's default branch to 'main' (#579)
Core Move DataStore Model Schema related classes to Internal directory (#563)