1+ ## 1.7.0
2+
3+ - chore(datastore): Amplify Swift version bump to 1.30.7 ([ #4454 ] ( https://github.com/aws-amplify/amplify-flutter/pull/4454 ) )
4+
15## 1.6.0
26
37- Minor bug fixes and improvements
1721## 1.4.0
1822
1923### Fixes
24+
2025- fix(datastore): Use platform thread ([ #3607 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3607 ) )
2126
2227## 1.3.4
2328
2429### Fixes
30+
2531- fix(datastore): Pin ` Starscream `
2632
2733## 1.3.3
3137## 1.3.2
3238
3339### Fixes
40+
3441- fix(datastore): Custom list serde ([ #3544 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3544 ) )
3542
3643## 1.3.1
3744
3845### Fixes
46+
3947- fix(datastore): hot restart ([ #3497 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3497 ) )
4048- fix(datastore): make event history list thread safe ([ #3509 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3509 ) )
4149
4250## 1.3.0
4351
4452### Features
53+
4554- feat(datastore): Adds DataStoreHubEventType to DataStoreHubEvents ([ #3454 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3454 ) )
4655
4756### Chores
5968## 1.1.0-supports-only-mobile+1
6069
6170### Fixes
71+
6272- fix(datastore): support nested predicates for observe and observeQuery ([ #3029 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3029 ) )
6373
6474## 1.1.0-supports-only-mobile
6575
6676### Features
77+
6778- Dart 3 support (must update Dart SDK constraint to ` ^3.0.0 ` )
6879
6980### Fixes
81+
7082- fix(repo): AGP 8.0 compatibility ([ #2942 ] ( https://github.com/aws-amplify/amplify-flutter/pull/2942 ) )
7183
7284## 1.0.0-supports-only-mobile.0+1
7385
7486### Fixes
87+
7588- fix(repo): Flutter 3.3 support
7689
7790## 1.0.0-supports-only-mobile.0
7891
79- Version 1 of the Amplify libraries have been released to support all the platforms Flutter supports.
80- When interacting with GraphQL APIs, use the API category for all platforms or DataStore for iOS and Android.
81- This is because we retained DataStore on the original Android & iOS implementation. We’re
82- looking to bring data synchronization and offline-first experiences to the web and desktop in the
92+ Version 1 of the Amplify libraries have been released to support all the platforms Flutter supports.
93+ When interacting with GraphQL APIs, use the API category for all platforms or DataStore for iOS and Android.
94+ This is because we retained DataStore on the original Android & iOS implementation. We’re
95+ looking to bring data synchronization and offline-first experiences to the web and desktop in the
8396future and would love to get your feedback on [ this GitHub issue] ( https://github.com/aws-amplify/amplify-flutter/issues/234 ) .
8497
8598As always, you can find us on [ GitHub] ( https://github.com/aws-amplify/amplify-flutter/ ) and
@@ -96,11 +109,13 @@ As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-fl
96109## 1.0.0-next.7
97110
98111### Fixes
112+
99113- fix(android): Bump Amplify Android to 2.4.1
100114- fix(datastore): support use of java8 features in the example App
101115- fix(ios): Bump Amplify iOS to 1.29.1
102116
103117### Breaking Changes
118+
104119- chore(datastore)!: Reorganize + import cleanup ([ #2760 ] ( https://github.com/aws-amplify/amplify-flutter/pull/2760 ) )
105120
106121## 1.0.0-next.6
@@ -114,11 +129,13 @@ As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-fl
114129## 1.0.0-next.4
115130
116131### Fixes
132+
117133- fix(datastore): prevent unhandled exception crashing App rebuilding sync expression
118134
119135## 1.0.0-next.3
120136
121137### Breaking Changes
138+
122139- refactor(core)!: Migrate exception types
123140
124141## 1.0.0-next.2
@@ -128,13 +145,15 @@ As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-fl
128145## 1.0.0-next.1+1
129146
130147### Fixes
148+
131149- fix(datastore): adapt amplify-ios CPK fix breaking change
132150- fix(datastore): cpk errors on a custom type ([ #2134 ] ( https://github.com/aws-amplify/amplify-flutter/pull/2134 ) )
133151- fix(datastore): enable java8 desugaring for amplify-android datastore plugin
134152- fix(datastore): missing query field model name cause ambigous column … ([ #1941 ] ( https://github.com/aws-amplify/amplify-flutter/pull/1941 ) )
135153- fix(datastore): update dependency importing paths
136154
137155### Features
156+
138157- feat(datastore): add targetNames support for codegen
139158- feat(datastore): custom primary key Flutter native implementation
140159
0 commit comments