Skip to content

HAProxy Data Plane API v2.4.5

Compare
Choose a tag to compare
@mjuraga mjuraga released this 18 Feb 09:38
· 347 commits to master since this release

Release Notes

HAProxy Data Plane API v2.4.5 0f4b1be

Build from: [email protected]:haproxytech/dataplaneapi.git
Build date: 2022-02-18T09:21:09Z

Changelog

  • 0f4b1be BUG/MINOR: server: make address required field
  • 9cbf8a2 BUG/MINOR: Fix memory leaks with time.After()
  • 5828a0a OPTIM/MINOR: Replace stdlib json calls with jsoniter for performance
  • 304c3ca BUG: Fix ineffective outer loop break
  • 2d10e52 BUG: Rework e5b3fbc patch with signal routine cleanup on reload
  • d1c85eb BUG: Fix race between initSignalHandler() and cfgInitOnce()
  • 60a6beb BUG: Fix data race between configureAPI() and reloadConfigurationFile()
  • d321bd8 BUG: Fix data race between configuration Save() and Load()
  • 939902c BUILD/MINOR: swagger: update generate swagger script to allow -rc1 tag
  • 3635225 BUILD/MINOR: gitlab: add diff to ci action
  • 9639775 OPTIM/MINOR: cfg: prevent simultanious call of Save
  • ca1807b BUG/MINOR: ci: on logging error, write correct command
  • bf5506a OPTIM/MINOR: conversion: use strconv instead of fmt
  • 2cc3252 BUG/MINOR: update config-parser to allow multiple settings of setenv
  • f804cff MINOR: rename internal variables to facts
  • c16147c CLEANUP/MINOR: cluster: add more readability to join function
  • d662e88 CLEANUP/MINOR: mode: use const values instead of strings