Skip to content

Tags: eclipse-uprotocol/up-spec

Tags

v1.6.0-alpha.7

Toggle v1.6.0-alpha.7's commit message
Add GitHub Release Notes configuration

v1.6.0-alpha.6

Toggle v1.6.0-alpha.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add missing utest attribute for reset-protobuf requirement (#299)

v1.6.0-alpha.5

Toggle v1.6.0-alpha.5's commit message
Add Gherkin Feature files

The Feature files are supposed to serve as "test vectors" for
asserting compliance with (aspects of) the specification.

v1.6.0-alpha.4

Toggle v1.6.0-alpha.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Set API from uTwin (#252)

The set API is not part of the public APIs that clients will use so it needs to be removed.

#221

v1.6.0-alpha.3

Toggle v1.6.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates to uattributes and MQTT5 specifications (#204)

* Updates to uattributes and MQTT5 specifications

The following changes adds D2D usecase for the MQTT5 transport, fixes the uE-2-uE use case, and adds OFT tags to uatributes and MQTT5 specs.

#192, #169

---------

Co-authored-by: Kai Hudalla <[email protected]>
Co-authored-by: Pete LeVasseur <[email protected]>

v1.6.0-alpha.2

Toggle v1.6.0-alpha.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix warning for unused ustatus.proto (#186)

Once I committed #173 I caused an issue with a warning that appears that ustatus proto is included in uattributes.proto even though it is not used so this issue will be used to remove the warning.

#185

v1.5.8

Toggle v1.5.8's commit message
[maven-release-plugin] prepare for next development iteration

uprotocol-core-api-1.5.8

Toggle uprotocol-core-api-1.5.8's commit message
[maven-release-plugin] copy for tag uprotocol-core-api-1.5.8

v1.5.7

Toggle v1.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove RpcServer Interface (#84)

* Remove RpcServer Interface

the following change merges the UTransport::registerListener() with the RpcServer::registerRpcListener() as the APIs did the same thing to register a listener based on a given URI.

#73

* minor change to remove comma

v1.5.6

Toggle v1.5.6's commit message
Cleanup of UAttributes & CloudEvent Specs

With the completion of uProtocol 1.5 specifications, the following change
moves the UAttributes documentation to proto and cleans up the
CloudEvent-to-UAttributes mapping requirements