This is Release 2.3 of tnascert-deploy
Changes the configuration loader to use a package validator. The configuration parameter timeoutSeconds is being deprecated. The new configuration parameter will use camel case timeout_seconds to be consistent with all the other parameters.
Changes:
- The "timeoutSeconds" config variable is deprecated. Users should
transition to use "timeout_seconds". - Convert configuration loader to use Package Validator for declarative
validation - Changes to naming and comments to reflect recommendations in Go Style
Guide and Effective Go - Perform value normalisation against the INI data rather than the
config struct - Use 'port' validation instead of numeric range for Port
- Refine config file load and variable interpolation.
- Readme updates (#41)
Contributors:
- John Rushford
- Gordon Mckeown