Skip to content

v0.2.2

Compare
Choose a tag to compare
@evantahler evantahler released this 07 Jul 00:50
· 5143 commits to main since this release

Summary: This release adds additional functionality to the actionCluster and Cache

Details:

  • Both api.actionCluster.cache.load and api.cache.load now both return 4 values, (value, expireTimestamp, createdAt, readAt). This new information can be used to avoid race conditions if another peer has recently accessed a saved object.
  • Reading a object with the corresponding load command will update the readAt value.
  • A pretty new example html in /public/ which will demonstrate the showActions method
  • npm tests for the cluster
  • actionHero.stop(next) and actionHero.restart(next) added to api