Skip to content

Releases: nytimes/grocery

v0.3.2

17 Nov 21:16
Compare
Choose a tag to compare
  • Use transactions when updating objects to improve determinism

v0.3.1

14 Nov 17:46
Compare
Choose a tag to compare
  • Upgrade dependencies

v0.3.0

23 Feb 17:13
Compare
Choose a tag to compare

v0.2.2

26 Jan 18:47
Compare
Choose a tag to compare
  • Call post-load hooks when loading nested structs

v0.2.1

26 Jan 00:03
Compare
Choose a tag to compare
  • Fixed issue with old elements remaining in updated lists

v0.2.0

22 Dec 03:34
Compare
Choose a tag to compare
  • Breaking Change: Removed the call to Load after storing items without a pipeline
  • Added a Load parameter to StoreOptions to optionally load items after they've been stored
  • Updated Store to enable storing structs, instead of just struct pointers

v0.1.7

05 Oct 16:16
Compare
Choose a tag to compare
  • Reduced setting of non-changing values during Load, Update, and Store in order to avoid race conditions

v0.1.6

04 Oct 21:15
Compare
Choose a tag to compare
  • Added Notify to UpdateOptions, which optionally publishes a message to <object name>:<object id> upon successful updates
  • Fixed memory leak and race condition in grocery.Init
  • Updated all error messages from Update to start with a lowercase letter

v0.1.5

20 Sep 19:24
Compare
Choose a tag to compare
  • Added error when trying to update or store a struct with a Go map
  • Added convenience NewMap and NewSet functions

v0.1.4

21 Apr 15:53
Compare
Choose a tag to compare

Initial release