Releases: nytimes/grocery
Releases · nytimes/grocery
v0.3.2
- Use transactions when updating objects to improve determinism
v0.2.2
- Call post-load hooks when loading nested structs
v0.2.1
- Fixed issue with old elements remaining in updated lists
v0.2.0
- 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
- Reduced setting of non-changing values during
Load
, Update
, and Store
in order to avoid race conditions
v0.1.6
- 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
- Added error when trying to update or store a struct with a Go map
- Added convenience
NewMap
and NewSet
functions