Commit db59fa9
DOC: Revise target timelines for roadmap features (#510)
Updated target timelines for several features in the roadmap.
### Work Item / Issue Reference
<!--
IMPORTANT: Please follow the PR template guidelines below.
For mssql-python maintainers: Insert your ADO Work Item ID below
For external contributors: Insert Github Issue number below
Only one reference is required - either GitHub issue OR ADO Work Item.
-->
<!-- mssql-python maintainers: ADO Work Item -->
>
[AB#43952](https://sqlclientdrivers.visualstudio.com/c6d89619-62de-46a0-8b46-70b92a84d85e/_workitems/edit/43952)
<!-- External contributors: GitHub Issue -->
> GitHub Issue: #<ISSUE_NUMBER>
This pull request updates the feature roadmap in `ROADMAP.md` to adjust
the planned timelines for several upcoming features. The main changes
are revised target dates for features such as returning rows as
dictionaries, asynchronous query execution, vector datatype support,
table-valued parameters, and JSON datatype support.
Roadmap timeline updates:
* Changed the target timeline for "Return Rows as Dictionaries" to Q3
2026.
* Changed the target timeline for "Asynchronous Query Execution" to Q4
2026.
* Changed the target timeline for "Vector Datatype Support" to Q3 2026.
* Changed the target timeline for "Table-Valued Parameters (TVPs)" to Q3
2026.
* Changed the target timeline for "JSON Datatype Support" to Q4 2026.
-------------------------------------------------------------------
### Summary
<!-- Insert your summary of changes below. Minimum 10 characters
required. -->
This pull request updates the feature roadmap in `ROADMAP.md` to revise
the target timelines for several planned features. The most important
changes are:
Roadmap timeline updates:
* Changed the target timeline for "Return Rows as Dictionaries" from Q4
2025 to Q3 2026.
* Changed the target timeline for "Asynchronous Query Execution" from Q1
2026 to Q4 2026.
* Changed the target timeline for "Vector Datatype Support" from Q1 2026
to Q3 2026.
* Changed the target timeline for "Table-Valued Parameters (TVPs)" from
Q1 2026 to Q3 2026.
* Changed the target timeline for "JSON Datatype Support" from "ETA will
be updated soon" to Q4 2026.
<!--
### PR Title Guide
> For feature requests
FEAT: (short-description)
> For non-feature requests like test case updates, config updates ,
dependency updates etc
CHORE: (short-description)
> For Fix requests
FIX: (short-description)
> For doc update requests
DOC: (short-description)
> For Formatting, indentation, or styling update
STYLE: (short-description)
> For Refactor, without any feature changes
REFACTOR: (short-description)
> For release related changes, without any feature changes
RELEASE: #<RELEASE_VERSION> (short-description)
### Contribution Guidelines
External contributors:
- Create a GitHub issue first:
https://github.com/microsoft/mssql-python/issues/new
- Link the GitHub issue in the "GitHub Issue" section above
- Follow the PR title format and provide a meaningful summary
mssql-python maintainers:
- Create an ADO Work Item following internal processes
- Link the ADO Work Item in the "ADO Work Item" section above
- Follow the PR title format and provide a meaningful summary
-->1 parent f897890 commit db59fa9
1 file changed
Lines changed: 5 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments