Skip to content

v0.7.0-dev.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@clockworksoul clockworksoul released this 15 Jun 14:41
· 365 commits to main since this release

The set of changes in this release are relatively small, and are as follows:

  • The former gortctl commands have now been integrated into gort.
  • If the database section is missing from the configuration file, Gort will automatically use an in-memory data store. This is intended entirely for trialing and development!
  • Several significant under-the-cover improvements to the core adapter logic.
  • Fixed race conditions in config/config.go and dataaccess/dal-singleton.go.
  • As always, more (and better) tests.