This repository was archived by the owner on May 1, 2024. It is now read-only.
Releases: cmaster11/qvalet
Releases · cmaster11/qvalet
v2.1.0
v2.0.6
What's Changed
- Dockerfile with SSL CA certs, darwin arm64 build by @cmaster11 in #137
- Test PR close by @cmaster11 in #146
Full Changelog: v2.0.5...v2.0.6
v2.0.5
What's Changed
- fix: use proper github action for changelog by @cmaster11 in #123
Full Changelog: v2.0.4...v2.0.5
v2.0.4
v2.0.3
feat: The __qvRequest map now also contains the Hostname field
v2.0.2
feat: HTTP response plugin now supports returning a custom body via template
v2.0.1
fix: bad validation flag for listener methods
v2.0.0
qValet replaces the old go-to-exec!
Some changes:
- CORS support for HTTP response plugin
- Log by default to
os.Stdoutinstead ofos.Stderr - Upgraded some dependencies
BREAKING:
- The repository URL is now
https://github.com/cmaster11/qvalet - All new executables qill be prefixed with
qvalet, e.g.qvalet-linux-amd64 - The new Docker image will be
cmaster11/qvalet - All environment variables' prefix is now
QV_(instead of the oldGTE_) - The old
__gteHeaderspayload object is now part of the__qvRequestobject, as__qvRequest.Headers. - Prefix changes:
__gtePayloadArrayLength->__qvPayloadArrayLength__gteResult->__qvResult__gteRetry->__qvRetry__gteScheduleTime->__qvScheduleTime__gteApiKey->__qvApiKey__gtePayloadArrayLength->__qvPayloadArrayLength
v1.3.5
fix: When using a defaults file, env variables are now mapped using the GTE_DEFAULTS_ prefix
v1.3.4
better pgsql dsn support (e.g. unix socket)