Skip to content

Releases: Azure/azure-sdk-tools

CSharpAPIParser_1.0.0-dev.20251020.1

21 Oct 02:09
d002186

Choose a tag to compare

Pre-release
Fix exception where attribute.ConstructorArguments is type Array (#12…

azsdk_0.5.3

17 Oct 21:50
684237a

Choose a tag to compare

0.5.3 (2025-10-17)

Features

  • Updated System.CommandLine dependency to 2.5 beta

Bugs Fixed

  • Added a language specific way to get package name for validation checks, to account for different language naming (JS uses package.json name)

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20251017.1

20 Oct 23:08
6aa0e06

Choose a tag to compare

Add `windows arm64` to set of standalone builds for the `test-proxy` …

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20251016.2

17 Oct 01:35

Choose a tag to compare

oops I updated the wrong ci.yml

azsdk_0.5.2

13 Oct 21:59
61029b4

Choose a tag to compare

0.5.2 (2025-10-13)

Features

  • Added new tool to update language exclusion justification and also to mark as language as excluded from release.

Breaking Changes

  • None

Bugs Fixed

  • None

CSharpAPIParser_1.0.0-dev.20251013.2

13 Oct 19:26
e496987

Choose a tag to compare

Pre-release
[API View] Cshpar parser -  Update version to fix additional LineId d…

azsdk_0.5.1

08 Oct 02:13
ff9cf24

Choose a tag to compare

0.5.1 (2025-10-07)

Features

  • None

Breaking Changes

  • None

Bugs Fixed

  • Create release plan tool failure
  • Use existing release plan instead of failing when a release plan exists for spec PR.

CSharpAPIParser_1.0.0-dev.20251007.2

07 Oct 17:27
6f4dc9c

Choose a tag to compare

Pre-release
Fix additional LineId dupe scenarios (#12361)

* Fix more dupe LineId scenarios

* cleanup

* cleanup

* cleanup

* Update tools/apiview/parsers/csharp-api-parser/CSharpAPIParser/TreeToken/CodeFileBuilder.cs

Co-authored-by: Copilot <[email protected]>

* fail fast with dupes

---------

Co-authored-by: Copilot <[email protected]>

CSharpAPIParser_1.0.0-dev.20250930.2

30 Sep 18:29
ec85317

Choose a tag to compare

Pre-release
Update csharp parser version (#12280)

* Update csharp parser version

* Update csharp version

Azure.Sdk.Tools.TestProxy_1.0.0-dev.20250930.1

30 Sep 21:15
2929677

Choose a tag to compare

Follow-up on form-data adjustments for `java` (#12273)

* Skip body matching when the request body will be ignored during matching anyway. This will optimize the scenario for heavy incoming requests when matching on body is disabled.
* Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/RecordMatcher.cs
* add additional detected filler boundary "BOUNDARY" for multipart/mixed payloads.

Co-authored-by: Copilot <[email protected]>