Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(204)

Side by Side Diff: CHANGELOG.md

Issue 2731933004: Remove FilterRelation.In / "property IN" queries, upgrade googleapis{,_beta} dependencies (Closed)
Patch Set: add pubspec.yaml update Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | lib/datastore.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 ## 0.4.0
2
3 * Remove support for `FilterRelation.In` and "propertyname IN" for queries:
4 This is not supported by the newer APIs and was originally part of fat-client
5 libraries which performed multiple queries for each iten in the list.
6
7 * Adds optional `forComparision` named argument to `Property.encodeValue` which
8 will be set to `true` when encoding a value for comparison in queries.
9
10 * Upgrade to newer versions of `package:googleapis` and `package:googleapis_beta `
11
1 ## 0.3.0 12 ## 0.3.0
2 13
3 * Upgrade to use stable `package:googleapis/datastore/v1.dart`. 14 * Upgrade to use stable `package:googleapis/datastore/v1.dart`.
4 15
5 * The internal [DatastoreImpl] class takes now a project name without the `s~` 16 * The internal [DatastoreImpl] class takes now a project name without the `s~`
6 prefix. 17 prefix.
7 18
8 ## 0.2.0+14 19 ## 0.2.0+14
9 20
10 * Fix analyzer warning. 21 * Fix analyzer warning.
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 96
86 ## 0.1.1 97 ## 0.1.1
87 98
88 * Increased version constraint on googleapis{,_auth,_beta}. 99 * Increased version constraint on googleapis{,_auth,_beta}.
89 100
90 * Removed unused imports. 101 * Removed unused imports.
91 102
92 ## 0.1.0 103 ## 0.1.0
93 104
94 * First release. 105 * First release.
OLDNEW
« no previous file with comments | « no previous file | lib/datastore.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698