Releases: rdkcentral/rbus
Releases · rdkcentral/rbus
Release of rbus-2.0.11
- Improved RBUS Broadcast Listener Support
- Implemented Raw Data Exchange (TLV) over Direct/Private Connection
- Improved Event Subscription handling
Release of rbus-2.0.10
- Enhanced test suite that covers all permutation combination of rbus public APIs.
- Improved Code Coverage in Unit Testing
Release of rbus-2.0.9
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
This release includes bug minor fixes which includes,
- Removal of unused method which actually calls system() function
- Registration of Property as Sibling to a Table is restricted.
- Updated Unit test program to handle the Events appropriately
- Address OpenTelemetry related bugs and enhanced test application to validate the same.
Release of rbus-2.0.5
- Implemented RBUS Private/Direct Mode APIs to help Provider-Consumer direct communication for high frequency/volume transaction
- Supported Initial Value for WildCard subscriptions
- Supported Interval and Duration based subscriptions for DMLs
- Updated unit tests to have 80% of code coverage
Release of rbus-2.0.4
- Added 64bit OS Support
- Bug fixed in rbus_config which enables developer overrides.
- Added support to reload the previous active subscriptions upon crash recovery
- Fixed SegFault in Discover API is fixed
- Minor bug fixes and Log updates.
Release of rbus-2.0.3
- Implemented Support to get Initial Value upon Subscription
- Implemented Support for Interval Based Subscription
- Implemented OpenTelemetry TraceContext and TraceState support
- Addressed Memory Leaks in core library
- Fixed minor bugs
RDKC Specific Release
RDKC Specific Release
v2.0.2 release Latest
- Added TraceContext Support to RBUS
- Updated Routing Tree to identify whether its discover or forward request
- Added RDK-C build support
- Updated Logging and added RDKLogger Support for RDK
- Added Google Breakpad Support
- Added new unit test cases to get more scenarios tested
- Updated the unit tests to achieve the Code Coverage percentage to 80%
- Added Doxygen comment to explain the user to understand Subscribe's
autoPublish
v2.0.1 release
- Enabled GTest based Unit Testing Code
- Fixed memory leak in the rbus source and unit test code
- Added Support to wildcard query for the tables ie.
foo.bar.*.data
- Increased the transaction buffer size
- Added Github Workflow
- Round Trip Time prints are updated