1. bd5b646 Update `README.md` in for releasing `v2.0.2`. (#100) by Kaur Kuut · 10 months ago master v2.0.2
  2. eb615ce Next Method in query causes panic (#99) by Kazzz · 10 months ago
  3. 953b8a7 Fix the Go module directive for version 2. (#98) by Kaur Kuut · 2 years, 7 months ago v2.0.1
  4. 7b2a9ad Add support for the second generation App Engine Go instances. (#97) by Kaur Kuut · 2 years, 7 months ago v2.0.0
  5. 21ceed9 Add functions for clearing specific cache entries. (#96) by Kaur Kuut · 2 years, 10 months ago v1.1.0
  6. 1c698b6 Prevent cache poisoning by projection queries. (#95) by Kaur Kuut · 2 years, 10 months ago
  7. f11c501 Merge pull request #92 from xStrom/modules by Kaur Kuut · 5 years ago v1.0.0
  8. 1fc3b9c Fix test to work with 2nd gen GAE. by Kaur Kuut · 5 years ago
  9. beafac8 Add Go modules support. by Kaur Kuut · 5 years ago
  10. 7440854 Merge pull request #91 from xStrom/split-deletes by Kaur Kuut · 5 years ago
  11. 25d19b3 Perform default API fallback in race test. by Kaur Kuut · 5 years ago
  12. 9f9f00b Merge pull request #90 from xStrom/new-delete by Kaur Kuut · 5 years ago
  13. 092f5b5 Add struct support to Delete/DeleteMulti. by Kaur Kuut · 5 years ago
  14. da796e1 Merge pull request #89 from xStrom/log-deletemulti by Kaur Kuut · 5 years ago
  15. 6e9bebe Add memcache.DeleteMulti error logging. by Kaur Kuut · 5 years ago
  16. 4d0d821 Merge pull request #88 from xStrom/memcache-timeouts by Kaur Kuut · 5 years ago
  17. c955cb3 Update the memcache timeout system. by Kaur Kuut · 5 years ago
  18. 40729eb Merge pull request #87 from xStrom/memcache-limits by Kaur Kuut · 5 years ago
  19. 5321736 Properly handle overflowing memcache RPC payloads. by Kaur Kuut · 5 years ago
  20. 9ba5925 Now respecting the memcache key length limit. by Kaur Kuut · 5 years ago
  21. 394d373 Add info about memcache limits. by Kaur Kuut · 5 years ago
  22. 8563438 Merge pull request #85 from xStrom/new-localcache by Kaur Kuut · 5 years ago
  23. fd5fc24 Replaced the local cache with a new more robust one. by Kaur Kuut · 5 years ago
  24. b919c88 Added a more robust local cache implementation. by Kaur Kuut · 5 years ago
  25. 339e004 Merge pull request #84 from xStrom/authors by Kaur Kuut · 5 years ago
  26. d8f88e5 Added the AUTHORS file. by Kaur Kuut · 5 years ago
  27. 71c3690 Merge pull request #83 from xStrom/localcache-docs by Kaur Kuut · 5 years ago
  28. ae012ea Describe how the local cache works. by Kaur Kuut · 5 years ago
  29. 5dc22f1 Merge pull request #82 from xStrom/optimize-realError by Kaur Kuut · 5 years ago
  30. fa6f180 Optimized the realError function. by Kaur Kuut · 5 years ago
  31. 2f95146 Merge pull request #81 from xStrom/memcache-timeout by Kaur Kuut · 5 years ago
  32. b4c9eeb Restored the memcache timeout test. by Kaur Kuut · 5 years ago
  33. 5aaf779 Merge pull request #80 from xStrom/context by Kaur Kuut · 5 years ago
  34. fa26cb0 Migrate to the standard library context. by Kaur Kuut · 5 years ago
  35. 69051c2 Merge pull request #79 from xStrom/PLS-guarantee by Kaur Kuut · 5 years ago
  36. 0ae1187 Implemented PropertyLoadSaver Load/Save calling guarantees. by Kaur Kuut · 5 years ago
  37. c01f383 Merge pull request #78 from xStrom/unified-serializer by Kaur Kuut · 5 years ago
  38. 2fb6b1e Ensuring the serialization result is stable. by Kaur Kuut · 5 years ago
  39. b504cec Removed t.Fatalf usage from goroutines, because it doesn't work. by Kaur Kuut · 5 years ago
  40. 407b4da Replaced the entity serializer with a faster universal one. by Kaur Kuut · 5 years ago
  41. da95f83 Changed most test fails to use Fatalf instead of Errorf. by Kaur Kuut · 5 years ago
  42. 65ca703 Merge pull request #77 from xStrom/custom-types by Kaur Kuut · 5 years ago
  43. e33ed2a Added support for all datastore supported data types. by Kaur Kuut · 5 years ago
  44. 0c01b4b Support PropertyLoadSaver Interface (#69) by Yuichi MURATA · 6 years ago
  45. 0cd9745 Merge pull request #73 from xStrom/middle-field-deprecation by Kaur Kuut · 7 years ago
  46. b18da86 Properly discard unused struct fields. by Kaur Kuut · 7 years ago
  47. 653966f Merge pull request #71 from xStrom/txn-errfieldmismatch by Kaur Kuut · 7 years ago
  48. a152700 Now correctly respecting IgnoreFieldMismatch when using Get/GetMulti inside a transaction. by Kaur Kuut · 7 years ago
  49. 4704d29 Merge pull request #68 from xStrom/field-deprecation by Kaur Kuut · 7 years ago
  50. a3e1c61 Added IgnoreFieldMismatch option to ignore ErrFieldMismatch. by Kaur Kuut · 7 years ago
  51. ce6c18b Improved anonymous embedded struct test. by Kaur Kuut · 7 years ago
  52. 56b4235 Merge pull request #65 from xStrom/txn-journal-lock by Kaur Kuut · 7 years ago
  53. b6b3b38 Fixed race condition with transaction's cache update journaling. by Kaur Kuut · 7 years ago
  54. a9ac1d2 Create LICENSE by Matt Jibson · 8 years ago
  55. 0ed1ebf Merge pull request #63 from xStrom/PutMultiReturnKeys by Kaur Kuut · 8 years ago
  56. 876e089 Tests for #61, to make sure PutMulti returns correct auto-generated keys. by Kaur Kuut · 8 years ago
  57. 3fa00ac Merge pull request #61 from bashtian/patch-1 by Kaur Kuut · 8 years ago
  58. 7b97fb0 Fix keys in PutMulti by bashtian · 8 years ago
  59. cd609af Merge pull request #60 from utahta/fix_warning_data_race by Kaur Kuut · 8 years ago
  60. b8dbc7b Fix data race in PutMulti, GetMulti and DeleteMulti by utahta · 8 years ago
  61. b61a6c1 Add test case for data race detection by utahta · 8 years ago
  62. 40012cc Merge pull request #59 from vvakame/feat-memcachekey by Kaur Kuut �� 8 years ago
  63. e031c7d Allow swap memcache key algorithm by vvakame · 8 years ago
  64. 3618e6f Merge pull request #57 from hixi-hyi/feature/delete_negative_cache by Kaur Kuut · 8 years ago
  65. 99147cd review https://github.com/mjibson/goon/pull/57#discussion_r78222061 by Hiroyoshi Houchi · 8 years ago
  66. 84d0f37 Merge pull request #58 from xStrom/utc by Kaur Kuut · 8 years ago
  67. 0020fdc Force UTC for tests because the datastore API now always returns UTC. by Kaur Kuut · 8 years ago
  68. 1a3df54 add test code (feature/delete_negative_cache) by Hiroyoshi Houchi · 8 years ago
  69. 9dea427 delete negative cache by Hiroyoshi Houchi · 8 years ago
  70. f99149e Merge pull request #54 from xStrom/go16 by Matt Jibson · 9 years ago
  71. bfc243a Correctly handle embedded unexported structs in Go 1.6. by Kaur Kuut · 9 years ago
  72. c403941 Merge pull request #51 from mjibson/classic by Matt Jibson · 9 years ago
  73. 92ecc0c Support new style appengine and context packages by Matt Jibson · 9 years ago
  74. b3d2e1e Merge pull request #50 from riannucci/master by Matt Jibson · 9 years ago v0 v0.9.0
  75. 3edbb4f Improve parent field support to allow types derived from *Key by Robert Iannucci · 9 years ago
  76. 4aa92ab Merge pull request #48 from riannucci/patch-2 by Matt Jibson · 10 years ago
  77. 9aa026c Make RunInTransaction propagate KindNameResolver by Robert Iannucci · 10 years ago
  78. 38831d5 Document purpose of FromContext by Matt Jibson · 10 years ago
  79. a24121c Merge pull request #44 from markmandel/feature/kind-function by Matt Jibson · 10 years ago
  80. 0896317 Added the ability to change how the Kind is determined on an Entity, on a per Goon instance basis, through by Mark Mandel · 10 years ago
  81. d6d3df2 Merge pull request #43 from xStrom/master by Matt Jibson · 10 years ago
  82. 2cda428 Now properly updating memcache after datastore even in transactions. by Kaur Kuut · 10 years ago
  83. 03fb521 Merge pull request #42 from mzimmerman/fixTestsToUseGet by Matt Jibson · 10 years ago
  84. 709baa1 Removing the unnecessary time.Sleep() call to index entities during testing, replacing with a get by key by Matt Zimmerman · 10 years ago
  85. 409b1bb Merge pull request #38 from markmandel/master by Matt Jibson · 10 years ago
  86. 74cc346 Exported the GAE Context from Goon. by Mark Mandel · 10 years ago
  87. ec57ec4 Merge pull request #36 from mzimmerman/errorline by Matt Jibson · 10 years ago
  88. 32a0ee7 Fixes from go vet by Matt Jibson · 10 years ago
  89. e052af4 Prints more informative error messages to say where in goon the error came from, very helpful when troubleshooting/debugging by Matthew Zimmerman · 10 years ago
  90. 024582f Merge pull request #35 from xStrom/master by Matt Jibson · 10 years ago
  91. 23dc3d7 Merge remote-tracking branch 'remotes/upstream/master' into robust-memcache by Kaur Kuut · 10 years ago
  92. 9b84357 Fixed an out-of-bounds memory access violation possibility. by Kaur Kuut · 10 years ago
  93. 85050e8 Merge branch 'master' of https://github.com/mjibson/goon into mjibsonhead by Matthew Zimmerman · 10 years ago
  94. 57c2c7d Merge pull request #33 from xStrom/master by Matt Jibson · 10 years ago
  95. eecfb9d Merge branch 'master' of https://github.com/mjibson/goon into mjibsonhead by Matthew Zimmerman · 10 years ago
  96. 3ae2e27 Added comments for every serialization related function. by Kaur Kuut · 10 years ago
  97. 5ecd7d7 Merge pull request #30 from xStrom/robust-memcache by Matt Jibson · 10 years ago
  98. cd10706 Fixed a bug that sometimes caused the serialization of a slice of *datastore.Key to fail. by Kaur Kuut · 10 years ago
  99. 2c3648f Added a *datastore.Key slice with all non-nil elements to the input variety test. by Kaur Kuut · 10 years ago
  100. 8b9a2ac Mostly solved a race condition in the serialization type cache bootstrapping optimization. by Kaur Kuut · 10 years ago