Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v6.27.3 #1610

Merged
merged 80 commits into from
Nov 15, 2023
Merged

Release v6.27.3 #1610

merged 80 commits into from
Nov 15, 2023

Conversation

kstenerud
Copy link
Contributor

Bug fixes

  • Remove include directives from inside of extern "C" sections because newer Xcode versions have issues with it
    1608

  • Setting user fields to nil will now clear them fully.
    1599

  • Crash fix: Detect and handle when WatchOS is running as an app rather than an extension.
    1588

  • Removed deprecated NXArchInfo code that was causing build issues.
    1584

  • Removed deprecated syscall on macos that was causing build issues.
    1577

  • Check app version to avoid detecting an app upgrade as an OOM
    1597

kstenerud and others added 30 commits August 7, 2023 17:13
Rationalise BitBar CI concurrency group
Skip app hang scenarios on all platforms and iOS versions
twometresteve and others added 24 commits November 8, 2023 15:53
Run App Hang test scenarios with Appium 1
The code was trying to access an extension but on latest WatchOS we can have a standalone app.
Fixes issue when using Bugsnag on a WatchOS app
Consistently fail-fast e2e test scenarios
Move all include directives outside of the extern C sections
Add release trigger for downstream targets to update
Copy link

Bugsnag.framework binary size increased by 184 bytes from 713,304 to 713,488

    FILE SIZE        VM SIZE    
 --------------  -------------- 
  +0.4%    +872  +0.4%    +872    __TEXT,__text
   +25%    +224   +25%    +224    __DATA,__data
  +0.1%    +112  +0.1%    +112    String Table
  +0.1%     +96  +0.1%     +96    Symbol Table
  [ = ]       0  +0.7%     +64    __DATA,__bss
  +0.2%     +32  +0.2%     +32    __DATA,__cfstring
  +0.2%     +32  +0.2%     +32    __TEXT,__objc_methname
  +0.2%     +30  +0.2%     +30    __TEXT,__cstring
  +0.1%     +24  +0.1%     +24    __DATA,__objc_const
  +0.3%     +16  +0.3%     +16    __DATA,__objc_selrefs
  +0.4%      +8  +0.4%      +8    Rebase Info
  -0.1%      -4  -0.1%      -4    [2 Others]
  -0.5%      -8  -0.5%      -8    Indirect Symbol Table
  [ = ]       0  [DEL]      -8    __DATA,__common
  -0.6%     -12  -0.6%     -12    __TEXT,__stub_helper
  -0.6%     -12  -0.6%     -12    __TEXT,__stubs
  -0.6%     -24  -0.6%     -24    Lazy Binding Info
  -2.3%     -80  -2.3%     -80    [Mach-O Headers]
  [ = ]       0  -2.4%    -184    [__LINKEDIT]
  -4.1%    -288  -2.5%    -344    [__DATA]
  -4.3%    -834  -4.3%    -834    [__TEXT]
  +0.0%    +184  [ = ]       0    TOTAL

Generated by 🚫 Danger

@kstenerud kstenerud merged commit 3ec379e into master Nov 15, 2023
41 checks passed
@kstenerud kstenerud deleted the release-v6.27.3 branch November 15, 2023 13:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants