Skip to content

Releases: golang/appengine

Version 1.6.6

22 Apr 17:38
v1.6.6
5539592
Compare
Choose a tag to compare
  • internal: Optimize HTTP transport parameters
  • aetest: Fix Federated-Identity headers in the new environment

Version 1.6.5

07 Oct 22:35
Compare
Choose a tag to compare

aetest: fixes to app.yaml
go.mod updates

Version 1.6.4

26 Sep 22:02
v1.6.4
Compare
Choose a tag to compare

delay: fix func stable name to strip gopath prefix

Version 1.6.3

20 Sep 21:39
v1.6.3
c71d63e
Compare
Choose a tag to compare

Increase internal.limitDial's timeout from 500ms to 10s, to account for differences in the go111 legacy API endpoint.

v1.6.2

28 Aug 20:49
5f2a595
Compare
Choose a tag to compare
  • Simplified the capabilities API to remove unnecessary RPC calls
  • Fixes to stderr handling in the aetest package

Version 1.6.1

06 Jun 23:49
v1.6.1
b2f4a3c
Compare
Choose a tag to compare

Fix a couple typos and update the versions of dependencies in go.mod.

Version 1.6.0

14 May 17:35
v1.6.0
Compare
Choose a tag to compare
  • Add datastore.EnableKeyConversion for compatibility with Cloud Datastore

Version 1.5.0

20 Mar 22:13
v1.5.0
Compare
Choose a tag to compare
  • Fix RunInBackground when using dev_appserver
  • Add DistinctOn support to datastore

Version 1.4.0

20 Dec 17:45
v1.4.0
e9657d8
Compare
Choose a tag to compare
  • Don't mirror log messages to stderr on App Engine Second Generation (Go 1.11 and above) to cut down on log noise.
  • Add SupportDatastoreEmulator field to aetest Options.
  • Add support for stable delay.Func keys in App Engine Second Generation.

Version 1.3.0

01 Nov 14:35
v1.3.0
4a4468e
Compare
Choose a tag to compare
  • Removes support for Go < 1.9
  • Ensure at least one log flush happens before connections are closed when using Go 1.11 on App Engine Standard
  • Add appengine.IsStandard(), appengine.IsFlex(), and appengine.IsAppengine(), which report which Google infrastructure you are using