Skip to content

Releases: rdkcentral/rbus

Release of v2.3.0

14 Apr 19:18
Compare
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
Compare
Choose a tag to compare
  • Implemented APIs to Configure TimeOut for SET/GET
  • Cleanup the rbusValue for boolean
  • Implemented support dynamic table; Sync Handler

Release of rbus-2.1.0

23 Jan 13:41
Compare
Choose a tag to compare
  • Migrated rbus_session_manager to be rbus app instead of rbuscore
  • Added support to publish rbusEvent without event data
  • Incorporated memory leak fixes from community
  • Added initial commit for SetCommit and GetAttributes method support
  • Fixed a issue in receiving event when subscribed after rbus_close and then rbus_open.
  • Fixed memory leak and mutex locks
  • Fixed line ending in rbuscli
  • Fixed the ComponentID when publishing Event from provider

Release of rbus-2.0.13

23 Jan 13:32
Compare
Choose a tag to compare
  • Uninitialized variable leading to crash on certain platform; Fixed
  • Handled partial sucess of rbus_getExt in rbuscli
  • Fixed memory leak in rbuscore library

Release of rbus-2.0.12

23 Jan 13:21
Compare
Choose a tag to compare
  • Fixed the Error Codes for public APIs
  • Fixed the Memory Leak within rbus library and sample codes
  • Fixed rbusValue_t of boolean to true n false
  • Workflow updated to run code coverage

Release of rbus-2.0.11

19 Jan 16:49
Compare
Choose a tag to compare
  1. Improved RBUS Broadcast Listener Support
  2. Implemented Raw Data Exchange (TLV) over Direct/Private Connection
  3. Improved Event Subscription handling

Release of rbus-2.0.10

19 Jan 16:46
Compare
Choose a tag to compare
  • Enhanced test suite that covers all permutation combination of rbus public APIs.
  • Improved Code Coverage in Unit Testing

Release of rbus-2.0.9

10 Nov 16:37
Compare
Choose a tag to compare

This release includes includes the following.

  • Use of separate access mutex for the events that is subscribed and for the events that are provided
  • Fixed the memory leak issues
  • Fixed accessing of unprotected memory
  • Defined approach to identify the exit/crash of consumer and provider for the events that are subscribed and removed from the list
  • Fixed minor bug fixes

Release of rbus-2.0.6

04 Jul 18:05
Compare
Choose a tag to compare

This release includes bug minor fixes which includes,

  1. Removal of unused method which actually calls system() function
  2. Registration of Property as Sibling to a Table is restricted.
  3. Updated Unit test program to handle the Events appropriately
  4. Address OpenTelemetry related bugs and enhanced test application to validate the same.

Release of rbus-2.0.5

30 May 16:21
Compare
Choose a tag to compare
  1. Implemented RBUS Private/Direct Mode APIs to help Provider-Consumer direct communication for high frequency/volume transaction
  2. Supported Initial Value for WildCard subscriptions
  3. Supported Interval and Duration based subscriptions for DMLs
  4. Updated unit tests to have 80% of code coverage