Releases: kosmas-valianos/libproxyprotocol
Releases · kosmas-valianos/libproxyprotocol
v1.3.1
v1.3.0
v1.2.2
What's Changed
- const buffer for the pp2_parse_hdr func by @kosmas-valianos in #25
Full Changelog: v1.2.1...v1.2.2
v1.2.1
- Fixed a comment
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Fix error set in create_hdr functions by @kosmas-valianos in #21
- Initialize pp_info_out in tests by @kosmas-valianos in #22
- Strict ansi C for the lib and the example sources by @kosmas-valianos in #23
Full Changelog: v1.1.3...v1.2.0
v1.1.3
What's Changed
- Update codeql.yml by @kosmas-valianos in #18
- correct API documentation by @yrutschle in #17
New Contributors
- @yrutschle made their first contribution in #17
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Fix Windows warning about
snprintf - Fix Makefile
allto 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_lenfor the v2 header instead of reusing thepp1_hdr_len
Full Changelog: v1.1.1...v1.1.2
v1.1.1
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
What's Changed
- Add support for alignment, padding using a NOOP TLV when creating v2 header by @kosmas-valianos in #13
- Fix alignment calculations by @kosmas-valianos in #14
Full Changelog: v1.0.0...v1.1.0
v1.0.0
What's Changed
- Add support for adding TLVs when creating v2 PROXY protocol headers by @kosmas-valianos in #11
- Update documentation by @kosmas-valianos in #12
Full Changelog: v0.9.3...v1.0.0