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 v7.10.0 #1386

Closed
wants to merge 42 commits into from
Closed

Release v7.10.0 #1386

wants to merge 42 commits into from

Conversation

djskinner
Copy link
Contributor

Changelog

v7.10.0 (2021-05-05)

Added

  • (react-native-cli): Add support for ejected Expo apps #1365
  • (react-native): Add support for Xcode 12 #1314

Changed

  • (react-native): Update bugsnag-cocoa to v6.9.1
    • Fix a possible deadlock when writing crash reports for uncaught Objective-C exceptions. bugsnag-cocoa#1082
    • Fix missing context for crash, OOM, and app hang errors. bugsnag-cocoa#1079
    • Fix app properties in OOMs for apps that override appType, appVersion, bundleVersion or releaseStage in their config. bugsnag-cocoa#1078
    • event.threads will now be empty, rather than containing a single thread, if sendThreads dictates that threads should not be sent. bugsnag-cocoa#1077

nvojnovic and others added 30 commits March 2, 2021 10:21
…ion.java

Ejected Expo projects have a different directory structure to RN projects
generated with the RN CLI. This update uses the glob package to determine
the location of MainApplication.java no matter where it exists within the
app directory.
Co-authored-by: Joe Haines <hello@joehaines.co.uk>
…m:bugsnag/bugsnag-js into bengourley/rn-cli-main-application-search
@github-actions
Copy link

github-actions bot commented May 5, 2021

@bugsnag/browser bundle size diff

Minified Minfied + Gzipped
Before 40.86 kB 12.61 kB
After 40.86 kB 12.61 kB
± No change No change

code coverage diff

Coverage values did not change👌.

Total:

Lines Branches Functions Statements
81.47%(-0.01%) 70.42%(+0%) 84.01%(+0%) 80.39%(+0%)

Generated by 🚫 dangerJS against e1609b9

@djskinner djskinner requested a review from bengourley May 5, 2021 09:33
Copy link
Contributor

@bengourley bengourley left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this should be a patch release (v7.9.6) as nothing significant has changed, unless you spotted something I didn't?

@djskinner
Copy link
Contributor Author

I did wonder how significant the changes were but deferred to semver since there were new features (i.e. changelog entries under "Added")

MINOR version when you add functionality in a backwards compatible manner

I will reopen as v7.9.6

@djskinner djskinner closed this May 5, 2021
@djskinner djskinner deleted the release/v7.10.0 branch May 5, 2021 09:40
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.

None yet

6 participants