OLD | NEW |
(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 |
OLD | NEW |