Skip to content

Releases: coreruleset/go-ftw

v0.5.0

17 Jun 13:28
Compare
Choose a tag to compare

What's Changed

  • fix: try to make Slack accept release notes by @theseion in #146
  • chore: implements remaining overrides by @M4tteoP in #148
  • chore(ci): create dependabot for dependency updating by @fzipi in #150
  • feat: add waiting for http response by @fzipi in #149
  • fix: use full response to check in tests by @fzipi in #153
  • chore: update deps by @fzipi in #159
  • chore(deps): bump golang.org/x/net from 0.7.0 to 0.10.0 by @dependabot in #155
  • chore(deps): bump github.com/knadh/koanf from 1.4.4 to 1.5.0 by @dependabot in #157
  • docs: update README by @fzipi in #160
  • chore(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #161
  • chore(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #163
  • Reformat as testify by @fzipi in #162

Full Changelog: v0.4.9...v0.5.0

v0.4.9

30 Mar 05:22
Compare
Choose a tag to compare

What's Changed

  • feat(config): adds override_empty_host_header flag by @M4tteoP in #132

Full Changelog: v0.4.8...v0.4.9

v0.4.8

13 Mar 17:57
37416a5
Compare
Choose a tag to compare

What's Changed

  • fix: send Content-Length header if there is payload by @camelmasa in #135
  • fix: checkResult now matches all outputs required in the rule by @M4tteoP in #139
  • fix: goreleaser slack template by @fzipi in #140

New Contributors

Full Changelog: v0.4.7...v0.4.8

v0.4.7

23 Feb 11:16
94ab311
Compare
Choose a tag to compare

What's Changed

  • fix(goreleaser): invalid Slack blocks configuration by @theseion in #126
  • chore: fix some messages catalog correspondences by @M4tteoP in #127
  • chore(deps): bump golang.org/x/net from 0.1.0 to 0.7.0 by @dependabot in #130
  • chore: update documentation of test request rule by @theseion in #131

New Contributors

Full Changelog: v0.4.6...v0.4.7

v0.4.6

19 Dec 19:27
2a8aa52
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6

v0.4.5

04 Dec 11:52
7e7f89b
Compare
Choose a tag to compare

What's Changed

  • fix(ci): add env var with token by @fzipi in #121
  • feat: move config to parameter instead of global by @fzipi in #123
  • feat(config): add default max marker as default values by @fzipi in #124

Full Changelog: v0.4.4...v0.4.5

v0.4.4

29 Nov 22:13
b322f52
Compare
Choose a tag to compare

What's Changed

  • chore: removes a misleading comment by @M4tteoP in #119
  • feat(ci): add slack message when a new release is out by @fzipi in #118
  • fix: create empty lists in stats by @fzipi in #120

Full Changelog: v0.4.3...v0.4.4

v0.4.3

21 Nov 22:05
e77aee3
Compare
Choose a tag to compare

What's Changed

  • fix: downgrade bad goccy/go-yaml version by @fzipi in #117

Full Changelog: v0.4.2...v0.4.3

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)