Releases: cqse/teamscale-profiler-dotnet
Releases · cqse/teamscale-profiler-dotnet
v19.3.2
- Add missing UploadDaemon service files
v19.3.1
- Added executable to install Upload Daemon as a Windows Service
- Upload Daemon reloads changed config file during runtime
- Upload Daemon archives trace files that contain no coverage for the tracked DLLs
- Light-mode turned on by default
- SSL validation turned off by default
- Added utility to dump the content of PDB files for debugging
v19.3.0
- Add support to convert profiler trace files to simple line coverage
- Improve performance of non-light mode by forcing rejit
v19.2.0
- Support profiling in Azure (save and upload traces when Azure App is stopped)
v19.1.0
- improved logging and error handling
- YAML based config file
v18.11.1
- allow disabling SSL validation
- support for Azure file storage as an upload target
- don't profile the upload daemon itself
- example batch file for configuring the profiler manually
v18.9.1
- add fileupload service as backend for uploader daemon
- prevent uploader daemon from opening a console window
v18.9.0
- Add eagerness setting for fine-grained real-time dumping of coverage
- Fix concurrency issues