Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Releases: cmaster11/qvalet

v2.1.0

04 Sep 16:05
d14e211
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.6...v2.1.0

v2.0.6

04 Sep 08:32
ebf8a78
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.5...v2.0.6

v2.0.5

02 Jul 06:36
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.4...v2.0.5

v2.0.4

02 Jul 05:49
9193950
Compare
Choose a tag to compare

chore: updated many dependencies (#120)

v2.0.3

12 Nov 13:14
Compare
Choose a tag to compare

feat: The __qvRequest map now also contains the Hostname field

v2.0.2

11 Nov 15:08
Compare
Choose a tag to compare

feat: HTTP response plugin now supports returning a custom body via template

v2.0.1

11 Nov 13:36
Compare
Choose a tag to compare

fix: bad validation flag for listener methods

v2.0.0

30 Oct 07:20
23c7a76
Compare
Choose a tag to compare

qValet replaces the old go-to-exec!

Some changes:

  • CORS support for HTTP response plugin
  • Log by default to os.Stdout instead of os.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 old GTE_)
  • The old __gteHeaders payload object is now part of the __qvRequest object, as __qvRequest.Headers.
  • Prefix changes:
    • __gtePayloadArrayLength -> __qvPayloadArrayLength
    • __gteResult -> __qvResult
    • __gteRetry -> __qvRetry
    • __gteScheduleTime -> __qvScheduleTime
    • __gteApiKey -> __qvApiKey
    • __gtePayloadArrayLength -> __qvPayloadArrayLength

v1.3.5

25 Oct 16:24
Compare
Choose a tag to compare

fix: When using a defaults file, env variables are now mapped using the GTE_DEFAULTS_ prefix

v1.3.4

23 Oct 15:54
Compare
Choose a tag to compare

better pgsql dsn support (e.g. unix socket)