Skip to content

HAProxy Data Plane API v3.2.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 28 May 00:24

Release Notes

HAProxy Data Plane API v3.2.0 d5e775c

Build from: git@github.com:haproxytech/dataplaneapi.git
Build date: 2025-05-27T23:48:11Z

Changelog

  • ddcd663 BUG/MAJOR: configuration: fix setting of duration types in the config
  • 89af159 BUG/MAJOR: runtime_server: fix adding all the server options for server
  • a152b62 BUG/MAJOR: users: fix panic when insecure isn't set
  • 0d8b695 BUG/MINOR: authentication: respect userlist settings when configured
  • ae70fc0 BUG/MINOR: general_storage: fix error message when no FileUpload specified
  • 400c30f BUG/MINOR: reload: fix service name for s6 reload strategy
  • 78d90b6 BUG/MINOR: runtime: fix creating servers with HAProxy >= 3.0
  • c7eacf1 BUG/MINOR: ssl: Add support for skip_reload parameter
  • 3c14451 BUILD/MAJOR: go.mod: fix golang CVE-2025-22872
  • f5fa575 BUILD/MAJOR: go.mod: upgrade go libraries
  • c39246a BUILD/MEDIUM: go: upgrade go to 1.24.0
  • d5e775c BUILD/MEDIUM: version: upgrade to version 3.2
  • 3955570 BUILD/MINOR: add cpu to aspell ignore list
  • 910d045 BUILD/MINOR: aspell: add cve to ignore list
  • 076967b BUILD/MINOR: bump client-native dependency
  • 3f8371e BUILD/MINOR: ci: upgrade bats version
  • f2e421a BUILD/MINOR: client-native: upgrade client-native in go.mod
  • 1b63b07 BUILD/MINOR: go.mod: change format of go version
  • a0970bd BUILD/MINOR: go.mod: update Go indirect packages
  • eeb0e12 BUILD/MINOR: go.mod: update Go packages
  • 17aaea1 BUILD/MINOR: go.mod: update Go packages
  • 3bc862a BUILD/MINOR: go.mod: update github.com/aws/aws-sdk-go-v2
  • 26f3fff BUILD/MINOR: go.mod: update github.com/aws/aws-sdk-go-v2
  • 88bb361 BUILD/MINOR: go.mod: update github.com/aws/aws-sdk-go-v2
  • ad88102 BUILD/MINOR: go.mod: update golang.org/x packages
  • 61909a6 BUILD/MINOR: go.mod: update golang.org/x packages
  • 00a8f0e BUILD/MINOR: go.mod: upgrade client-native
  • 103039c BUILD/MINOR: golangci-lint: upgrade linter and fix lint issues
  • a9af3b7 DOC/MAJOR: configuration: doc the configuration file options in full
  • f0b05e2 DOC: Mention preferred_time_suffix in the example
  • 47f2c42 MEDIUM: Add acme section support
  • 33daaac MEDIUM: Add support for the ssl-f-use keyword
  • c103fdd MEDIUM: client-native: upgrade client-native to support 3.2 keywords
  • 62ca7d9 MEDIUM: defaults: add support for child resources in defaults section
  • cc259ef MEDIUM: runtime: add APIs for certificates, crl, ocsp & crt-lists
  • 623a315 MINOR: Add Subject and Serial to certificate response
  • cb18b5f MINOR: add validation cpu-set's directive in global section
  • ab74d45 MINOR: sd: non setting port with a zero value
  • 2db668f MINOR: spec: aligning to latest changes in client-native
  • 42ebd3c REORG/MINOR: do not use logrus directly in handlers
  • 6a8e14d TEST/MINOR: e2e: add 3.2 for CI and remove 2.9
  • d21a619 TEST/MINOR: e2e: add proper haproxy config for x_issue_132 test
  • d1c396b TEST/MINOR: e2e: fix cache tests
  • 983d2ad TEST/MINOR: e2e: remove debug traces
  • 80e6082 TEST/MINOR: fix random fails on CI when removing a default section
  • 97b010c TEST/MINOR: program: fix tests for deprecated section
  • cdd356b TEST/MINOR: runtime_server: add runtime server unit test
  • 5f49be4 TEST/MINOR: ssl_cert: fix removing of added cert
  • bfba9bb TEST/MINOR: try to fix bug_132 failures on CI