Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions betocq/nearby_connection/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# BetoCQ test suite release history
## 2.6.4 (04/08/2026)
### Bug fixes
* Replace scc_2g_wfd_sta_test with xcc_2g_wfd_sta_test.

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.

medium

This changelog entry appears to be inaccurate. The BetoCqPerformanceTestSuite in betocq/nearby_connection/betocq_test_suite.py still uses scc_2g_wfd_sta_test. The replacement with xcc_2g_wfd_sta_test mentioned here has not been applied to that test suite, which makes this changelog entry misleading.


## 2.6.3 (04/02/2026)
### Bug fixes
* Improve the robustness of wifi SSIDs checking
Expand Down
2 changes: 1 addition & 1 deletion build_config/nearby_connection/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "betocq"
version = "2.6.3"
version = "2.6.4"
description = "Better Together Connectivity Quality test suite."
readme = "README.md"
requires-python = ">=3.12"
Expand Down