-
Notifications
You must be signed in to change notification settings - Fork 935
.NET: [Durable Agents] Update CHANGELOG with release notes for past releases #2669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
a6975e7
.NET: [Durable Agents] Update CHANGELOG with release notes for past r…
cgillum 913031c
Update dotnet/src/Microsoft.Agents.AI.DurableTask/CHANGELOG.md
cgillum f33cfea
Update the Azure Functions changelog and add GHCP changelog instructi…
cgillum aaf73a6
Tweak instructions
cgillum 8caa142
Merge remote-tracking branch 'upstream' into cgillum-changelog
cgillum 5ea1232
Remove the timestamp requirement
cgillum e26c930
Rename instructions file
cgillum 72b7f44
Merge branch 'main' into cgillum-changelog
cgillum File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| --- | ||
| applyTo: "dotnet/src/Microsoft.Agents.AI.DurableTask/**,dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/**" | ||
| --- | ||
|
|
||
| # Durable Task area code instructions | ||
|
|
||
| The following guidelines apply to pull requests that modify files under | ||
| `dotnet/src/Microsoft.Agents.AI.DurableTask/**` or | ||
| `dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/**`: | ||
|
|
||
| ## CHANGELOG.md | ||
|
|
||
| - Each pull request should add just one bulleted entry to the `CHANGELOG.md` file containing the change title (usually the PR title) and a link to the PR itself. | ||
| - New PRs should be added to the top of the `CHANGELOG.md` file under a "## [Unreleased]" heading. | ||
| - If the PR is the first since the last release, a existing "## [Unreleased]" heading should be replaced with a "## [X.Y.Z] - YYYY-MM-DD" heading and the PRs since the last release should be added to the new "## [Unreleased]" heading. | ||
| - The style of new `CHANGELOG.md` entries should match the style of the other entries in the file. | ||
| - If the PR introduces a breaking change, the changelog entry should be prefixed with "[BREAKING]". | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,17 @@ | ||
| # Release History | ||
|
|
||
| ## v1.0.0-preview.* (Unreleased) | ||
| ## v1.0.0-preview.251204.1 | ||
|
|
||
| - Initial public release. | ||
| - Added orchestration ID to durable agent entity state ([#2137](https://github.com/microsoft/agent-framework/pull/2137)) | ||
|
|
||
| ## v1.0.0-preview.251125.1 | ||
|
|
||
| - Added support for .NET 10 ([#2128](https://github.com/microsoft/agent-framework/pull/2128)) | ||
|
|
||
| ## v1.0.0-preview.251114.1 | ||
|
|
||
| - Added friendly error message when running durable agent that isn't registered ([#2214](https://github.com/microsoft/agent-framework/pull/2214)) | ||
|
|
||
| ## v1.0.0-preview.251112.1 | ||
|
|
||
| - Initial public release ([#1916](https://github.com/microsoft/agent-framework/pull/1916)) |
13 changes: 11 additions & 2 deletions
13
dotnet/src/Microsoft.Agents.AI.Hosting.AzureFunctions/CHANGELOG.md
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,14 @@ | ||
| # Release History | ||
|
|
||
| ## v1.0.0-preview.* (Unreleased) | ||
| ## v1.0.0-preview.251125.1 | ||
|
|
||
| - Initial public release. | ||
| - Added support for .NET 10 ([#2128](https://github.com/microsoft/agent-framework/pull/2128)) | ||
| - [BREAKING] Changed `thread_id` in HTTP APIs from entity ID to GUID ([#2260](https://github.com/microsoft/agent-framework/pull/2260)) | ||
|
|
||
| ## v1.0.0-preview.251114.1 | ||
|
|
||
| - Added friendly error message when running durable agent that isn't registered ([#2214](https://github.com/microsoft/agent-framework/pull/2214)) | ||
|
|
||
| ## v1.0.0-preview.251112.1 | ||
|
|
||
| - Initial public release ([#1916](https://github.com/microsoft/agent-framework/pull/1916)) |
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.