Releases: rdkcentral/rbus
Releases · rdkcentral/rbus
Release of v2.11.0
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
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
What's Changed
- Cleaned up the dead code
- Handled the mutexes appropriately
- Handled the return codes
Release of v2.8.0
Release of v2.7.0
What's Changed
- RDKEMW-5996 - Addressing Possible memory leaks reported by @gururaajar in #335
- RDKEMW-5996 - Replcement of strncpy and strcpy with rtString_Copy by @rosemarybennyy in #337
- RDKEMW-6585 - Incorrect Format Specifier for struct timeval tv_usec Field by @rosemarybennyy in #338
- RDKEMW-5996 - Replacement of strncpy in test folder by @rosemarybennyy in #339
Full Changelog: v2.6.0...v2.7.0
Release of v2.6.0
- 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
- 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
- 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
- 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
- Implemented APIs to Configure TimeOut for SET/GET
- Cleanup the rbusValue for boolean
- Implemented support dynamic table; Sync Handler