Skip to content

Commit 8da3470

Browse files
committed
docs: note that active-queries (#26) and async-queries (#27) are not part of v0.4.0
1 parent 5c4f5d7 commit 8da3470

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

docs/release_notes/v0.4.0.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,15 @@ Any option left unset falls back to the dataset's configured value. Applies to d
9696
Added:
9797
- `System.Text.Json` 9.0.9 (netstandard2.0 target only)
9898

99+
## Release status
100+
101+
**Not included in this release:**
102+
103+
- [#26](https://github.com/spiceai/spice-dotnet/pull/26)`ListActiveQueriesAsync`/`CancelActiveQueryAsync`
104+
- [#27](https://github.com/spiceai/spice-dotnet/pull/27) — async query submission over Flight `DoAction` (this PR also renames the synchronous `Query`/`QueryWithParams` to `Sql`/`SqlWithParamsAsync` — a breaking change)
105+
106+
Both are implemented but will not be merged for v0.4.0. Note that #27, if it lands in a future release as currently written, would make that release breaking — v0.4.0 itself has none.
107+
99108
## Breaking Changes
100109

101110
None.

0 commit comments

Comments
 (0)