v0.7.0-dev.0
Pre-release
Pre-release
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 intogort
. - 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
anddataaccess/dal-singleton.go
. - As always, more (and better) tests.