eclipse-uprotocol / up-cpp

uProtocol Language Specific Library for C++
Apache License 2.0
15 stars 25 forks source link

Replace UUIDv8 with UUIDv7 #156

Closed gregmedd closed 3 weeks ago

gregmedd commented 1 month ago

The spec has changed to requiring UUIDv7. This provides better ability to uniquely identify messages.

The UUID code in up-cpp all needs to be updated to use UUIDv7 instead of UUIDv8. This includes the validator, generator, and serializer.

BishrutSubedi commented 1 month ago

I'll happy to work on switching from v8 to v7

billpittman commented 3 weeks ago

I'm taking on this task.