Releases: arenaxr/arena-persist
Releases · arenaxr/arena-persist
v2.0.0
v1.0.4
v1.0.3
v1.0.2a
v1.0.2
1.0.2 (2022-07-14)
Bug Fixes
- mongodb uri str, add index w/ Schema.index() (f87e4ea)
- path prefix for health endpoint (8c95245)
- remove deprecated connect params (a847dfb)
- resolve promise to key (b17dc7a)
- restore rolled back route (351e9eb)
- set jwtPayload as promise result (25166be)
- Use try/catch blocks for await over callback (5f53c03)
v1.0.1
ARENA Persist v1.0.0
ARENA Persist Release v1.0.0
Initial release. The persistence service listens on the pubsub message bus for ARENA objects to save to a persistent store.
Main Features
- Object Persistence: Simply adding
persist: true
to the top level MQTT message for any create action and the object will be saved. - TTL: Adding a
ttl
(int seconds) to the top level MQTT message for any create action withpersist:true
signals that the object will be automatically deleted from persistence after set duration. - Templates: Templates are special scenes that can be instantiated in entirety in other scenes.
See release image on DockerHub.