1.0.0-Beta14
September 13, 2024
New Features
BL-542 BoxRunner cli options are now prefixed with `--bx-{option}`
BL-93 Create Unmodifiable query type
// Just call the toUnmodifiable() to lock the type
myData = myDataService.queryData().toUnmodifiable()
// You can also unlock it via the toMutable() method
unlockedData = myData.toMutable()BL-529 Announce the onBXDump whenever a dump is about to be rendered, to allow for external listeners to receive the dump
BL-538 New runtime inCLIMode() method to tell you if the runtime was started via the runtime or something else
BL-539 New server.cli key to provide you with all the CLI options used to run the runtime
BL-540 Refactor the CLIOptions to it's own class and add a simple argument parser
Improvements
Bugs
Last updated
Was this helpful?
