Skip to content

release/v0.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Mar 09:11
de66dd1

Changelog

All notable changes to this project will be documented in this file. See commit-and-tag-version for commit guidelines.

0.4.0 (2025-03-26)

Features

  • Introduce Common Classes for kuksa.val.v1 and kuksa.val.v2 (81d9f82)

⚠ BREAKING CHANGES

  • Remove DataBrokerSubscriber (4be2081)
  • DataBrokerConnection#unsubscribe was removed
    the subscribe method now returns a CancelableContext which
    must be stored by the user, if canceling the subscription is needed.
  • kuksa.val.v1 and kuksa.val.v2 specific classes were slimlined
  • DataBrokerConnector: Package has been changed
  • DataBrokerConnection: Package has been changed
  • DataBrokerConnection: Api specific calls were moved to DatabrokerConnection#kuksaValV1 resp. DatabrokerConnection#kuksaValV2
  • DataBrokerConnectorV2: Removed
  • DataBrokerConnectionV2: Removed

0.3.2 (2025-02-20)

Bug Fixes

  • Dependency Clash with annotations-api (32f33e1)

0.3.1 (2025-01-15)

Features

  • First Release as a plain java library
  • Add Support for kuksa.val.v2 Protocol (b2a33e5)

Documentation

  • Add kuksa.val.v2 Documentation to README (e4ea538)
  • Add kuksa.val.v2 Samples (70c43f1)