Willy, as requested in the thread "[ANNOUNCE] haproxy-3.0-dev7":
> Regarding UUIDs, though, I've recently come across UUIDv7 which I found > particularly interesting, and that I think would be nice to implement > in the uuid() sample fetch function before 3.0 is released. No reg-tests added, as those doesn't allow meaningfully testing that the UUIDv7 is actually a UUIDv7. I have manually checked the output against https://uuid7.com/. Best regards Tim Duesterhus (3): MINOR: tools: Rename `ha_generate_uuid` to `ha_generate_uuid_v4` MINOR: Add `ha_generate_uuid_v7` MINOR: Add support for UUIDv7 to the `uuid` sample fetch addons/ot/src/scope.c | 2 +- doc/configuration.txt | 3 ++- include/haproxy/tools.h | 3 ++- src/flt_spoe.c | 2 +- src/sample.c | 42 +++++++++++++++++++++++++++++------------ src/tools.c | 29 ++++++++++++++++++++++++++-- 6 files changed, 63 insertions(+), 18 deletions(-) -- 2.43.2

