2307

The Grainite 2307 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:

  • Early Access: Indexes

    • Grainite now supports querying tables for grains that match specified conditions on indexes through a find() API. This is exposed both through the GrainContext API as well as a new gx command, gx table query

    • Indexes can now be deleted with GrainContext.deleteIndexEntry()

  • The data backup and restore feature now supports backing up to and restoring from Azure Blob Storage locations. See the Data Backup and Restore page for more information.

  • gx load -f immediately reloads the application and ignores in-flight operations. Without specifying this flag, the system would by default drain in-flight operations before reloading. This option is recommended only as part of the development workflow to speed up the edit-build-test cycle.

  • A new --follow flag has been added to gx topic dump which will cause new events to be printed to the console continuously as they arrive in the system, as opposed to only printing the current set of events in the topic.

Fixes:

  • Stability and performance fixes.

Last updated