Skip to content

Releases: icgood/proxy-protocol

Version 0.6.1

11 May 02:34
7a3a7ba

Choose a tag to compare

Change Log

  • Switch to the GitHub Actions build badge (#24) @icgood
  • Switch to Github Actions build workflows (#23) @icgood
  • Improve TLV init from other TLVs (#22) @icgood
  • Use Python 3.9 as the default version (#21) @icgood

Version 0.6.0

10 Feb 03:30
4cf2534

Choose a tag to compare

Merge pull request #20 from icgood/want-read

Make parsing independent of transport

Version 0.5.7

29 Oct 21:41
8d69c2c

Choose a tag to compare

Merge pull request #18 from icgood/pp-query

Specify PROXY protocol version in query params

Version 0.5.6

23 Sep 23:14
4be1985

Choose a tag to compare

Merge pull request #16 from icgood/bind

Fix the default bind hostname

Version 0.5.5

23 Sep 01:46
4ae65fb

Choose a tag to compare

Merge pull request #15 from icgood/docker

Fix docker build path

Version 0.5.4

16 Sep 04:07
615166d

Choose a tag to compare

  • Fix generated API doc issues

Version 0.5.3

16 Sep 03:31
ed13d16

Choose a tag to compare

  • Fix escaping on deployment conditions

Version 0.5.2

16 Sep 03:19
191f2ac

Choose a tag to compare

  • Fix duplicate deployment failure

Version 0.5.1

16 Sep 02:58
0b9bb83

Choose a tag to compare

  • Fix the automatic build triggering for tags

Version 0.5.0

16 Sep 02:25
20fa5e1

Choose a tag to compare

  • Support TLV data in V2 headers
  • Improves logging in server code
  • Minor typing improvements