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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | lib/datastore.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: CHANGELOG.md
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 573451cbdd0d2c65bcbe5294fc79ecc6df77b8ba..50b1d2810b7a3928f503e725bd235410356e1cec 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+## 0.4.0
+
+* Remove support for `FilterRelation.In` and "propertyname IN" for queries:
+ This is not supported by the newer APIs and was originally part of fat-client
+ libraries which performed multiple queries for each iten in the list.
+
+* Adds optional `forComparision` named argument to `Property.encodeValue` which
+ will be set to `true` when encoding a value for comparison in queries.
+
+* Upgrade to newer versions of `package:googleapis` and `package:googleapis_beta`
+
## 0.3.0
* Upgrade to use stable `package:googleapis/datastore/v1.dart`.
« 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