Version 1.6.0
  1. 4c25cac datastore: add EnableKeyConversion for compatibility with Cloud Datastore encoded keys (#192) by goog-lukemc · 6 years ago v1.6.0
  2. 54a98f9 Remove TODO that has been implemented. (#193) by Eddie Scholtz · 7 years ago v1.5.0
  3. 99bc433 datastore: adds DistinctOn support (#189) by bashtian · 7 years ago
  4. 2d22985 internal: Respect X-Appengine-Dev-Request-Id header (#191) by Steven Buss · 7 years ago
  5. e9657d8 Add support for stable Func keys in App Engine second gen (#184) by Steven Buss · 7 years ago v1.4.0
  6. a37df13 add SupportDatastoreEmulator field to aetest Options (#173) by Masahiro Wakame · 7 years ago
  7. b80b43b log: don't mirror log to stderr on 2nd gen (#177) by apstndb · 7 years ago
  8. 4a4468e Ensure at least one log flush happens before request ends (#164) by Steven Buss · 7 years ago v1.3.0
  9. 8066335 Drop pre 18 (#165) by Steven Buss · 7 years ago
  10. b2f5f02 Add functions that check which environment the app is running in (#170) by Michael Traver · 7 years ago
  11. ae0ab99 modules: Update github.com/golang/protobuf to v1.2.0 (#160) by Steven Buss · 7 years ago v1.2.0
  12. 7c8091e internal: update identity to support GAE second generation runtimes (#153) by Steven Buss · 7 years ago
  13. 03cac3b [internal] Panic instead of log.Fatal when metadata fetch fails by Quinn Mueller · 7 years ago
  14. 4216e58 internal: regenerate protos (#144) by Steven Buss · 7 years ago
  15. d1d14a4 Add go.mod (#151) by Steven Buss · 7 years ago
  16. b1f2635 datastore: fix behavior when ErrConcurrentTransaction occured (#139) by Masahiro Wakame · 7 years ago v1.1.0
  17. b9aad5d datastore: enable to set query batch size (#90) by JINNOUCHI Yasushi · 7 years ago
  18. 962cbd1 datastore: add omitempty support for time.Time (#131) by Alexander Trakhimenok · 7 years ago
  19. 0a24098 datastore: add AllocateIDRange (#130) by Michael Traver · 7 years ago
  20. ad39d7f aetest: new option to suppress dev_appserver logs (#119) by Yuki Ito · 7 years ago
  21. 138cbf0 search: fix language code of Japanese (#103) by rock619 · 7 years ago
  22. b97816d blobstore: handle base64 encoding and non-UTF-8 charset (#129) by Michael Traver · 7 years ago
  23. 1956b43 datastore: read-only transaction support, previous transaction tracking by Daniel Chia · 7 years ago
  24. 540132e datastore: fix doc typo in datastore/query.go (#105) by Yuki Ito · 7 years ago
  25. 5bee14b internal: for Flex, use req.Context instead of a context map (#107) by Chris Broadfoot · 8 years ago
  26. 9d8544a travis.yml: test with 1.9, most recent minor vs (#100) by Sarah Adams · 8 years ago
  27. a2e0dc8 remote_api: don't modify http.Client parameter (#94) by Ross Light · 8 years ago
  28. 07f0757 delay: permit Context from either stdlib or golang.org/x/net (#95) by Ross Light · 8 years ago
  29. 24e4144 remote_api: add long-lived Client type (#87) by Ross Light · 8 years ago
  30. d9a072c delay: make it possible to get taskqueue HTTP headers from inside a delay.Func (#82) by David Sansome · 8 years ago
  31. c5a90ac log: clarify package docs (#83) by Andrew Lytvynov · 8 years ago
  32. ad2570c mail, search: update doc URLs (#81) by Chris Broadfoot · 8 years ago
  33. 6f8a8d2 aetest: remove `vm: true` from app.yaml template (#80) by Jiayu Yi · 8 years ago
  34. d11fc8a channel: add deprecation message (#78) by Chris Broadfoot · 8 years ago
  35. a2f4131 taskqueue: update DeleteMulti documentation by Jeff Wu · 8 years ago
  36. 170382f travis: properly test pull requests, rather than always testing tip (#72) by Chris Broadfoot · 8 years ago
  37. 132180d user: check for valid context and panic if not (#70) by Chris Broadfoot · 8 years ago
  38. eda0abe internal: give more useful panics when (mis)using context.Background (#68) by Ross Light · 8 years ago
  39. 56d253d README: update for flex (#61) by Chris Broadfoot · 8 years ago
  40. b5c7c24 cmd/aedeploy: deprecate aedeploy (#65) by Chris Broadfoot · 8 years ago
  41. b79c28f datastore: fix handling of embedded unexported structs (#58) by Kaur Kuut · 9 years ago
  42. 5403c08 aetest: add StartupTimeout option (#56) by Danial Klimkin · 9 years ago
  43. 3a452f9 datastore: allow field names ending in '.' (#52) by Sarah Adams · 9 years ago
  44. 2e4a801 aebundler: switch comment from google_appengine to google-appengine (#47) by dlorenc · 9 years ago
  45. b8dd677 datastore: implement "omitempty" struct field tag option (#51) by bashtian · 9 years ago
  46. a2c54d2 remote_api: don't check auth for dev_appserver (#43) by Chris Broadfoot · 9 years ago
  47. 85c8b26 search: add PutMulti and DeleteMulti methods. (#44) by David Sansome · 9 years ago
  48. e1a5f8b internal: adjust memory threshold for API test (#46) by Joe Tsai · 9 years ago
  49. 9e2ad08 internal: listen on localhost for dev_appserver; avoid macOS Firewall (#45) by Evan Jones · 9 years ago
  50. 8758a38 CONTRIBUTING.md: adds file (#42) by Sarah Adams · 9 years ago
  51. 08a149c delay: clarify the purpose of the key in the doc by Issac Trotts · 9 years ago
  52. e28c86e datastore: fix compilation errors in doc examples by Costin Chirvasuta · 9 years ago
  53. ca59ef3 cmd/aedeploy: don't scan packages more than once by Chris Broadfoot · 9 years ago
  54. a051cd6 cmd/aedeploy: add verbose logging by Chris Broadfoot · 9 years ago
  55. 5f606e4 datastore: use proper struct tag when querying properties in KindProperties by Costin Chirvasuta · 9 years ago
  56. c7b8227 search: fix three tests in search_test.go. by Will Hayworth · 9 years ago
  57. 5ed29b6 search: add missing comma in struct literal. by Adam Tanner · 9 years ago
  58. b2b053b cmd/aedeploy: remove "preview" from suggested gcloud command by Chris Broadfoot · 9 years ago
  59. 7a1c974 aetest: fix race in Close by Chris Broadfoot · 9 years ago
  60. dfdbce1 internal: make log calls panic with a useful error message by Chris Broadfoot · 9 years ago
  61. f7934c9 search: update protobuf and API code to include new OrderIdSource enum by Will Hayworth · 9 years ago
  62. 46239ca cmd/aedeploy: rewrite import scanning logic by Chris Broadfoot · 9 years ago
  63. f5bd97f appengine: Update appengine.Main docstring for AE Standard by Steven Buss · 9 years ago
  64. 5b8c3b8 internal: move the SetTestEnv code to api_common.go by Tuo Shan · 9 years ago
  65. 11c7665 datastore: fixes loading issue with []struct{[]byte}} by Sarah Adams · 9 years ago
  66. 1177123 testing: export the SetTestEnv for setting up env for tests using background ticket. by Tuo Shan · 9 years ago
  67. 596d349 aetest: using test app id for test requests tickets. by Tuo Shan · 9 years ago
  68. 3f4dbbc datastore: support for loading nested entity values by Sarah Adams · 9 years ago
  69. f0736ac datastore: don't ignore calculated pValue by Sarah Adams · 9 years ago
  70. 4a8ba85 datastore: refactor in preparation for loading nested entity values by Sarah Adams · 9 years ago
  71. 9269956 internal: fall back to use background ticket when request ticket is unavailable. by Tuo Shan · 9 years ago
  72. 150dc57 README: clarify blobstore deprecation message by Dave Day · 9 years ago v1.0.0
  73. f9135af datastore: fix typo in Query.Count by Dave Day · 9 years ago
  74. 8d4efd0 travis: fix versions and unzip verbosity by Dave Day · 9 years ago
  75. 4568885 delay: return error when functions share keys by Ross Light · 9 years ago
  76. 7e496c5 datastore: permit multiple struct field tag options by Sarah Adams · 9 years ago
  77. 78199dc datastore/metadata: delete the entityGroupKind const by Dave Day · 9 years ago
  78. 4f7eeb5 cmd/aedeploy: ignore go1.7 build tag by Chris Broadfoot · 9 years ago
  79. e951d38 travis: use 1.6.3 and 1.7rc6, use 1.9.40 SDK by Chris Broadfoot · 9 years ago
  80. b472802 runtime: update RunInBackground doc to include basic scaling. by Adam Tanner · 9 years ago
  81. f21d98e search: expose CountAccuracy in SearchOptions. by Adam Tanner · 9 years ago
  82. 86ac41a datastore: force timestamps to be loaded in UTC. by Adam Tanner · 9 years ago
  83. 8d4b9e9 appengine: introduce appengine.Main() for Standard. by Adam Tanner · 9 years ago
  84. a5c54ac datastore: fix broken TestNamspaceResetting test. by Adam Tanner · 9 years ago
  85. 267c27e Revert "Use JSON logging in App Engine Flexible." by Adam Tanner · 9 years ago
  86. b23d9d8 datastore: clarify the cost of Count and GetAll by Dave Day · 9 years ago
  87. 7f59a8c delay: fix example in doc comment by Chris Broadfoot · 9 years ago
  88. 5a9e2b4 Normalize namespace and transaction application. by Robert Iannucci · 9 years ago
  89. 1abd094 internal: Flex logging falls back to stderr. by Adam Tanner · 9 years ago
  90. 2058857 Flex JSON logging fallsback to os.Stdout. by Adam Tanner · 9 years ago
  91. 5803211 Use JSON logging in App Engine Flexible. by Adam Tanner · 9 years ago
  92. e234e71 aefix: Drop "appengine" (or updated equivalent) import if it becomes unused. by David Symonds · 9 years ago
  93. 0f8c70e aefix: Update code using taskqueue.QueueStats. by David Symonds · 9 years ago
  94. 8409835 aefix: Update funcs that take an appengine.Context argument. by David Symonds · 9 years ago
  95. 44c1cf1 Mention aefix in the README. by David Symonds · 9 years ago
  96. c8bc8a9 cmd/aefix: Initial implementation. by David Symonds · 9 years ago
  97. b67c870 search: document the "-" struct tag behaviour by Dave Day · 9 years ago
  98. 0520f74 search: ignore struct fields with "-" struct tags by Dave Day · 9 years ago
  99. 235683b search: fix bug stopping facets working in structs by Dave Day · 9 years ago
  100. a503df9 Update more docs to follow new Managed VM branding. by David Symonds · 9 years ago