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.14.2 #1635

Merged
merged 21 commits into from
Jan 5, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions .buildkite/browser-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -36,6 +37,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -50,6 +52,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -64,6 +67,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -78,6 +82,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -92,6 +97,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -106,6 +112,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -122,6 +129,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -136,6 +144,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -150,6 +159,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -164,6 +174,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -178,6 +189,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -192,6 +204,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -206,6 +219,7 @@ steps:
timeout_in_minutes: 20
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -222,6 +236,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -236,6 +251,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -250,6 +266,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand All @@ -264,6 +281,7 @@ steps:
timeout_in_minutes: 10
plugins:
docker-compose#v3.7.0:
pull: browser-maze-runner
run: browser-maze-runner
use-aliases: true
verbose: true
Expand Down
22 changes: 22 additions & 0 deletions .buildkite/expo-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ steps:
- expo-maze-runner:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:ci-latest

- label: ':docker: Build expo APK builder'
# TODO: Pending PLAT-7743
skip: Pending PLAT-7743
key: "expo-android-builder"
timeout_in_minutes: 40
env:
Expand All @@ -60,6 +62,8 @@ steps:
- expo-android-builder:855461928731.dkr.ecr.us-west-1.amazonaws.com/js:expo-android-builder-latest

- label: ':docker: Build expo APK'
# TODO: Pending PLAT-7743
skip: Pending PLAT-7743
key: "build-expo-apk"
depends_on:
- "publish-expo-app"
Expand Down Expand Up @@ -90,6 +94,8 @@ steps:
- test/expo/scripts/build-ios.sh

- label: ':runner: expo Android 9'
# TODO: Pending PLAT-7743
skip: Pending PLAT-7743
depends_on:
- "build-expo-apk"
- "expo-maze-runner-image"
Expand All @@ -98,6 +104,7 @@ steps:
artifacts#v1.2.0:
download: "build/output.apk"
docker-compose#v3.7.0:
pull: expo-maze-runner
run: expo-maze-runner
use-aliases: true
command:
Expand All @@ -121,6 +128,7 @@ steps:
artifacts#v1.2.0:
download: "build/output.ipa"
docker-compose#v3.7.0:
pull: expo-maze-runner
run: expo-maze-runner
use-aliases: true
command:
Expand All @@ -140,6 +148,8 @@ steps:
key: "trigger-full-suite"

- label: ':runner: expo Android 8'
# TODO: Pending PLAT-7743
skip: Pending PLAT-7743
depends_on:
- "trigger-full-suite"
- "build-expo-apk"
Expand All @@ -149,6 +159,7 @@ steps:
artifacts#v1.2.0:
download: "build/output.apk"
docker-compose#v3.7.0:
pull: expo-maze-runner
run: expo-maze-runner
use-aliases: true
command:
Expand All @@ -168,6 +179,8 @@ steps:
- exit_status: "*"

- label: ':runner: expo Android 7'
# TODO: Pending PLAT-7743
skip: Pending PLAT-7743
depends_on:
- "trigger-full-suite"
- "build-expo-apk"
Expand All @@ -177,6 +190,7 @@ steps:
artifacts#v1.2.0:
download: "build/output.apk"
docker-compose#v3.7.0:
pull: expo-maze-runner
run: expo-maze-runner
use-aliases: true
command:
Expand All @@ -192,6 +206,8 @@ steps:
concurrency_method: eager

- label: ':runner: expo Android 6'
# TODO: Pending PLAT-7743
skip: Pending PLAT-7743
depends_on:
- "trigger-full-suite"
- "build-expo-apk"
Expand All @@ -201,6 +217,7 @@ steps:
artifacts#v1.2.0:
download: "build/output.apk"
docker-compose#v3.7.0:
pull: expo-maze-runner
run: expo-maze-runner
use-aliases: true
command:
Expand All @@ -216,6 +233,8 @@ steps:
concurrency_method: eager

