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
+
1
5
## 1.6.0
2
6
3
7
- Minor bug fixes and improvements
17
21
## 1.4.0
18
22
19
23
### Fixes
24
+
20
25
- fix(datastore): Use platform thread ([ #3607 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3607 ) )
21
26
22
27
## 1.3.4
23
28
24
29
### Fixes
30
+
25
31
- fix(datastore): Pin ` Starscream `
26
32
27
33
## 1.3.3
31
37
## 1.3.2
32
38
33
39
### Fixes
40
+
34
41
- fix(datastore): Custom list serde ([ #3544 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3544 ) )
35
42
36
43
## 1.3.1
37
44
38
45
### Fixes
46
+
39
47
- fix(datastore): hot restart ([ #3497 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3497 ) )
40
48
- fix(datastore): make event history list thread safe ([ #3509 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3509 ) )
41
49
42
50
## 1.3.0
43
51
44
52
### Features
53
+
45
54
- feat(datastore): Adds DataStoreHubEventType to DataStoreHubEvents ([ #3454 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3454 ) )
46
55
47
56
### Chores
59
68
## 1.1.0-supports-only-mobile+1
60
69
61
70
### Fixes
71
+
62
72
- fix(datastore): support nested predicates for observe and observeQuery ([ #3029 ] ( https://github.com/aws-amplify/amplify-flutter/pull/3029 ) )
63
73
64
74
## 1.1.0-supports-only-mobile
65
75
66
76
### Features
77
+
67
78
- Dart 3 support (must update Dart SDK constraint to ` ^3.0.0 ` )
68
79
69
80
### Fixes
81
+
70
82
- fix(repo): AGP 8.0 compatibility ([ #2942 ] ( https://github.com/aws-amplify/amplify-flutter/pull/2942 ) )
71
83
72
84
## 1.0.0-supports-only-mobile.0+1
73
85
74
86
### Fixes
87
+
75
88
- fix(repo): Flutter 3.3 support
76
89
77
90
## 1.0.0-supports-only-mobile.0
78
91
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
83
96
future and would love to get your feedback on [ this GitHub issue] ( https://github.com/aws-amplify/amplify-flutter/issues/234 ) .
84
97
85
98
As 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
96
109
## 1.0.0-next.7
97
110
98
111
### Fixes
112
+
99
113
- fix(android): Bump Amplify Android to 2.4.1
100
114
- fix(datastore): support use of java8 features in the example App
101
115
- fix(ios): Bump Amplify iOS to 1.29.1
102
116
103
117
### Breaking Changes
118
+
104
119
- chore(datastore)!: Reorganize + import cleanup ([ #2760 ] ( https://github.com/aws-amplify/amplify-flutter/pull/2760 ) )
105
120
106
121
## 1.0.0-next.6
@@ -114,11 +129,13 @@ As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-fl
114
129
## 1.0.0-next.4
115
130
116
131
### Fixes
132
+
117
133
- fix(datastore): prevent unhandled exception crashing App rebuilding sync expression
118
134
119
135
## 1.0.0-next.3
120
136
121
137
### Breaking Changes
138
+
122
139
- refactor(core)!: Migrate exception types
123
140
124
141
## 1.0.0-next.2
@@ -128,13 +145,15 @@ As always, you can find us on [GitHub](https://github.com/aws-amplify/amplify-fl
128
145
## 1.0.0-next.1+1
129
146
130
147
### Fixes
148
+
131
149
- fix(datastore): adapt amplify-ios CPK fix breaking change
132
150
- fix(datastore): cpk errors on a custom type ([ #2134 ] ( https://github.com/aws-amplify/amplify-flutter/pull/2134 ) )
133
151
- fix(datastore): enable java8 desugaring for amplify-android datastore plugin
134
152
- fix(datastore): missing query field model name cause ambigous column … ([ #1941 ] ( https://github.com/aws-amplify/amplify-flutter/pull/1941 ) )
135
153
- fix(datastore): update dependency importing paths
136
154
137
155
### Features
156
+
138
157
- feat(datastore): add targetNames support for codegen
139
158
- feat(datastore): custom primary key Flutter native implementation
140
159
0 commit comments