Releases: golang/appengine
Releases · golang/appengine
Version 1.6.6
- internal: Optimize HTTP transport parameters
- aetest: Fix Federated-Identity headers in the new environment
Version 1.6.5
aetest: fixes to app.yaml
go.mod updates
Version 1.6.4
delay: fix func stable name to strip gopath prefix
Version 1.6.3
Increase internal.limitDial's timeout from 500ms to 10s, to account for differences in the go111 legacy API endpoint.
v1.6.2
Version 1.6.1
Fix a couple typos and update the versions of dependencies in go.mod
.
Version 1.6.0
- Add
datastore.EnableKeyConversion
for compatibility with Cloud Datastore
Version 1.5.0
- Fix
RunInBackground
when using dev_appserver - Add
DistinctOn
support todatastore
Version 1.4.0
- 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
- 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()
, andappengine.IsAppengine()
, which report which Google infrastructure you are using