Skip to content

Releases: coreruleset/go-ftw

v1.0.3

21 Jun 16:03
e81b217
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

Others

v1.0.2

14 Jun 16:21
74d760f
Compare
Choose a tag to compare

Changelog

Bug fixes

Others

v1.0.1

01 Jun 15:52
f35690f
Compare
Choose a tag to compare

Changelog

Features

Others

v1.0.0

22 May 04:20
c4f09f9
Compare
Choose a tag to compare

Changelog

Features

Bug fixes

Others

v0.6.4

09 Feb 17:05
c105a85
Compare
Choose a tag to compare

What's Changed

  • [StepSecurity] Apply security best practices by @step-security-bot in #220
  • Attempts to fix 0.6.3 by @jcchavezs in #249
  • chore: create scorecard.yml by @fzipi in #216
  • chore: fix MendRenovate ignore list by @theseion in #247
  • chore: make MendRenovate ignore updates to go-yaml by @theseion in #242
  • chore: revert goccy/go-yaml to v1.9.2 by @theseion in #237
  • chore: update pre-commit config by @theseion in #238
  • chore(deps): bump actions/checkout from 3.6.0 to 4.1.1 by @dependabot in #224
  • chore(deps): bump actions/upload-artifact from 3.1.3 to 4.0.0 by @dependabot in #223
  • chore(deps): bump actions/upload-artifact from 4.0.0 to 4.1.0 by @dependabot in #232
  • chore(deps): bump actions/upload-artifact from 4.2.0 to 4.3.0 by @dependabot in #235
  • chore(deps): bump actions/upload-artifact from 4.3.0 to 4.3.1 by @dependabot in #245
  • chore(deps): bump github.com/goccy/go-yaml from 1.11.0 to 1.11.2 by @dependabot in #181
  • chore(deps): bump github.com/google/uuid from 1.3.0 to 1.3.1 by @dependabot in #178
  • chore(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0 by @dependabot in #185
  • chore(deps): bump github.com/rs/zerolog from 1.30.0 to 1.31.0 by @dependabot in #182
  • chore(deps): bump github/codeql-action from 2.22.11 to 3.22.11 by @dependabot in #225
  • chore(deps): bump golang.org/x/crypto from 0.16.0 to 0.17.0 by @dependabot in #227
  • chore(deps): bump golang.org/x/net from 0.14.0 to 0.15.0 by @dependabot in #180
  • chore(deps): bump golang.org/x/net from 0.15.0 to 0.16.0 by @dependabot in #183
  • chore(deps): bump golang.org/x/net from 0.16.0 to 0.17.0 by @dependabot in #184
  • chore(deps): update actions/checkout action to v4 by @renovate in #190
  • chore(deps): update actions/setup-go action to v4 by @renovate in #191
  • chore(deps): update actions/setup-go action to v5 by @renovate in #214
  • chore(deps): update actions/upload-artifact action to v4.2.0 by @renovate in #233
  • chore(deps): update all non-major dependencies by @renovate in #218
  • chore(deps): update alpine:3 docker digest to c5b1261 by @renovate in #240
  • chore(deps): update docker/login-action action to v3 by @renovate in #192
  • chore(deps): update docker/setup-buildx-action action to v3 by @renovate in #193
  • chore(deps): update docker/setup-qemu-action action to v3 by @renovate in #194
  • chore(deps): update github/codeql-action action to v3 by @renovate in #217
  • chore(deps): update github/codeql-action action to v3.22.12 by @renovate in #228
  • chore(deps): update github/codeql-action action to v3.23.0 by @renovate in #229
  • chore(deps): update github/codeql-action action to v3.23.1 by @renovate in #231
  • chore(deps): update goreleaser/goreleaser-action action to v5 by @renovate in #195
  • chore(deps): update sonarsource/sonarcloud-github-action digest to 44eed60 by @renovate in #246
  • Configure Renovate by @renovate in #186
  • docs: update README by @fzipi in #201
  • feat: move test type to its own package by @fzipi in #208
  • fix: always pass FTWTest as pointer by @theseion in #250
  • fix: goccy/yaml regression performance by @fzipi in #199
  • fix: properly apply test overrides to autocomplete_headers by @theseion in #202
  • fix: publishing packages to GitHub requires write permissions by @theseion in #251
  • fix: update permissions on release action by @fzipi in #226
  • fix: use koanfv2 for imported module by @fzipi in #212
  • fix(deps): update all non-major dependencies by @renovate in #188, #215, #234, #239, #241, #243
  • fix(deps): update github.com/icza/backscanner digest to bf6beb7 by @renovate in #187
  • fix(deps): update module github.com/knadh/koanf to v2 by @renovate in #196
  • fix(deps): update module golang.org/x/net to v0.18.0 by @renovate in #206
  • fix(deps): update module golang.org/x/net to v0.19.0 by @renovate in #213
  • fix(deps): update module golang.org/x/net to v0.20.0 by @renovate in #230
  • fix(deps): update module golang.org/x/net to v0.21.0 by @renovate in #248
  • tests: add tests for empty override of autocomplete_headers by @theseion in #204

New Contributors

Full Changelog: v0.6.2...v0.6.4

v0.6.2

23 Aug 19:18
ceb4bc9
Compare
Choose a tag to compare

What's Changed

  • feat: add magefile by @fzipi in #171
  • fix: another try to fix goreleaser slack announce by @fzipi in #164
  • chore(deps): bump github.com/rs/zerolog from 1.29.1 to 1.30.0 by @dependabot in #173
  • chore(deps): bump golang.org/x/net from 0.12.0 to 0.14.0 by @dependabot in #174
  • fix: reduce log level when writing headers by @theseion in #175
  • fix: no longer negate autocomplete_headers option by @theseion in #176
  • fix runner expected-error check potential panic by @4lisalehi in #177

New Contributors

Full Changelog: v0.6.1...v0.6.2

v0.6.1

25 Jul 05:25
Compare
Choose a tag to compare

What's Changed

  • chore: update configs to current goreleaser spec by @theseion in #170

Full Changelog: v0.6.0...v0.6.1

v0.6.0

11 Jul 18:43
9049d9d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

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