Skip to content

Releases: GoogleCloudPlatform/appengine-php-sdk

v2.3.2-beta : Releasing beta version for changes to modules API.

25 Feb 07:58

Choose a tag to compare

This release adds Admin API implementation to modules API. All the modules APIs have an admin API implementation where instead of making a call to appserver, direct call is made to admin API. The appserver implementation still exists and customers can toggle the usage between the two implementations by setting an environment variable in their applications app.yaml.
To opt in for the admin API implementation, customers can add the following to their application's app.yaml :

env_variables:
  APPENGINE_MODULES_USE_ADMIN_API: "true"
Key Features:
  • Admin API implementation: Added admin API implementations for all modules APIs. Customers can opt in to these implementations using APPENGINE_MODULES_USE_ADMIN_API environment variable. Customers do not need to make any changes in the way they call these modules APIs.

2.2.0 App Engine SDK

27 Nov 21:16
ff493d2

Choose a tag to compare

Features

  • Add peek support for memcache::get
  • Add peek support for memcached::get

2.1.0 App Engine SDK

21 Mar 21:06
2eb4e56

Choose a tag to compare

Features

  • Add support for PHP 8.1

2.0.1 App Engine SDK

20 Sep 21:31

Choose a tag to compare

Release 2.0 for Php 7.2, 7.3 , 7.4.

Fixes:

  • Update Modules API
  • Updated API documentation

2.0.0 App Engine SDK

30 Jul 17:59
f86786a

Choose a tag to compare

Release 2.0 for Php 7.2, 7.3 , 7.4.

1.9.30 App Engine SDK

08 Dec 07:31

Choose a tag to compare

Release 1.9.30

1.9.25 App Engine SDK

06 Aug 05:00

Choose a tag to compare

App Engine 1.9.25 release SDK.

1.9.24 SDK Release

06 Aug 06:34

Choose a tag to compare

Add code coverage reporting.

~1.9.22 SDK release

18 Jun 04:06

Choose a tag to compare

Fix package name to match packagist.org rules.