Skip to content

Releases: golang/appengine

v2.0.7-beta

25 Feb 09:49
9e5f7ea

Choose a tag to compare

v2.0.7-beta Pre-release
Pre-release

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.

v2.0.6

08 Apr 21:59
3ab9c40

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.6.8...v2.0.6

v2.0.5

31 Aug 16:45
aa58fcd

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.4...v2.0.5

v1.6.8

05 Sep 20:58
aa58fcd

Choose a tag to compare

Replace deprecated command with environment file (#318)

Signed-off-by: jongwooo <jongwooo.han@gmail.com>

v2.0.4

11 Jul 20:44
d41edd3

Choose a tag to compare

What's Changed

  • fix: regenerate all protos under new namespace by @codyoss in #314
  • Upgrade python version being used by the ci workflow. by @jinglundong in #315
  • Extend the deadline of a test context to fix a timeout issue. by @jinglundong in #316

New Contributors

Full Changelog: v2.0.3...v2.0.4

v2.0.3

13 Apr 19:09
f9c3e90

Choose a tag to compare

What's Changed

  • re-apply PR #232 to v2 by @zevdg in #289
  • re-apply PR #235 to v2 by @zevdg in #290
  • Add Go 1.18 and Go 1.19 to tested Go versions by @jihuin in #293
  • remove golang.org/x/net dependency by @thaJeztah in #295
  • Add Go 1.20 to tested Go versions by @jihuin in #303
  • v2/README.md: fix typos by @cuishuang in #276
  • README.md: fix typo by @cuishuang in #288
  • all: fix some comments by @cuishuang in #296
  • Install Python2 in base image for DevAppServer tests and change test matrix for 1.11 and 1.20.x by @ludoch in #304
  • just a small refactor of api_test by @zevdg in #291
  • Add v2/search by @Deleplace in #297
  • build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8 in /v2 by @dependabot in #299
  • Run go get google.golang.org/appengine/v2/search by @ludoch in #305
  • build(deps): bump golang.org/x/text from 0.3.6 to 0.3.8 by @dependabot in #300
  • all: using the more elegant way to deal milliseconds and nanoseconds by @cuishuang in #292
  • Revert "all: using the more elegant way to deal milliseconds and nanoseconds" by @ludoch in #306
  • Add a ci-update-workflow GitHub Actions to update the go-version matrix by @chizhg in #307
  • Fix the ci-update-workflow GitHub Actions by @chizhg in #308
  • Update go-version matrix by @chizhg in #309

New Contributors

Full Changelog: v2.0.2...v2.0.3

Release App Engine golang SDK v2.0.2

05 Aug 22:21
d981f2f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.1...v2.0.2

Version 2.0.1

10 Nov 00:22
ab4e2d3

Choose a tag to compare

  • delay: let user use unique function keys using delay.MustRegister
  • aefix: fix v2/aefix to work with appengine/v2
  • Clean up interfaces for legacy APIs that will be supported for Go 1.12+

v2.0.0-rc2

04 Jun 00:31
c657473

Choose a tag to compare

v2.0.0-rc2 Pre-release
Pre-release

Clean up interfaces for legacy APIs that will be supported for Go 1.12+

v2.0.0-rc1

03 Jun 22:26
c657473

Choose a tag to compare

v2.0.0-rc1 Pre-release
Pre-release

Clean up interfaces for legacy APIs that will be supported for Go 1.12+