Release v0.35.0#312
Merged
Merged
Conversation
- Bump version.txt and extension.yaml to 0.35.0 - Add [0.35.0] entry to CHANGELOG.md - Update site releases page with new download links and changelog Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Prepares the v0.35.0 release by bumping version metadata and updating release notes/docs so the repository and published documentation reflect the new release.
Changes:
- Bump the core version (
version.txt) and azd extension manifest version (extension.yaml) to0.35.0. - Add a new
0.35.0section toCHANGELOG.mdand update compare links. - Update the docs release page to reflect v0.35.0 (release date, highlights, and download/extension links).
Show a summary per file
| File | Description |
|---|---|
version.txt |
Bumps the canonical version string to 0.35.0. |
extension.yaml |
Updates azd extension manifest version to 0.35.0. |
CHANGELOG.md |
Adds 0.35.0 notes and adjusts compare links. |
site/src/content/docs/reference/releases.mdx |
Updates the “Current Release” section and associated download/install links to v0.35.0. |
Copilot's findings
- Files reviewed: 4/4 changed files
- Comments generated: 3
- Clarify BYOK + --model fix description (validates against Copilot catalog before BYOK config applies) - Add #290 PR reference to AgentEngine cancellation entry Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release v0.35.0
Prepares the v0.35.0 release. Once merged, push the
v0.35.0tag to trigger the unified Release workflow which builds CLI binaries, creates the GitHub Release, publishes the azd extension, and deploys the docs site.Changes since v0.34.0
Added
Fixed
--modelstartup arg — Skip--modelCLI startup arg when a BYOK provider is configured (BYOK provider models fail after startup --model is passed to Copilot CLI #305, fix: skip --model CLI startup arg when BYOK provider is configured (#305) #306)--modelnow passed viaCLIArgsto override user settings and experiment flights (fix: pass --model via CLIArgs to override user settings and experiment flights #263)PATH(fix: prevent Copilot CLI PATH fallback #300)Changed
Files modified
version.txt→0.35.0extension.yaml→version: 0.35.0CHANGELOG.md→ new[0.35.0]section + updated compare linkssite/src/content/docs/reference/releases.mdx→ bumped current release, download links, azd extension versionVerification
go test ./...— all tests passmake lint— 0 issuessite/build — 18 pagesweb/build — succeededNext steps after merge