Releases: reportportal/agent-net-specflow
Releases · reportportal/agent-net-specflow
3.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: 3.5.3...3.6.0
3.5.2
What's Changed
- Attach log items came from user to proper context type by @Aleh-Yanushkevich in #80
Full Changelog: 3.5.1...3.5.2
3.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
}
}
Full Changelog: 3.4.2...3.5.0
3.4.2
- Wait all nested http requests to be sent in case of cancelled launch
Full Changelog: 3.4.1...3.4.2
3.4.0
Full Changelog: 3.3.0...3.4.0
3.3.0
- Inherited features from https://github.com/reportportal/commons-net/releases/tag/3.2.0