Skip to content

Update DAB to version 2.0#3119

Draft
Copilot wants to merge 2 commits intomainfrom
copilot/update-dab-to-v2-0
Draft

Update DAB to version 2.0#3119
Copilot wants to merge 2 commits intomainfrom
copilot/update-dab-to-v2-0

Conversation

Copy link
Contributor

Copilot AI commented Feb 12, 2026

Why make this change?

Strategic version bump to align with upcoming breaking changes and new features. Signals major release to consumers and integrators.

What is this change?

Version updated from 1.7 to 2.0 in src/Directory.Build.props. This propagates to all assemblies via the build system and is reflected in:

  • CLI version output via ProductInfo.GetProductVersion()
  • Assembly metadata
  • User-agent strings in database connections
  • Health endpoint responses

How was this tested?

  • Integration Tests
  • Unit Tests

Verified via:

dotnet run --project src/Cli/Cli.csproj --framework net8.0 -- --version
# Output: Microsoft.DataApiBuilder 2.0+<commit-hash>

Sample Request(s)

CLI:

dab --version
# Returns: Microsoft.DataApiBuilder 2.0+<commit-hash>

Health endpoint (after release):

GET /health
# Response includes: "version": "2.0.0"
Original prompt

This section details on the original issue you should resolve

<issue_title>Update DAB to major version 2, minor version 0</issue_title>
<issue_description>We need to update the major version of Data API builder (DAB) to 2 and the minor version to 0. This aligns DAB's versioning strategy for upcoming features and fixes.

Impact

  • Consumers and integrators will need to adjust for the new major release.
  • Documentation and internal references will need updating.

Requested Actions

  • Increase DAB's major version to 2 and minor version to 0.
  • Review and update version references throughout documentation and codebase.
  • Ensure version bump complies with release checklist.

Additional context

This change is for strategic alignment with new features and breaking changes expected in future releases.</issue_description>

Comments on the Issue (you are @copilot in this section)


💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.

Co-authored-by: Aniruddh25 <3513779+Aniruddh25@users.noreply.github.com>
Copilot AI changed the title [WIP] Update Data API builder to major version 2, minor version 0 Update DAB to version 2.0 Feb 12, 2026
Copilot AI requested a review from Aniruddh25 February 12, 2026 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update DAB to major version 2, minor version 0

2 participants