2327

The Grainite 2327 release is a limited production ready (PR) release meant for Grainite Design Partners. This release is suitable for continued application development, production deployments and creation of operational practices for Grainite Clusters.

New Features:

  • The gx CLI can now update itself by running gx update

  • String interpolation has been added for secrets specified in app.yaml. This allows users to specify a secret in their app.yaml with string interpolation which will then be dynamically resolved by calling resolveProperty() in an action handler. More details can be found here.

Known Issues:

  • Affects only single node development instances, not clusters: after a large amount of data has been ingested (approximately over 5GB) of events, if the Grainite container is restarted, topic dump may hang. The workaround if this issue is encountered would be to delete accumulated data by running rm -rf <path to dx directory>.

Fixes:

  • Stability and performance fixes.

Last updated