Releases: coreruleset/go-ftw
Releases · coreruleset/go-ftw
v0.5.0
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
v0.4.8
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
- @camelmasa made their first contribution in #135
Full Changelog: v0.4.7...v0.4.8
v0.4.7
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
- @dependabot made their first contribution in #130
Full Changelog: v0.4.6...v0.4.7
v0.4.6
v0.4.5
v0.4.4
v0.4.3
v0.4.2
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
What's changed
Chore
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)