OLD | NEW |
| 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 Loading... |
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 |
OLD | NEW |