Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Releases: swift-server/swift-backtrace

SwiftBacktrace 1.3.5

17 Jun 09:36
7277ee0
Compare
Choose a tag to compare

What's Changed

  • Add CI for Swift 5.10 by @yim-lee in #70
  • Do not build Demangle on Swift 5.9 or above by @euanh in #73

New Contributors

  • @euanh made their first contribution in #73

Full Changelog: 1.3.4...1.3.5

SwiftBacktrace 1.3.4

05 Sep 18:44
80746bd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.3...1.3.4

SwiftBacktrace 1.3.3

15 Jun 01:05
f25620d
Compare
Choose a tag to compare

SemVer patch

  • #59 update vendored copy of libbacktrace
  • #60 flush stderr after printing backtraces

Full Changelog: 1.3.2...1.3.3

SwiftBacktrace 1.3.2

08 Jun 16:10
baf9597
Compare
Choose a tag to compare

SemVer patch

  • #58: trap SIGSEGV, SIGBUS, and SIGFPE by default, in addition to SIGILL

SwiftBacktrace 1.3.1

16 Jul 18:50
d3e04a9
Compare
Choose a tag to compare

SemVer Patch

Add missing new method for Windows/macOS.

SwiftBacktrace 1.3.0

15 Jul 20:25
e434780
Compare
Choose a tag to compare

SemVer Minor

  • added a new Backtrace.install(signals:) API that allows the caller to specify all signal to backtrace on.

SwiftBacktrace 1.2.3

20 Apr 18:04
54a65d6
Compare
Choose a tag to compare
recent changes to support windows broke macos (#44)

motivation: unbreak macos

changes: make _stdlib_demangleName only available on macOS and Windows where it is fully supported

SwiftBacktrace 1.2.2

20 Apr 17:47
1ca1dbd
Compare
Choose a tag to compare

SemVer patch

SwiftBacktrace 1.2.1

22 Feb 18:42
93b3d9a
Compare
Choose a tag to compare

SemVer patch

  • Determine the executable path automatically #36
  • Improve error reporting in SwiftBacktrace if something goes wrong #35

Other improvements

1.2.0

27 Mar 18:05
f2fd8c4
Compare
Choose a tag to compare
  • add deprecation warning on Backtrace.print()