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

Side by Side Diff: CHANGELOG.md

Issue 775043002: Add withAppEngineService() to package:appengine (Closed) Base URL: git@github.com:dart-lang/appengine.git@master
Patch Set: Rebased on HEAD 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 | « no previous file | lib/appengine.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.2.5
2
3 * Added withAppEngineServices() function which allows running arbitrary code
4 using AppEngine services via a service scope.
5
1 ## 0.2.4+1 6 ## 0.2.4+1
2 7
3 * Change the service scope keys keys to non-private symbols. 8 * Change the service scope keys keys to non-private symbols.
4 9
5 ## 0.2.4 10 ## 0.2.4
6 11
7 * Run request handlers inside a service scope 12 * Run request handlers inside a service scope
8 (see `package:gcloud/service_scope.dart`). 13 (see `package:gcloud/service_scope.dart`).
9 * Insert an authenticated HTTP client into the service scope. 14 * Insert an authenticated HTTP client into the service scope.
10 * Insert a `memcacheService` into the service scope. 15 * Insert a `memcacheService` into the service scope.
(...skipping 22 matching lines...) Expand all
33 38
34 * Use datastore/db APIs from package:gcloud 39 * Use datastore/db APIs from package:gcloud
35 * simplified annotation system 40 * simplified annotation system
36 * paging-based query API 41 * paging-based query API
37 * Added module service 42 * Added module service
38 * Some bugfixes 43 * Some bugfixes
39 44
40 ## 0.1.0 45 ## 0.1.0
41 46
42 * Alpha release 47 * Alpha release
OLDNEW
« no previous file with comments | « no previous file | lib/appengine.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698