Releases: reportportal/agent-net-nunit
Releases · reportportal/agent-net-nunit
4.6.0
What's Changed
- Simplified config file
- Support
ReportPortal.json
name besidesReportPortal.config.json
- Simplified declaration of
apiKey
{ "server": { "apiKey": "<your key>" } }
- Support
Full Changelog: 4.5.3...4.6.0
4.5.0
Breaking Changes
- Now SSL/TLS errors are not ignored by default. If you want to accept insecure connection, then you can force it via
Server:IgnoreSslErrors
.
Example for json configuration:
{
"server": {
"ignoreSslErrors": true
}
}
What's Changed
- Fix description and package release notes by @Aleh-Yanushkevich in #84
- Wait all scheduled http requests even if launch is canceled by user by @nvborisenko in #90
New Contributors
- @Aleh-Yanushkevich made their first contribution in #84
Full Changelog: 4.4.1...4.5.0
4.4.0
Full Changelog: 4.3.4...4.4.0
4.3.4
4.3.2
Proper handling of ReportPortal.Shared.Context.Launch.Log...
messages.
4.3.1
4.3.0
- Inherited features from https://github.com/reportportal/commons-net/releases/tag/3.2.0
4.2.0
4.1.0
- Output simple http requests statistics at the end of results reporting
- Parse categories as key/value attributes with colon as separator
- Ignore empty categories
- Configurable http proxy
4.0.0
Note This version is compatible with ReportPortal v5.
- New features from shared dependency
Tags
are replaced withAttributes
. Examples:attr1
,os:win10
.