Releases: GoogleCloudPlatform/appengine-python-standard
Releases · GoogleCloudPlatform/appengine-python-standard
v1.1.6
This version includes an update to the NDB package - the msgprop
module was added to provide back-compatibility with App Engine first generation.
Additionally, an internal package was added to support this module - google.appengine._internal.protorpc
.
v1.1.5
Update the Memcache SDK with 'peek' methods to fetch item timestamps.
v1.1.4
Limiting use of deprecated package - imp for python3.x
v1.1.3
Update the Search SDK to enable listing indexes in all namespaces.
v1.1.2
Add ndb support for compatible py27/py3 memcache entity caching.
v1.1.1
Update README to include google.appengine.api.search
.
v1.1.0
- Add Search API to the GAE bundled services.
- Allow UTF-8 surrogate characters when decoding (and encoding) TEXT properties in db and ndb.
Pre-release for v1.0.1
Allow UTF-8 surrogate characters when decoding (and encoding) TEXT properties in db
and ndb
.
v1.0.0
Update to version 1.0.0 (#49)
* Update Python SDK
* Update version to 1.0.0
v0.3.1
This release includes a fix to make the Deferred API work with devappserver and be compatible with Python2.