Skip to content

Releases: coreruleset/go-ftw

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

v0.2.5

22 Mar 13:50
v0.2.5
4166cb8
Compare
Choose a tag to compare

Changelog

a4787dc Added the correct timezone to parsing of dates
5b20d99 Merge pull request #23 from airween/timeformatfix
4166cb8 Merge pull request #24 from fzipi/fix-check-diplay-failed-files
99f3e8a fix(check): print error about failing files now

v0.2.4

21 Mar 11:17
v0.2.4
af56f06
Compare
Choose a tag to compare

Changelog

5177c1b Merge pull request #21 from fzipi/fix-readme
af56f06 Merge pull request #22 from fzipi/compare-with-timezones
569859d fix(tz): compare datetimes using timezones