Skip to content

Releases: GoogleCloudPlatform/appengine-python-standard

v1.1.6

22 Jan 18:56
Compare
Choose a tag to compare

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

08 Nov 17:24
Compare
Choose a tag to compare

Update the Memcache SDK with 'peek' methods to fetch item timestamps.

v1.1.4

11 Sep 20:01
Compare
Choose a tag to compare

Limiting use of deprecated package - imp for python3.x

v1.1.3

21 Jul 20:06
a900a13
Compare
Choose a tag to compare

Update the Search SDK to enable listing indexes in all namespaces.

v1.1.2

31 May 17:44
Compare
Choose a tag to compare

Add ndb support for compatible py27/py3 memcache entity caching.

v1.1.1

24 Apr 23:21
ad6e5cc
Compare
Choose a tag to compare

Update README to include google.appengine.api.search.

v1.1.0

24 Apr 21:49
faf4b3e
Compare
Choose a tag to compare
  • 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

06 Sep 14:54
2513b70
Compare
Choose a tag to compare
Pre-release

Allow UTF-8 surrogate characters when decoding (and encoding) TEXT properties in db and ndb.

v1.0.0

30 Mar 22:46
9432aae
Compare
Choose a tag to compare
Update to version 1.0.0 (#49)

* Update Python SDK

* Update version to 1.0.0

v0.3.1

19 Nov 18:07
530a54b
Compare
Choose a tag to compare

This release includes a fix to make the Deferred API work with devappserver and be compatible with Python2.