Skip to content

Patch Release 0.6.1#76

Merged
brendanobra merged 43 commits into
mainfrom
develop
Jun 11, 2026
Merged

Patch Release 0.6.1#76
brendanobra merged 43 commits into
mainfrom
develop

Conversation

@swethasukumarr

Copy link
Copy Markdown
Contributor

Patch Release 0.6.1

swethasukumarr and others added 30 commits June 3, 2026 19:30
Update develop with latest main
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
feat: prepare for coverity integration
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
brendanobra and others added 13 commits June 9, 2026 11:42
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
chore: coverity integration round 2
RDKEMW-17483 : Add Discovery.watchedV2 alongside Discovery.watched wi…
RDKEMW-19494: Update changelog for patch release 0.6.1
Copilot AI review requested due to automatic review settings June 11, 2026 20:20

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR implements the 0.6.1 patch release updates for firebolt-cpp-client, primarily adding a Discovery.watchedV2 API (boolean-returning variant) and improving local/CI build ergonomics for dependency provisioning and Coverity-friendly builds.

Changes:

  • Added Discovery.watchedV2 across the public interface, implementation, OpenRPC fixtures, and unit/component tests.
  • Introduced Coverity build documentation and scripts (cov_build.sh, coverity_local.sh), plus a workflow to build in a “native” container environment.
  • Improved test build portability by adding a more robust GTest package discovery path in test/CMakeLists.txt.

Reviewed changes

Copilot reviewed 18 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
include/firebolt/discovery.h Adds the new watchedV2 API to the public Discovery interface with documentation.
src/discovery_impl.h Declares DiscoveryImpl::watchedV2.
src/discovery_impl.cpp Implements watchedV2 to return a boolean result via helper get.
test/unit/discoveryTest.cpp Adds unit tests validating watchedV2 behavior and request payload.
test/component/discoveryTest.cpp Adds a component test validating watchedV2 result against OpenRPC example output.
docs/openrpc/the-spec/firebolt-open-rpc.json Adds OpenRPC method definition and examples for Discovery.watchedV2.
docs/openrpc/openrpc/discovery.json Adds module-scoped OpenRPC entry for watchedV2.
test/api_test_app/apis/discoveryDemo.cpp Adds interactive demo option for Discovery.watchedV2.
test/CMakeLists.txt Adds local-prefix-aware find_package(GTest ...) resolution logic.
CMakeLists.txt Adds FIREBOLT_TRANSPORT_ROOT / FireboltTransport_ROOT hinting to improve deterministic transport discovery.
README.md Links to the new Coverity guide.
COVERITY.md Adds documentation for Coverity-oriented build/bootstrap flow.
cov_build.sh Adds scripted transport bootstrap + debug/test-enabled build flow for Coverity capture.
coverity_local.sh Adds a thin wrapper to run cov_build.sh.
build_dependencies.sh Adds an idempotent dependency install script (system prefix) for native/container builds.
.gitignore Ignores Coverity deps directory and act logs.
Makefile.act Adds local act targets for running the native workflow locally.
.github/workflows/native_full_build.yml Adds a native-container build workflow (supports dependency install + Coverity build script).
CHANGELOG.md Adds 0.6.1 entry documenting the new Discovery API.

@brendanobra brendanobra merged commit 24116e4 into main Jun 11, 2026
30 of 31 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 11, 2026
@tomasz-blasz

Copy link
Copy Markdown
Contributor

🎉 This PR is included in version 0.7.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants