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

Unified Diff: pkg/appengine/CHANGELOG.md

Issue 804973002: Add appengine/gcloud/mustache dependencies. (Closed) Base URL: git@github.com:dart-lang/pub-dartlang-dart.git@master
Patch Set: Added AUTHORS/LICENSE/PATENTS files Created 6 years 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 | « pkg/appengine/AUTHORS ('k') | pkg/appengine/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/appengine/CHANGELOG.md
diff --git a/pkg/appengine/CHANGELOG.md b/pkg/appengine/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..ebe2c5605def5a97ab7803c5f4b4e77e078e9f5f
--- /dev/null
+++ b/pkg/appengine/CHANGELOG.md
@@ -0,0 +1,43 @@
+## 0.2.4
+
+* Added withAppEngineServices() function which allows running arbitrary code
+ using AppEngine services via a service scope.
+
+## 0.2.4
+
+* Run request handlers inside a service scope
+(see `package:gcloud/service_scope.dart`).
+* Insert an authenticated HTTP client into the service scope.
+* Insert a `memcacheService` into the service scope.
+* Added `isDevelopmentServer` and `isProductionEnvironment` getter to client
+context.
+* Make hostnames returned from modules service use -dot- naming to support
+HTTPS.
+* Mark `package:appengine/remote_api.dart` as deprecated.
+
+## 0.2.3
+
+* Small bugfix in the lowlevel memcache API implementation.
+
+## 0.2.2
+
+* Updated `README.md`
+* Widen googleapis_auth constraint to include version 0.2.0
+
+## 0.2.1
+
+* Small bugfix in storage API implementation
+* respect DART_PUB_SERVE url only in developer mode
+* sync db/datastore tests to the ones used in gcloud
+
+## 0.2.0
+
+* Use datastore/db APIs from package:gcloud
+ * simplified annotation system
+ * paging-based query API
+* Added module service
+* Some bugfixes
+
+## 0.1.0
+
+* Alpha release
« no previous file with comments | « pkg/appengine/AUTHORS ('k') | pkg/appengine/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698