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.9.0 #1076

Merged
merged 29 commits into from
Apr 21, 2021
Merged

Release v6.9.0 #1076

merged 29 commits into from
Apr 21, 2021

Conversation

nickdowell
Copy link
Contributor

6.9.0 (2021-04-21)

Enhancements

  • App hangs that occur while the app is in the background will no longer be reported.
    #1075

  • Add binaryArch and runningOnRosetta to the app metadata tab.
    #1073

  • Bugsnag can now be used without AppKit, allowing use in daemons and other processes running in non-UI sessions.
    #1072

kstenerud and others added 29 commits April 14, 2021 09:08
…w only have an `instruction_addr` field.

```
        "threads": [
            {
                "backtrace": {
                    "contents": [
                        {
                            "instruction_addr": 6230833072
                        },
                        {
                            "instruction_addr": 4368117122,
                            "object_addr": 4367945728,
                            "object_name": "UIKit",
                            "symbol_addr": 4368117039,
                            "symbol_name": "-[UIApplication sendAction:to:from:forEvent:]"
                        },
```
[PLAT-6281] Remove reliance on AppKit to allow use in daemons
[PLAT-6339] Add binaryArch and runningOnRosetta to app metadata
Omit all but instruction_addr field when symbol address not found
Maze.driver.background_app(duration) fails on appium 1.7.2 and earlier
@nickdowell nickdowell requested a review from kstenerud April 21, 2021 09:59
@nickdowell nickdowell requested a review from kattrali April 21, 2021 09:59
@github-actions
Copy link

Infer: No issues found 🎉

OCLint: No issues found 🎉

Bugsnag.framework binary size increased by 5,376 bytes from 1,119,520 to 1,124,896

Generated by 🚫 Danger

Copy link
Contributor

@kattrali kattrali left a comment

Choose a reason for hiding this comment

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

🎉

@nickdowell nickdowell merged commit 2f5925e into master Apr 21, 2021
@nickdowell nickdowell deleted the release-v6.9.0 branch April 21, 2021 11:49
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.

3 participants