Skip to content

Releases: rdkcentral/rbus

Release of v2.11.0

23 Dec 21:39

Choose a tag to compare

What's Changed

  • Addressed the subscription of event by the consumer upon Provider crash recovery.
  • Addressed the low priority Coverity issues.

Release of v2.10.0

23 Dec 21:37

Choose a tag to compare

What's Changed

  • Fixed the race condition within rtRetainable.
  • Addressed the logging level in rbuscore.
  • Addressed the dead code, return value, parse errors and unused variables.

Release of v2.9.0

23 Dec 21:29

Choose a tag to compare

What's Changed

  • Cleaned up the dead code
  • Handled the mutexes appropriately
  • Handled the return codes

Release of v2.8.0

23 Dec 20:34

Choose a tag to compare

What's Changed

  • Added improvements to internals of rbus

Full Changelog: v2.7.0...v2.8.0

Release of v2.7.0

07 Aug 00:12

Choose a tag to compare

What's Changed

Full Changelog: v2.6.0...v2.7.0

Release of v2.6.0

30 Jul 17:57

Choose a tag to compare

  • Added new github workflows that runs Valgrind and Address Sanitizer
  • Added Error handling & logging
  • Updated Sample and Test Apps to handle some of the field reported issue scenario and executed in workflow

Release of v2.5.0

30 Jul 17:56

Choose a tag to compare

  • Implemented a logic to not to accept any request from consumer when the provider is in blocked state
  • Printing a Warning when any of the system call failed
  • Fixed potential memory leaks that are identified by the address sanitizer
  • Fixed potential memory leaks that are reported by coverity
  • Changed the github workflow to post the code-coverage report in the github actions
  • Added Valgrind Check as workflow for every PRs

Release of v2.4.0

20 Jun 17:25

Choose a tag to compare

  • Fixed Memory Leak that was introduced by the recent change in rbus_getExt and rbus_setExt.
  • Handled data model name length and validness
  • Made rbusBuffer as public

Release of v2.3.0

14 Apr 19:18

Choose a tag to compare

  • Implemented Rollback Change for SetMulti API
  • Increased message buffer size to support longer DML names per TR369
  • Improved SetMulti and GetMulti APIs to handle single DML query efficiently.
  • Fixed the bug in rbusValue to string conversion for the invalid input.

Release of v2.2.0

14 Apr 19:14

Choose a tag to compare

  • Implemented APIs to Configure TimeOut for SET/GET
  • Cleanup the rbusValue for boolean
  • Implemented support dynamic table; Sync Handler