Skip to content

Releases: bugsnag/bugsnag-cocoa

v6.34.1

09 Oct 13:51
f4348c2
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the issue causing feature flags with names that contain a slash to not appear in OOM crash reports.
    #1863

v6.34.0

25 Sep 18:42
1f991e9
Compare
Choose a tag to compare

Enhancements

  • Improved C++ exception stack trace capturing.
    1855

v6.33.1

10 Sep 17:04
8dcc68b
Compare
Choose a tag to compare

Enhancements

  • Send observer event on grouping discriminator update #1846

v6.33.0

08 Sep 08:33
fdf9fbf
Compare
Choose a tag to compare

Enhancements

  • Added groupingDiscriminator property to BugsnagEvent and methods for setting and getting the global groupingDiscriminator to Bugsnag and BugsnagClient.
    #1830

  • Set default endpoints based on API key #1801

Bug Fixes

  • Added the missing PrivacyInfo.xcprivacy file to xcframeworks.
    #1837

  • Added missing MARKETING_VERSION build setting to multiple targets. This is required for generating CFBundleShortVersionString in some situations.
    #1766

v6.32.2

25 Mar 15:09
a3f56c6
Compare
Choose a tag to compare

Bug Fixes

  • Fixed a potential invalid pointer crash when updating/removing feature flags.
    #1754

v6.32.1

27 Feb 13:24
444d826
Compare
Choose a tag to compare

Bug Fixes

  • Fixed the issue causing flags cleared by calling +[Bugsnag clearFeatureFlagWithName:] to appear in crash reports.
    #1740

v6.32.0

11 Feb 21:36
fe54a8f
Compare
Choose a tag to compare

Enhancements

  • Added file, lineNumber and columnNumber properties to BugsnagStackframe public header.
    #1728

v6.31.0

13 Jan 18:24
a499a57
Compare
Choose a tag to compare

Enhancements

  • Disabled assertions on release build.
    1717

  • Optimized feature flags store.
    1715

v6.30.2

07 Nov 17:05
d8b6498
Compare
Choose a tag to compare

Bug Fixes

  • Disable calls to os_proc_available_memory() on Catalyst due to missing API in earlier versions.
    1689

v6.30.1

25 Jul 10:07
b29cdab
Compare
Choose a tag to compare

Bug Fixes

  • Removed duplicate BugsnagCorrelation.h header file that was causing warnings when building an app.
    1682

  • Mac Catalyst targets now only attempt to call os_proc_available_memory() from version 13.1.
    1680