Releases: Azure/azure-sdk-tools
Releases · Azure/azure-sdk-tools
CSharpAPIParser_1.0.0-dev.20251020.1
Fix exception where attribute.ConstructorArguments is type Array (#12…
azsdk_0.5.3
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
Add `windows arm64` to set of standalone builds for the `test-proxy` …
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20251016.2
oops I updated the wrong ci.yml
azsdk_0.5.2
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
[API View] Cshpar parser - Update version to fix additional LineId d…
azsdk_0.5.1
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
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
Update csharp parser version (#12280) * Update csharp parser version * Update csharp version
Azure.Sdk.Tools.TestProxy_1.0.0-dev.20250930.1
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]>