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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « pkg/appengine/AUTHORS ('k') | pkg/appengine/LICENSE » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## 0.2.4
2
3 * Added withAppEngineServices() function which allows running arbitrary code
4 using AppEngine services via a service scope.
5
6 ## 0.2.4
7
8 * Run request handlers inside a service scope
9 (see `package:gcloud/service_scope.dart`).
10 * Insert an authenticated HTTP client into the service scope.
11 * Insert a `memcacheService` into the service scope.
12 * Added `isDevelopmentServer` and `isProductionEnvironment` getter to client
13 context.
14 * Make hostnames returned from modules service use -dot- naming to support
15 HTTPS.
16 * Mark `package:appengine/remote_api.dart` as deprecated.
17
18 ## 0.2.3
19
20 * Small bugfix in the lowlevel memcache API implementation.
21
22 ## 0.2.2
23
24 * Updated `README.md`
25 * Widen googleapis_auth constraint to include version 0.2.0
26
27 ## 0.2.1
28
29 * Small bugfix in storage API implementation
30 * respect DART_PUB_SERVE url only in developer mode
31 * sync db/datastore tests to the ones used in gcloud
32
33 ## 0.2.0
34
35 * Use datastore/db APIs from package:gcloud
36 * simplified annotation system
37 * paging-based query API
38 * Added module service
39 * Some bugfixes
40
41 ## 0.1.0
42
43 * Alpha release
OLDNEW
« 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