What's New in Version 0.8.19
New Features and Enhancements
Section titled “New Features and Enhancements”- Improved error messages in the RAI CLI when configuration keys are missing.
Previously, some commands would fail with the error
trying to auto-create the engine and we failed
orFailed to connect to DB
. Now, the error message tells you which required configuration keys are missing.
Bug Fixes
Section titled “Bug Fixes”-
Fixed a bug that sometimes caused exported stored procedures to fail with an
UninitializedPropertyException
with several properties whose names begin withgraphlib
were uninitialized. -
Fixed a bug that prevented missing configuration keys in a
Config
object from falling back to values in araiconfig.toml
file.