Skip to content

Commit

Permalink
Changelog for MSTest 3.6.2 and MTP 1.4.2 (#3982)
Browse files Browse the repository at this point in the history
  • Loading branch information
Evangelink authored Oct 31, 2024
1 parent 974b6bd commit a945cf6
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/Changelog-Platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

## <a name="1.4.2" />[1.4.2] - 2024-10-31

See full log [here](https://github.com/microsoft/testanywhere/compare/v1.4.1...v1.4.2)

### Fixed

* Fix casing for event key value by @MarcoRossignoli in [#3915](https://github.com/microsoft/testfx/pull/3915)
* Fix publishing as docker image via /t:PublishContainer by @nohwnd in [#3929](https://github.com/microsoft/testfx/pull/3929)
* Fix displaying inner exceptions in output by @Evangelink in [#3965](https://github.com/microsoft/testfx/pull/3965)

### Artifacts

* Microsoft.Testing.Extensions.CrashDump: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.4.2)
* Microsoft.Testing.Extensions.HangDump: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.4.2)
* Microsoft.Testing.Extensions.HotReload: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.4.2)
* Microsoft.Testing.Extensions.Retry: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.4.2)
* Microsoft.Testing.Extensions.Telemetry: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Telemetry/1.4.2)
* Microsoft.Testing.Extensions.TrxReport: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.4.2)
* Microsoft.Testing.Extensions.TrxReport.Abstractions: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport.Abstractions/1.4.2)
* Microsoft.Testing.Extensions.VSTestBridge: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.VSTestBridge/1.4.2)
* Microsoft.Testing.Platform: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Platform/1.4.2)
* Microsoft.Testing.Platform.MSBuild: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Platform.MSBuild/1.4.2)

## <a name="1.4.1" />[1.4.1] - 2024-10-03

See full log [here](https://github.com/microsoft/testanywhere/compare/v1.4.0...v1.4.1)
Expand Down
26 changes: 26 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)

## <a name="3.6.2" />[3.6.2] - 2024-10-31

See full log [here](https://github.com/microsoft/testfx/compare/v3.6.1...v3.6.2)

### Fixed

* Fix localization of test adapter messages by @nohwnd in [#3949](https://github.com/microsoft/testfx/pull/3949)
* Fix call to EqtTrace by @nohwnd in [#3952](https://github.com/microsoft/testfx/pull/3952)
* Fix concurrency issue with registering callback on TestRunCancellationToken by @Evangelink in [#3958](https://github.com/microsoft/testfx/pull/3958)
* Fix MSTEST0030 to correctly handle all methods by @Evangelink in [#3974](https://github.com/microsoft/testfx/pull/3974)
* Fix displaying inner exceptions by @Evangelink in [#3965](https://github.com/microsoft/testfx/pull/3965)
* Fix MSTEST0018 FP with IEnumerable<SomeType[]> by @Evangelink in [#3978](https://github.com/microsoft/testfx/pull/3978)

### Artifacts

* MSTest: [3.6.2](https://www.nuget.org/packages/MSTest/3.6.2)
* MSTest.TestFramework: [3.6.2](https://www.nuget.org/packages/MSTest.TestFramework/3.6.2)
* MSTest.TestAdapter: [3.6.2](https://www.nuget.org/packages/MSTest.TestAdapter/3.6.2)
* MSTest.Analyzers: [3.6.2](https://www.nuget.org/packages/MSTest.Analyzers/3.6.2)
* MSTest.Sdk: [3.6.2](https://www.nuget.org/packages/MSTest.Sdk/3.6.2)
* Microsoft.Testing.Extensions.CrashDump: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.CrashDump/1.4.2)
* Microsoft.Testing.Extensions.HangDump: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HangDump/1.4.2)
* Microsoft.Testing.Extensions.HotReload: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.HotReload/1.4.2)
* Microsoft.Testing.Extensions.Retry: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.Retry/1.4.2)
* Microsoft.Testing.Extensions.TrxReport: [1.4.2](https://www.nuget.org/packages/Microsoft.Testing.Extensions.TrxReport/1.4.2)

## <a name="3.6.1" />[3.6.1] - 2024-10-03

See full log [here](https://github.com/microsoft/testfx/compare/v3.6.0...v3.6.1)
Expand Down

0 comments on commit a945cf6

Please sign in to comment.