Skip to content

Releases: GoogleCloudPlatform/appengine-python-standard

v1.1.9

09 Dec 06:54
99f3379
Compare
Choose a tag to compare

This version introduces a new environment variable (POOL_SIZE_URLLIB3) which can be used the configure the urllib3 connection pool size.
The value of this variable can be set in the range [10,100]. this value defaults to 10 in any other case. To use this feature, version number in requirements.txt should be such that v1.1.9 or above is picked up. (valid examples: appengine-python-standard>=1.0 or appengine-python-standard==1.1.9)

Example app.yaml file:

runtime: python39
app_engine_apis: true
env_variables:
          POOL_SIZE_URLLIB3: 50

v1.1.8

09 Dec 05:33
75cd59d
Compare
Choose a tag to compare

This version introduces a new environment variable which can be used the configure the urllib3 connection pool size.

v1.1.7

05 Dec 06:20
881a57d
Compare
Choose a tag to compare
Bump version to 1.1.7 (#126)

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.