Skip to content

Releases: coreruleset/go-ftw

v0.4.2

19 Nov 19:49
f9d282b
Compare
Choose a tag to compare

What's Changed

  • fix: properly URL encode data for POST requests by @theseion in #96
  • fix: remove obsolete use of tzdata by @theseion in #95
  • fix: remove most uses of log.Fatal when running programatically by @anuraaga in #99
  • ci: setup buildx for release docker builds by @fzipi in #100
  • fix(check): explain why files are not properly formatted by @fzipi in #102
  • fix: only escape key/values for data in POST requests. by @anuraaga in #103
  • Overhaul README.md by @dune73 in #98
  • feat: only output failed tests by @fzipi in #105
  • feat(output): adds new interface for showing test results by @fzipi in #82
  • fix: look more than one line for log markers by @theseion in #107
  • New release: 0.4.2 by @fzipi in #109
  • chore: fix readme code blocks by @fzipi in #112
  • docs: update readme with new features by @fzipi in #113

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

02 Nov 20:21
Compare
Choose a tag to compare

What's changed

Chore

  • update Go and action versions (#89)
  • fix goreleaser url homepage after migration (#87)

Ci

  • setup buildx for release docker builds
  • add branch develop (#97)

Docs

  • small fixed on README (#94)

Feat

  • testoverride ignore/forcefail/forcepass as regexes (#80)
  • use goreleaser default naming for published archives (#91)
  • publish docker images to ghcr with release (#88)

Feature

  • look for ~/.ftw.yaml after looking in local folder

Fix

  • remove most uses of log.Fatal when running (#99)
  • remove obsolete use of tzdata (#95)
  • properly URL encode data for POST requests (#96)
  • simplify sonar workflow and only run on push (#92)

Test

  • enhance general coverage (#90)

Full Changes: (v0.4.0...v0.4.1) (2022-11-02)

v0.4.0

04 Oct 00:49
v0.4.0
6301a58
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

  • cf181f5: Revert "fix: remove RTT tracking from client/transport in favor of direct tra…" (@fzipi)
  • bfc2f2c: fix(run): fix handling runner reponse errors (@fzipi)
  • ca4ba26: fix: Close net.Conn before setting up a new one (@theseion)
  • 5177b3a: fix: Reuse connection transport for marker requests (@theseion)
  • 76f3ca3: fix: close previous connection before starting new one (@anuraaga)
  • c13ae5f: fix: override port with missing port inside test. (@M4tteoP)
  • e33dc16: fix: remove RTT tracking from client/transport in favor of direct tracking. (@anuraaga)

Others

v0.4.0-rc3

05 Mar 22:59
v0.4.0-rc3
badb58d
Compare
Choose a tag to compare
v0.4.0-rc3 Pre-release
Pre-release

Changelog

Bug fixes

Others

v0.4.0-rc2

21 Feb 12:05
v0.4.0-rc2
1e3461c
Compare
Choose a tag to compare
v0.4.0-rc2 Pre-release
Pre-release

Changelog

  • 1518cfe Merge pull request #44 from fzipi/override-host-port-tests
  • 6307d19 Merge pull request #45 from fzipi/override-output-result-tests
  • 1e3461c Merge pull request #46 from fzipi/set-cloud-mode-using-cli-param
  • 2e585fd feat(cloud): add also cli param to use cloud mode
  • d41e859 feat(override): adds feature for everriding host and port globally on all tests
  • ff5a48e feat(tests): add overrides for running in cloud mode
  • 1ab43cc fix(test): add more coverage
  • bedef5c fix(tls): update minimal version in client to tls 1.2

v0.4.0-rc1

25 Jan 22:52
v0.4.0-rc1
Compare
Choose a tag to compare
v0.4.0-rc1 Pre-release
Pre-release

Changelog

  • 346020e ci(sonarcloud): add new coverage and quality badges
  • 0d17a47 ci: upgrade to 1.16
  • 59a32e7 feat(debug): only show http message in debug mode. to see all use trace
  • c09292b feat(errors): extend tests to get better accuracy in error lines - add method to get file line from failed tests - add ttests for the feature
  • 4ad8a08 fix(ci): update test build to go 1.16
  • 01eaefd fix(timer): extend time to let container write logs
  • 24d5a48 fix: add constant to fix code smell
  • b6ecbe6 improvement(test): adds coverage

v0.3.3

13 Jun 16:33
v0.3.3
Compare
Choose a tag to compare

Changelog

f92f4b3 feat(ci): add Go tests in CI
a7ffb4f feat(cookies): add cookie support

v0.3.2

06 Jun 14:38
v0.3.2
Compare
Choose a tag to compare

Changelog

deacd50 feat(config): move from viper to kaonf for proper env vars parsing

v0.3.1

29 May 18:48
v0.3.1
Compare
Choose a tag to compare

Changelog

db8fb0e fix(core): change returning as Go err to using os.Exit instead

v0.3.0

23 May 22:31
v0.3.0
Compare
Choose a tag to compare

Changelog

b886cfd Merge pull request #26 from fzipi/feature-override-test
febeecb Merge pull request #27 from fzipi/add-lgtm
068f578 feat(badge): add LGTM
3b8002a feat(tests): add test result overrides
e95fcc3 fix(glob): globbing was not getting files recursively
19520c7 fix(http): do not skip checking TLS certificate
2e99290 fix(unrecheable): returns an error so all code is recheable now