- label: ':runner: expo Android 5'
# TODO: Pending PLAT-7743
skip: Pending PLAT-7743
depends_on:
- "trigger-full-suite"
- "build-expo-apk"
Expand All @@ -225,6 +244,7 @@ steps:
artifacts#v1.2.0:
download: "build/output.apk"
docker-compose#v3.7.0:
pull: expo-maze-runner
run: expo-maze-runner
use-aliases: true
command:
Expand All @@ -249,6 +269,7 @@ steps:
artifacts#v1.2.0:
download: "build/output.ipa"
docker-compose#v3.7.0:
pull: expo-maze-runner
run: expo-maze-runner
use-aliases: true
command:
Expand All @@ -274,6 +295,7 @@ steps:
artifacts#v1.2.0:
download: "build/output.ipa"
docker-compose#v3.7.0:
pull: expo-maze-runner
run: expo-maze-runner
use-aliases: true
command:
Expand Down
6 changes: 6 additions & 0 deletions .buildkite/react-native-cli-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ steps:
timeout_in_minutes: 20
plugins:
docker-compose#v3.7.0:
pull: react-native-cli-tool-maze-runner
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
Expand All @@ -35,6 +36,7 @@ steps:
timeout_in_minutes: 20
plugins:
docker-compose#v3.7.0:
pull: react-native-cli-tool-maze-runner
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
Expand All @@ -48,6 +50,7 @@ steps:
timeout_in_minutes: 20
plugins:
docker-compose#v3.7.0:
pull: react-native-cli-tool-maze-runner
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
Expand All @@ -61,6 +64,7 @@ steps:
timeout_in_minutes: 20
plugins:
docker-compose#v3.7.0:
pull: react-native-cli-tool-maze-runner
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
Expand All @@ -74,6 +78,7 @@ steps:
timeout_in_minutes: 20
plugins:
docker-compose#v3.7.0:
pull: react-native-cli-tool-maze-runner
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
Expand All @@ -87,6 +92,7 @@ steps:
timeout_in_minutes: 20
plugins:
docker-compose#v3.7.0:
pull: react-native-cli-tool-maze-runner
run: react-native-cli-tool-maze-runner
use-aliases: true
command:
Expand Down
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 7.14.2 (2022-01-05)

### Fixed

- (react-native-cli): Fix Xcode build error for ejected Expo apps [#1623](https://github.com/bugsnag/bugsnag-js/pull/1623)

### Changed

- (react-native) Update bugsnag-android to v5.17.0
- Bump compileSdkVersion to apiLevel 31
[bugsnag-android#1536](https://github.com/bugsnag/bugsnag-android/pull/1536)
- Flush in-memory sessions first
[bugsnag-android#1538](https://github.com/bugsnag/bugsnag-android/pull/1538)
- Avoid unnecessary network connectivity change breadcrumb
[bugsnag-android#1540](https://github.com/bugsnag/bugsnag-android/pull/1540)
[bugsnag-android#1546](https://github.com/bugsnag/bugsnag-android/pull/1546)
- Clear native stacktrace memory in `bugsnag_notify_env` before attempting to unwind the stack
[bugsnag-android#1543](https://github.com/bugsnag/bugsnag-android/pull/1543)
- Increase resilience of NDK stackframe method capture [bugsnag-android#1484](https://github.com/bugsnag/bugsnag-android/pull/1484)
- `redactedKeys` now correctly apply to metadata on Event breadcrumbs [bugsnag-android#1526](https://github.com/bugsnag/bugsnag-android/pull/1526)
- Improved the robustness of automatically logged `ERROR` breadcrumbs [bugsnag-android#1531](https://github.com/bugsnag/bugsnag-android/pull/1531)
- Improve performance on the breadcrumb storage "hot path" by removing Date formatting [bugsnag-android#1525](https://github.com/bugsnag/bugsnag-android/pull/1525)
- (react-native): Update bugsnag-cocoa to v6.15.1
- Load configuration from the plist instead of using defaults when calling Bugsnag.start(withApiKey:) [#1245](https://github.com/bugsnag/bugsnag-cocoa/pull/1245)
- Include metadata in breadcrumbs for `UIWindow` / `NSWindow` notifications. [#1238](https://github.com/bugsnag/bugsnag-cocoa/pull/1238)
- Use `LC_FUNCTION_STARTS` to improve symbolication accuracy. [#1214](https://github.com/bugsnag/bugsnag-cocoa/pull/1214)

## 7.14.1 (2021-11-29)

### Fixed
Expand Down
Loading