Releases: microsoft/plcrashreporter
Releases · microsoft/plcrashreporter
1.12.2
12 Nov 14:00
Compare
Sorry, something went wrong.
No results found
Version 1.12.2
[Fix] Do not include trailing zero byte in process_path.
1.12.0
24 Feb 11:58
Compare
Sorry, something went wrong.
No results found
Version 1.12.0
[Improvement] Make crash report size configurable.
1.11.3
12 Feb 12:57
Compare
Sorry, something went wrong.
No results found
Version 1.11.3
[Improvement] Update target iOS and tvOS version to 12.0.
[Improvement] Support Xcode 16 build.
[Fix] Fix endless loop when PLCrashReporter was set up during load.
1.11.2
26 Apr 14:20
Compare
Sorry, something went wrong.
No results found
Version 1.11.2
[Improvement] Update PLCrashReporter to include privacy manifest.
[Improvement] Increase the maximum report size to 1MB.
1.11.1
01 Jun 14:59
Compare
Sorry, something went wrong.
No results found
Version 1.11.1
[Improvement] Disable treating warnings as errors in code to avoid blockers when new Xcode warnings are introduced.
[Improvement] Add caught exception logging to PLCrashReporter to generate reports from specific exception.
1.11.0
13 Oct 13:02
Compare
Sorry, something went wrong.
No results found
Version 1.11.0
[Feature] Add Xcode 14 support. Xcode 11 and Xcode 12 are out of support now.
[Improvement] Fix analyzer warnings.
1.10.2
30 Jun 12:53
Compare
Sorry, something went wrong.
No results found
Version 1.10.2
[Fix] Config ignored shouldRegisterUncaughtExceptionHandler parameter in constructor.
[Improvement] Update protobuf-c to version 1.4.0.
[Improvement] Fix Xcode 13 deprecated build settings that might broke incremental builds (it drops workaround for Xcode's 12.0-12.4 bug). It only affects projects that use PLCrashReporter as sources.
1.10.1
09 Dec 11:20
Compare
Sorry, something went wrong.
No results found
Version 1.10.1
[Improvement] Specified minimum cocoapods version in podspec to 1.10.0
[Improvement] Mark PLCrashReporter.crashReportPath method as public.
1.10.0
13 Sep 06:04
Compare
Sorry, something went wrong.
No results found
Version 1.10.0
[Fix] Fix error Undefined symbols for architecture arm64 while building PLCrashReporter for simulator on Xcode 12.4 and higher.
[Fix] Fix Cycle in dependencies error happening when building project from sources multiple times.
[Feature] Distribute XCFramework via Cocoapods and Carthage. The XCFramework will contain static libs only.
[Fix] Include plcrashutil in all release archives.
1.9.0
10 Jun 10:31
Compare
Sorry, something went wrong.
No results found
Version 1.9.0
[Fix] Fix double-quoted warnings in Xcode 12.
[Fix] Fix memory leak during stack trace unwinding.
[Feature] Add an API to customize data path.