Skip to content

Commit

Permalink
Update RELEASE_NOTES.md for 1.1.1 release (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arkatufus committed Apr 21, 2022
1 parent 56ef6fc commit 2dcd783
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
#### 1.1.1 April 21 2022 ####

* [Updated Akka.NET to 1.4.37](https://github.com/akkadotnet/akka.net/releases/tag/1.4.37)
* [Enabled the built-in TRX reporter](https://github.com/akkadotnet/Akka.MultiNodeTestRunner/pull/134) that is compatible with AzDo test error reporting.
To enable this TRX reporter, add `"useBuiltInTrxReporter": true` inside the `xunit.multinode.runner.json` settings file.

#### 1.1.0 January 6 2022 ####

Version 1.1.0 release.
Expand Down
3 changes: 2 additions & 1 deletion src/Akka.MultiNode.TestAdapter/xunit.multinode.runner.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"failedSpecsDirectory": "FAILED_SPECS_LOGS",
"listenAddress": "127.0.0.1",
"listenPort": 0,
"clearOutputDirectory": false
"clearOutputDirectory": false,
"useBuiltInTrxReporter": false
}

0 comments on commit 2dcd783

Please sign in to comment.