Releases: eclipse-uprotocol/up-java
Releases · eclipse-uprotocol/up-java
v2.0.0
Compatible with up-spec v1.6.0
What's Changed
- Remove subscriber from the communication folder README by @stevenhartley in #159
- Bugfix: Correct handling of communication status in InMemoryRpcClient by @neelam-kushwah in #163
- Update unsubscription request to include subscriber details by @neelam-kushwah in #165
- Add UPayload::unpack() of UMessage by @stevenhartley in #171
- Validate parameters passed to UMessageBuilder by @stevenhartley in #170
- Fix version in maven central and follow SEMVER requirements by @stevenhartley in #167
- Client-side of the Core uP-L3 service UTwin. by @stevenhartley in #161
Full Changelog: v0.2.0...v2.0.0
v0.2.0
What's Changed
- Add workflow for codeql analysis using Java 17 by @netomi in #112
- Add workflow for test coverage report and PR coverage comments by @neelam-kushwah in #115
- uProtocol up-L1 1.5.8 by @stevenhartley in #111
- Remove Dash tool plugin by @stevenhartley in #118
- Add linting workflow and address identified issues by @neelam-kushwah in #120
- Remove CloudEvents Code by @stevenhartley in #122
- Initial Commit of uP-L2 Communication Layer APIs by @stevenhartley in #119
- Revert "Remove CloudEvents Code" by @stevenhartley in #127
- Update to UUIDv7 by @stevenhartley in #126
- async UTransport and L2 APIs by @stevenhartley in #128
- Fix Priority Validation for UAttributes by @stevenhartley in #133
- Add CallOptions to Notifier & Publisher by @stevenhartley in #134
- InMemorySubscriber Functionality by @stevenhartley in #135
- Peg the version of up-spec to v1.6.0-alpha.2 by @stevenhartley in #137
- Add uri pattern matching logic and test cases by @neelam-kushwah in #138
- Address issues in InMemorySubscriber by @stevenhartley in #141
- Improve JavaDoc comments by @sophokles73 in #144
- Add API to UriValidator to check if URI has wildcard by @stevenhartley in #143
- Make uPayload static methods public by @stevenhartley in #150
- Adding UriFilter by @stevenhartley in #152
- Add open() API to UTransport by @stevenhartley in #153
- Move InMemorySubscriber from L2 communication module to L3 client mo… by @stevenhartley in #158
New Contributors
Full Changelog: v0.1.10...v0.2.0
v0.1.10
What's Changed
- Add validation for id property in uattributes by @neelam-kushwah in #105
- Check ranges for Micro URI and add missing test coverage by @stevenhartley in #97
- Improve serialization to short format by @sophokles73 in #108
- Check UAuthority and UResource names are not blank by @stevenhartley in #109
New Contributors
- @sophokles73 made their first contribution in #108
Full Changelog: v0.1.9...v0.1.10
What's Changed
- Add validation for id property in uattributes by @neelam-kushwah in #105
- Check ranges for Micro URI and add missing test coverage by @stevenhartley in #97
- Improve serialization to short format by @sophokles73 in #108
- Check UAuthority and UResource names are not blank by @stevenhartley in #109
New Contributors
- @sophokles73 made their first contribution in #108
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Use ce_name attribute for mapping UAttributes names to CloudEvent names by @stevenhartley in #89
- Add UUID Time based Helper methods by @neelam-kushwah in #90
- Fix: Use equality check in isRpcMethod() and isRpcResponse() by @neelam-kushwah in #91
- Add traceparent support on CloudEventFactory builder by @jefftindall in #95
- Copy traceparent on UCloudEvent.fromMessage by @jefftindall in #96
- Pull in the up-core-api 1.5.7 changes by @stevenhartley in #88
- Update link to Cloudevents doc by @yatsenko-ihor in #99
- Fix the uTwin package number by @stevenhartley in #101
- Change up-java versions by @stevenhartley in #100
New Contributors
- @yatsenko-ihor made their first contribution in #99
Full Changelog: up-java-1.5.8...v0.1.9-dev