Skip to content

Conversation

@sophokles73
Copy link
Contributor

The UMessage::extract_protobuf function has still handled both
UPAYLOAD_FORMAT_PROTOBUF_WRAPPED_IN_ANY and UPAYLOAD_FORMAT_UNSPECIFIED
synonymously. This has been changed to only support the former payload
format as well as UPAYLOAD_FORMAT_PROTOBUF when extracting protobuf
payload.

Fixes #259

The UMessage::extract_protobuf function has still handled both
UPAYLOAD_FORMAT_PROTOBUF_WRAPPED_IN_ANY and UPAYLOAD_FORMAT_UNSPECIFIED
synonymously. This has been changed to only support the former payload
format as well as UPAYLOAD_FORMAT_PROTOBUF when extracting protobuf
payload.

Fixes eclipse-uprotocol#259
@sophokles73 sophokles73 added bug Something isn't working breaking change This pull request introduces a change to public API which is not backwards compatible labels Jun 17, 2025
Copy link
Contributor

@AnotherDaniel AnotherDaniel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

@sophokles73 sophokles73 merged commit 6c7c8ec into eclipse-uprotocol:main Jun 17, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

breaking change This pull request introduces a change to public API which is not backwards compatible bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Protobuf payload deserialization

2 participants