Skip to content

Releases: kosmas-valianos/libproxyprotocol

v1.1.2

23 Sep 11:51
ba6141c
Compare
Choose a tag to compare

What's Changed

  • Fix Windows warning about snprintf
  • Fix Makefile all to actually build and run all (shared library, tests, example)
  • Fix warning in the example code
  • Fix variable's name in the example code. Use a new variable pp2_hdr_len for the v2 header instead of reusing the pp1_hdr_len

Full Changelog: v1.1.1...v1.1.2

v1.1.1

01 Apr 10:28
5203f09
Compare
Choose a tag to compare

What's Changed

  • Add helper function to quickly and easy create a v2 healthcheck header by @kosmas-valianos in #15

Full Changelog: v1.1.0...v1.1.1

v1.1.0

01 Apr 09:18
403e58a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

v1.0.0

29 Mar 12:26
f96b455
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.3...v1.0.0

v0.9.3

25 Mar 13:40
422166e
Compare
Choose a tag to compare

What's Changed

API changes

  • TLV values extraction by using explicit helper functions, decoupling the type/subtype implementation from the caller
  • Added address_family and transport_protocol in pp_info_t for easy extraction/creation from/by the caller

Additions

  • Added missing ability to create UNKNOWN v1 PROXY protocol headers

Full Changelog: v0.9.2...v0.9.3

v0.9.2

21 Mar 16:27
aa1b8d7
Compare
Choose a tag to compare

What's Changed

  • Added parsing/extraction support for all SSL information of the v2 PROXY protocol headers

v0.9.1

18 Mar 08:45
a7809ae
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.0...v0.9.1

v0.9.0

17 Mar 15:52
b204c68
Compare
Choose a tag to compare

Initial release

  • Create v1 PROXY protocol header
  • Create v2 PROXY protocol header
    • Adding TLVs not yet supported
  • Parse v1 PROXY protocol header
  • Parse v2 PROXY protocol header
    • Parsing PP2_TYPE_SSL TLVs is not yet supported. TLVs of such type will be ignored