Skip to content

Releases: GoogleCloudPlatform/appengine-php-sdk

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

Choose a tag to compare

@Hrithik98 Hrithik98 released this 25 Feb 07:58

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

Choose a tag to compare

@MontyCarter MontyCarter released this 27 Nov 21:16
ff493d2

Features

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

2.1.0 App Engine SDK

Choose a tag to compare

@MontyCarter MontyCarter released this 21 Mar 21:06
2eb4e56

Features

  • Add support for PHP 8.1

2.0.1 App Engine SDK

Choose a tag to compare

@pmaloogoogle pmaloogoogle released this 20 Sep 21:31

Release 2.0 for Php 7.2, 7.3 , 7.4.

Fixes:

  • Update Modules API
  • Updated API documentation

2.0.0 App Engine SDK

Choose a tag to compare

@zachluna zachluna released this 30 Jul 17:59
f86786a

Release 2.0 for Php 7.2, 7.3 , 7.4.

1.9.30 App Engine SDK

Choose a tag to compare

@sjlangley sjlangley released this 08 Dec 07:31
Release 1.9.30

1.9.25 App Engine SDK

Choose a tag to compare

@sjlangley sjlangley released this 06 Aug 05:00
App Engine 1.9.25 release SDK.

1.9.24 SDK Release

Choose a tag to compare

@sjlangley sjlangley released this 06 Aug 06:34
Add code coverage reporting.

~1.9.22 SDK release

Choose a tag to compare

@sjlangley sjlangley released this 18 Jun 04:06
Fix package name to match packagist.org rules.