Releases: reportportal/agent-net-nunit
Releases · reportportal/agent-net-nunit
4.8.0
Full Changelog: 4.7.0...4.8.0
4.7.0
Full Changelog: 4.6.2...4.7.0
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