Important upgrade notice
All 0.2.x versions prior to this one were affected by a bug that could
potentially lead to serious data-loss on Windows platforms. We encourage
everyone to update as quickly as possible.
See #220 for details.
Deprecations
sentry_transport_twill be replaced by an opaque struct with setter methods
in a future release.sentry_backend_freeandsentry_backend_tare deprecated and will be
removed in a future release.
Other changes
- Further improvements to the cmake build system (huge thanks to @madebr #207)
- Improved support for older Windows versions, as low as Windows XP SP3 (thanks to @Mixaill #203, @cammm #202 and @jblazquez #212)
- Improved documentation
- Cleaned up sentry database handling
- Added new
sentry_handle_exceptionfunction to explicitly capture a crash (thanks @cammm #201) - Added new
sentry_clear_modulecachefunction to clear the list of loaded modules. Use this function when dynamically loading libraries at runtime.