Skip to content

Releases: icgood/proxy-protocol

Version 0.6.1

Choose a tag to compare

@github-actions github-actions released this 11 May 02:34
7a3a7ba

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

Choose a tag to compare

@icgood icgood released this 10 Feb 03:30
4cf2534
Merge pull request #20 from icgood/want-read

Make parsing independent of transport

Version 0.5.7

Choose a tag to compare

@icgood icgood released this 29 Oct 21:41
8d69c2c
Merge pull request #18 from icgood/pp-query

Specify PROXY protocol version in query params

Version 0.5.6

Choose a tag to compare

@icgood icgood released this 23 Sep 23:14
4be1985
Merge pull request #16 from icgood/bind

Fix the default bind hostname

Version 0.5.5

Choose a tag to compare

@icgood icgood released this 23 Sep 01:46
4ae65fb
Merge pull request #15 from icgood/docker

Fix docker build path

Version 0.5.4

Choose a tag to compare

@icgood icgood released this 16 Sep 04:07
615166d
  • Fix generated API doc issues

Version 0.5.3

Choose a tag to compare

@icgood icgood released this 16 Sep 03:31
ed13d16
  • Fix escaping on deployment conditions

Version 0.5.2

Choose a tag to compare

@icgood icgood released this 16 Sep 03:19
191f2ac
  • Fix duplicate deployment failure

Version 0.5.1

Choose a tag to compare

@icgood icgood released this 16 Sep 02:58
0b9bb83
  • Fix the automatic build triggering for tags

Version 0.5.0

Choose a tag to compare

@icgood icgood released this 16 Sep 02:25
20fa5e1
  • Support TLV data in V2 headers
  • Improves logging in server code
  • Minor typing improvements