Skip to content

Releases: Azure/azure-sdk-tools

CSharpAPIParser_1.0.0-dev.20240821.2

22 Aug 02:30
f5b732c
Compare
Choose a tag to compare
Pre-release
.NET API review parser changes to use new token schema (#8850)

* .NET API review parser changes to use new token schema

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

21 Aug 22:01
Compare
Choose a tag to compare
ensure we normalize so that the json comparison is the fallback

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

21 Aug 20:17
Compare
Choose a tag to compare
change the ordering so we aren't ALWAYS expanding the full json

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

20 Aug 22:38
Compare
Choose a tag to compare
tests repaired

Azure.ClientSdk.Analyzers_0.1.1-dev.20240813.2

14 Aug 06:58
0b9efdb
Compare
Choose a tag to compare
Add exception for Utf8JsonReader/Writer to AZC0014 (#8752)

* update

* update

* update

---------

Co-authored-by: Pan Shao <[email protected]>

Azure.ClientSdk.Analyzers_0.1.1-dev.20240813.1

14 Aug 05:55
Compare
Choose a tag to compare
update

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

08 Aug 00:41
0e13e3b
Compare
Choose a tag to compare
fix an issue preventing proper scan. fix livetests (#8800)

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

06 Aug 15:42
920afb2
Compare
Choose a tag to compare
Add proxy audit log and other assorted fixes (#8781)

* Use a unified lock for all access to a recording. sanitizers or recording entries.
* Creating an audit log so we can see raw associated information for important events about a specific recording.
* obtain a lock before stopping playback, ensuring that ongoing writes in other threads won't be broken

---------

Co-authored-by: semick-dev <[email protected]>

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

04 Aug 19:50
7f918db
Compare
Choose a tag to compare
Allow already-removed sanitizers to not error when removed (#8770)

* allow the sanitizers to clear

* remove a test that doesn't have a point if we don't error on sanitizer removal

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

02 Aug 05:04
Compare
Choose a tag to compare
remove a test that doesn't have a point if we don't error on sanitize…