umh-core
v0.44.17
Improvements
- Cache API for JavaScript processors: new
cache.set(key, value),cache.get(key),cache.exists(key), andcache.delete(key)methods for tracking state across messages. Previously, state management required complex Benthosbranch/request_map/result_mapconfigurations. Now you can store any JSON-compatible value (strings, numbers, objects, arrays) directly from JavaScript. Usecache.exists(key)beforecache.get(key)to handle missing keys. Available in bothnodered_jsandtag_processor. Currently in-memory only (lost on restart), persistent backend planned - Updated Go dependencies, includes security fixes for OIDC and JOSE authentication libraries
Preview: Disable Read Flows
- Supports extracting metrics for write flows for bridges.