Skip to content

v4.6.0

Compare
Choose a tag to compare
@oxyno-zeta oxyno-zeta released this 22 Oct 11:19
· 112 commits to master since this release
10c01d9

4.6.0 (2022-10-22)

Bug Fixes

  • bucket: Force get object body to be closed (6216860)
  • deps: update github.com/johannesboyne/gofakes3 digest to 532d036 (18cb54d)
  • deps: update github.com/johannesboyne/gofakes3 digest to 83a58ec (e30d9f2)
  • deps: update github.com/johannesboyne/gofakes3 digest to c3ac35d (640883d)
  • deps: update golang.org/x/net digest to 2871e0c (28f8e90)
  • deps: update golang.org/x/net digest to 41545e8 (#298) (001b9f2)
  • deps: update golang.org/x/net digest to 749bd19 (889b073)
  • deps: update golang.org/x/net digest to c90051b (3f3ae8d)
  • deps: update golang.org/x/oauth2 digest to d0670ef (7b677c6)
  • deps: update golang.org/x/oauth2 digest to fd043fe (449f583)
  • deps: update golang.org/x/sync digest to 0de741c (3114046)
  • deps: update module github.com/coreos/go-oidc/v3 to v3.2.0 (a6b9aad)
  • deps: update module github.com/fsnotify/fsnotify to v1.5.4 (811af00)
  • deps: update module github.com/go-chi/cors to v1.2.1 (598a6b9)
  • deps: update module github.com/go-playground/validator/v10 to v10.11.0 (0207330)
  • deps: update module github.com/prometheus/client_golang to v1.12.2 (284f36d)
  • deps: update module github.com/spf13/viper to v1.11.0 (d205b0f)
  • deps: update module github.com/spf13/viper to v1.12.0 (#287) (614fb18)
  • deps: update module github.com/stretchr/testify to v1.8.0 (8062b7a)
  • deps: update module gopkg.in/yaml.v3 to v3.0.1 (88c7ef7)

Continuous Integration

  • Increase default timeout for Golang linter (10c01d9)

Documentation

  • Add link and section for s3-proxy-interfaces (0d2afce)
  • Improve documentation about authorization accesses (133374a), closes #265

Features

  • Add server timeout configuration with default value against Slowloris attack (8e9c8cb)
  • Change error management package and fix logger error management (bc276ab)

Maintenance

  • Add default install hooks on pre-commit (ac05ddc)
  • Add github funding links (277671c)
  • Patch README to add proper CI Badge (5c3e41a)
  • Upgrade golang dependencies (891128a)
  • Upgrade golang to 1.19 (6e3b5f7)
  • Upgrade linter (0ebf411)
  • Upgrade mkdocs-material and mkdocs-awesome-pages-plugin (4eee402)
  • Upgrade pre-commit hooks (9feb84d)
  • deps: update actions/setup-python action to v4 (396ddc5)
  • deps: update actions/stale action to v6 (#314) (48819c5)
  • deps: update dependency alpine to v3.16 (688ca2c)
  • deps: update docker/setup-qemu-action action to v2 (c892e17)
  • Upgrade pre-commit hooks (b7b7f1c)

Pull Requests

  • Merge pull request #291 from oxyno-zeta/renovate/github.com-stretchr-testify-1.x (5307ee6), closes #291
  • Merge pull request #290 from oxyno-zeta/renovate/golang.org-x-net-digest (46d9282), closes #290
  • Merge pull request #281 from oxyno-zeta/renovate/golang.org-x-sync-digest (f615703), closes #281
  • Merge pull request #280 from oxyno-zeta/renovate/github.com-prometheus-client_golang-1.x (b957463), closes #280
  • Merge pull request #293 from oxyno-zeta/renovate/golang.org-x-oauth2-digest (84f41c1), closes #293
  • Merge pull request #294 from oxyno-zeta/renovate/github.com-johannesboyne-gofakes3-digest (c083bbc), closes #294
  • Merge pull request #292 from oxyno-zeta/renovate/actions-setup-python-4.x (c26c1de), closes #292
  • Merge pull request #289 from oxyno-zeta/renovate/golang.org-x-oauth2-digest (ad367b7), closes #289
  • Merge pull request #283 from oxyno-zeta/renovate/github.com-johannesboyne-gofakes3-digest (46f5b99), closes #283
  • Merge pull request #284 from oxyno-zeta/renovate/gopkg.in-yaml.v3-3.x (bb84bf2), closes #284
  • Merge pull request #285 from oxyno-zeta/renovate/alpine-3.x (0fd47af), closes #285
  • Merge pull request #279 from oxyno-zeta/renovate/github.com-coreos-go-oidc-v3-3.x (b4e7923), closes #279
  • Merge pull request #276 from oxyno-zeta/renovate/docker-setup-qemu-action-2.x (52a2217), closes #276
  • Merge pull request #273 from oxyno-zeta/renovate/github.com-go-chi-cors-1.x (5a3eb59), closes #273
  • Merge pull request #271 from oxyno-zeta/renovate/github.com-spf13-viper-1.x (083829d), closes #271
  • Merge pull request #275 from oxyno-zeta/renovate/github.com-go-playground-validator-v10-10.x (6427605), closes #275
  • Merge pull request #272 from oxyno-zeta/renovate/github.com-johannesboyne-gofakes3-digest (a73db85), closes #272
  • Merge pull request #267 from oxyno-zeta/renovate/golang.org-x-net-digest (a2fb3e5), closes #267
  • Merge pull request #274 from oxyno-zeta/renovate/github.com-fsnotify-fsnotify-1.x (2c3599d), closes #274
  • Merge pull request #264 from oxyno-zeta/renovate/golang.org-x-net-digest (cc7e929), closes #264

Styles

  • Fix all linter errors (3ae37a6)
  • response-handler: Simplify code (fe0bd91)