github getsentry/sentry-native 0.2.3

latest releases: 0.12.3, 0.12.2, 0.12.1...
5 years ago

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_t will be replaced by an opaque struct with setter methods
    in a future release.
  • sentry_backend_free and sentry_backend_t are 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_exception function to explicitly capture a crash (thanks @cammm #201)
  • Added new sentry_clear_modulecache function to clear the list of loaded modules. Use this function when dynamically loading libraries at runtime.

Don't miss a new sentry-native release

NewReleases is sending notifications on new releases.