Change log
Added
- Added version output to logs on startup
- Added NOTICES.txt to the project
- Added dependency tracking tools and info
- Added ability to configure PG connector with
host
/port
combination - Added gitleaks config to enable running gitleaks pre-push
Changed
- Minor edits to website quick start instructions
- Updated versioning method for the project to use version.go
- Parallelized integration tests
- Upgraded summon module dependency to 0.7.0
- Cleaned up go.mod and go.sum with
go mod tidy
- Only pin to vault/api submodule rather than larger vault module
- MySQL port defaults to 3306 if not specified
- Updated health check test to wait longer for server to come up to prevent
test failures - Revised README for simplicity and to describe available releases
Removed
- Removed custom script to check style in favor of code climate
- Removed old benchmark proof of concepts
- Removed GitLab pipeline
- Removed ability to pass
dbname
in theaddress
field of the PostgreSQL
config - the PostgreSQLaddress
config now only acceptshost:[port]
Fixed
- Resolved shellcheck errors
- Standardized spacing in
testutil
package - Fixed changelog prefill script
Deprecated
- Deprecated support for PG connector configurations with
address
field in favor ofhost
andport