Skip to content

Releases: rdkcentral/rbus

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

Release of rbus-2.0.4

30 May 16:16
Compare
Choose a tag to compare
  1. Added 64bit OS Support
  2. Bug fixed in rbus_config which enables developer overrides.
  3. Added support to reload the previous active subscriptions upon crash recovery
  4. Fixed SegFault in Discover API is fixed
  5. Minor bug fixes and Log updates.

Release of rbus-2.0.3

30 May 16:08
Compare
Choose a tag to compare
  1. Implemented Support to get Initial Value upon Subscription
  2. Implemented Support for Interval Based Subscription
  3. Implemented OpenTelemetry TraceContext and TraceState support
  4. Addressed Memory Leaks in core library
  5. Fixed minor bugs

RDKC Specific Release

23 Jan 21:50
a1d8f8d
Compare
Choose a tag to compare

RDKC Specific Release

v2.0.2 release Latest

30 Nov 20:12
Compare
Choose a tag to compare
  1. Added TraceContext Support to RBUS
  2. Updated Routing Tree to identify whether its discover or forward request
  3. Added RDK-C build support
  4. Updated Logging and added RDKLogger Support for RDK
  5. Added Google Breakpad Support
  6. Added new unit test cases to get more scenarios tested
  7. Updated the unit tests to achieve the Code Coverage percentage to 80%
  8. Added Doxygen comment to explain the user to understand Subscribe's autoPublish

v2.0.1 release

01 Nov 16:39
Compare
Choose a tag to compare
  1. Enabled GTest based Unit Testing Code
  2. Fixed memory leak in the rbus source and unit test code
  3. Added Support to wildcard query for the tables ie. foo.bar.*.data
  4. Increased the transaction buffer size
  5. Added Github Workflow
  6. Round Trip Time prints are updated