v0.2.1
Pre-releaseThis release contains a fix to the flaky TestRunServer
test, which used to fail the CI workflow every often. The other major change is the introduction of a new package, config
, that contains almost all the constants from different packages, new types for unmarshaling koanf config into structs and getters for certain fields that has complex types or multiple values from different internal and external packages. Running run
command loads the default values for plugins and global configs first before loading the corresponding config files.
A breaking change is the introduction of the default
config object for loggers, clients, pool and proxy config. Later I'll add support for loading multiple config objects for running multiple objects of those types for dealing with different database servers (#83).
What's Changed
Full Changelog: v0.2.0...v0.2.1