0.3.70
New API
Platform Support
We added support for new platforms in this release!
- Thanks to @bzEq in #508 we now have AIX support!
- Thanks to @sthibaul in #567 we now have GNU/Hurd support!
- Thanks to @dpaoliello in #587 we now support "emulation-compatible" AArch64 Windows (aka arm64ec)
Windows
- Rewrite msvc backtrace support to be much faster on 64-bit platforms by @wesleywiser in #569
- Fix i686-pc-windows-gnu missing dbghelp module by @wesleywiser in #571
- Fix build errors on
thumbv7a-*-windows-msvc
targets by @kleisauke in #573 - Fix panic in backtrace symbolication on win7 by @roblabla in #578
- remove few unused windows ffi fn by @klensy in #576
- Make dbghelp look for PDBs next to their exe/dll. by @michaelwoerister in #584
- Revert 32-bit dbghelp to a version WINE (presumably) likes by @ChrisDenton in #588
- Update for Win10+ by @ChrisDenton in #589
SGX
Thanks to
Internals
We did a bunch more work on our CI and internal cleanups
- Modularise CI workflow and validate outputs for binary size checks. by @detly in #549
- Commit Cargo.lock by @bjorn3 in #562
- Enable calling build.rs externally v2 by @pitaj in #568
- Upgrade to 2021 ed and inline panics by @nyurik in #538
- Fix deny(unused) of an unused import with SGX + Miri by @saethlin in #581
- Fix unused_imports warning on latest nightly by @ChrisDenton in #575
- Fix CI by @saethlin in #582
- Use
addr_of!
by @GrigorenkoPV in #585 - Write down MSRV policy by @workingjubilee in #561
- Apply clippy::uninlined_format_args fixes by @nyurik in #486
- ignore clippy lints in
symbolize/gimli/stash.rs
by @onur-ozkan in #586
New Contributors
- @nyurik made their first contribution in #538
- @bzEq made their first contribution in #508
- @bjorn3 made their first contribution in #562
- @sthibaul made their first contribution in #567
- @mzohreva made their first contribution in #566
- @wesleywiser made their first contribution in #569
- @kleisauke made their first contribution in #573
- @roblabla made their first contribution in #578
- @michaelwoerister made their first contribution in #584
- @dpaoliello made their first contribution in #587
- @GrigorenkoPV made their first contribution in #585
- @fraillt made their first contribution in #526
- @onur-ozkan made their first contribution in #586
Full Changelog: 0.3.69...0.3.70