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
9 changes: 9 additions & 0 deletions docs/prerelease-quirks.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ This page tracks user-visible behavior changes since the last stable release,
list spans `0.9.0a1` through the current HEAD. Newest first. This file resets
to empty at the next stable release.

## next alpha

- The `ovos-spec-tools` floor moves to `>=1.6.0a2`, the first release whose
`intent_topics` module has the shape `ovos_utils.fakebus` imports. The old
floor (`>=0.16.1a2`) was satisfied numerically by releases without the
module at all, which made ovos-utils unimportable in resolved-but-stale
environments β€” only a real install caught it.


## 0.13.12a1 β€” closed a leaked DNS-probe socket

`is_connected_dns()` opened a raw socket for its reachability probe and never
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies = [
"rich-click~=1.7",
"rich~=13.7",
"python-dateutil",
"ovos-spec-tools>=0.16.1a2",
"ovos-spec-tools>=1.6.0a2",
]

[project.urls]
Expand Down
Loading