Releases: golang/appengine
Releases · golang/appengine
v2.0.6
What's Changed
- CI: Define minimal permissions to GitHub Workflows by @diogoteles08 in #325
- Create Security Policy by @diogoteles08 in #329
- Feature: Hash-pin sensitive workflow dependencies and enable dependabot for them by @diogoteles08 in #332
- Update go versions to 1.22 by @kennethye1 in #353
New Contributors
- @diogoteles08 made their first contribution in #325
Full Changelog: v1.6.8...v2.0.6
v2.0.5
What's Changed
- [Automation] Update go-version matrix by @chizhg in #319
- Memcache item timestamps by @Deleplace in #323
- Replace deprecated command with environment file by @jongwooo in #318
New Contributors
Full Changelog: v2.0.4...v2.0.5
v1.6.8
Replace deprecated command with environment file (#318) Signed-off-by: jongwooo <[email protected]>
v2.0.4
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
- @codyoss made their first contribution in #314
- @jinglundong made their first contribution in #315
Full Changelog: v2.0.3...v2.0.4
v2.0.3
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
- @jihuin made their first contribution in #293
- @thaJeztah made their first contribution in #295
- @cuishuang made their first contribution in #276
- @ludoch made their first contribution in #304
- @Deleplace made their first contribution in #297
- @dependabot made their first contribution in #299
- @chizhg made their first contribution in #307
Full Changelog: v2.0.2...v2.0.3
Release App Engine golang SDK v2.0.2
What's Changed
- Add Go 1.16 to tested Go versions by @lukasberger in #255
- switch default logStream from stdout to stderr by @zevdg in #272
- Fix header name to associate log entry & trace by @pokutuna in #263
- refactor: pin setup-gcloud gh action to v0 by @KaylaNguyen in #274
- Fix golang/appengine CI by @bsiegert in #280
- run gofmt with go1.19 release candidate by @zevdg in #282
- respect GAE_ENV=localdev by @zevdg in #283
- prevent github from cancelling all test jobs when one fails by @zevdg in #285
- allow API calls without GAE context by @zevdg in #284
- Security Vulnerability Upgrading golang.org/x/text by @ybocalandro in #287
New Contributors
- @pokutuna made their first contribution in #263
- @bsiegert made their first contribution in #280
- @ybocalandro made their first contribution in #287
Full Changelog: v2.0.1...v2.0.2
Version 2.0.1
- 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
Clean up interfaces for legacy APIs that will be supported for Go 1.12+
v2.0.0-rc1
Clean up interfaces for legacy APIs that will be supported for Go 1.12+
Version 1.6.7
- aetest: Allow specifying path to dev_appserver binary