Skip to content

Release v6.16.0 #1280

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

Merged
merged 36 commits into from
Jan 12, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1f7f544
Update maze-runner to v6.4.0
nickdowell Nov 11, 2021
722d55e
Add BugsnagFeatureFlag class
nickdowell Nov 11, 2021
e60ed74
Implement BSGFeatureFlagStore
nickdowell Nov 11, 2021
41b0712
Add BugsnagFeatureFlagStore
nickdowell Nov 11, 2021
c483a72
Event FeatureFlagStore conformance
nickdowell Nov 11, 2021
d7edf09
Configuration FeatureFlagStore conformance
nickdowell Nov 11, 2021
61433ef
Client FeatureFlagStore conformance
nickdowell Nov 11, 2021
d4121af
Rename feature flags serialization functions
nickdowell Nov 12, 2021
3ac99f4
Add feature flags to events
nickdowell Nov 12, 2021
a439ef0
Pipeline: Fix exclusionary regexes to only exclude feature files
Cawllec Nov 15, 2021
473a6d6
Merge branch 'integration/feature-flags' into nickdowell/feature-flags
nickdowell Dec 20, 2021
ec60639
Merge pull request #1227 from bugsnag/nickdowell/feature-flags
nickdowell Dec 21, 2021
88f5596
Fix iOS 14 E2E tests
nickdowell Dec 22, 2021
dd708a2
Remove UserIdScenario
twometresteve Dec 22, 2021
7291991
Consolidate scenarios
twometresteve Dec 22, 2021
2da13ea
Combine scenarios
twometresteve Dec 22, 2021
fddfd1a
Combine scenarios
twometresteve Dec 22, 2021
0fc725b
Reconcile scenario classes and projects
twometresteve Dec 22, 2021
b3bd116
Replace BugsnagStateEvent with BSGClientObserver
nickdowell Dec 21, 2021
6d7f9cf
Add feature flags to BSGClientObserver
nickdowell Dec 21, 2021
ea5bd7b
Merge branch 'next' into tms/review-user-tests
twometresteve Jan 7, 2022
8619d97
Add KSCrashReport writing performance test
nickdowell Jan 6, 2022
77231e3
Remove unnecessary delays
twometresteve Jan 7, 2022
b667722
Rename scenario for clarity
twometresteve Jan 7, 2022
58db67a
Merge pull request #1269 from bugsnag/tms/review-user-tests
twometresteve Jan 7, 2022
7df7b30
Omit unreferenced binary_images (#1273)
nickdowell Jan 7, 2022
ab774f3
Fix missing user.id in session-less OOMs (#1274)
nickdowell Jan 10, 2022
5807b5a
Fix flake in features/out_of_memory.feature:99 (#1276)
nickdowell Jan 11, 2022
c72c203
Fix test fixture build warnings (#1277)
nickdowell Jan 11, 2022
e2a3236
Remove section that described multiple xcodeproj files
Jan 11, 2022
9b1522c
Fix OnSendCallbackRemovalScenario
nickdowell Jan 11, 2022
535705c
Merge branch 'next' into integration/feature-flags
nickdowell Jan 11, 2022
536a772
Add feature flags changelog entry
nickdowell Jan 12, 2022
dec7a8a
Merge pull request #1279 from bugsnag/integration/feature-flags
nickdowell Jan 12, 2022
c988eb7
Merge pull request #1278 from bugsnag/gareththackeray-patch-1
nickdowell Jan 12, 2022
2cc4744
Release v6.16.0
nickdowell Jan 12, 2022
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
16 changes: 8 additions & 8 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ steps:
- "--device=IOS_14"
- "--appium-version=1.17.0"
- "--fail-fast"
- "--exclude=features/[h-z].*.feature"
- "--exclude=features/[h-z].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand All @@ -52,7 +52,7 @@ steps:
- "--device=IOS_14"
- "--appium-version=1.17.0"
- "--fail-fast"
- "--exclude=features/[a-g].*.feature"
- "--exclude=features/[a-g].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down Expand Up @@ -80,7 +80,7 @@ steps:
- "--device=IOS_13"
- "--appium-version=1.17.0"
- "--fail-fast"
- "--exclude=features/[h-z].*.feature"
- "--exclude=features/[h-z].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down Expand Up @@ -109,7 +109,7 @@ steps:
- "--device=IOS_13"
- "--appium-version=1.17.0"
- "--fail-fast"
- "--exclude=features/[a-g].*.feature"
- "--exclude=features/[a-g].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down Expand Up @@ -138,7 +138,7 @@ steps:
- "--device=IOS_12"
- "--appium-version=1.17.0"
- "--fail-fast"
- "--exclude=features/[h-z].*.feature"
- "--exclude=features/[h-z].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down Expand Up @@ -167,7 +167,7 @@ steps:
- "--device=IOS_12"
- "--appium-version=1.17.0"
- "--fail-fast"
- "--exclude=features/[a-g].*.feature"
- "--exclude=features/[a-g].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down Expand Up @@ -198,7 +198,7 @@ steps:
- "--device=IOS_11_0_IPHONE_8_PLUS"
- "--appium-version=1.8.0"
- "--fail-fast"
- "--exclude=features/[h-z].*.feature"
- "--exclude=features/[h-z].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down Expand Up @@ -229,7 +229,7 @@ steps:
- "--device=IOS_11_0_IPHONE_8_PLUS"
- "--appium-version=1.8.0"
- "--fail-fast"
- "--exclude=features/[a-g].*.feature"
- "--exclude=features/[a-g].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down
9 changes: 4 additions & 5 deletions .buildkite/pipeline.quick.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ steps:
- "--device=IOS_15"
- "--appium-version=1.21.0"
- "--fail-fast"
- "--exclude=features/[h-z].*.feature"
- "--exclude=features/[h-z].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down Expand Up @@ -182,7 +182,7 @@ steps:
- "--device=IOS_15"
- "--appium-version=1.21.0"
- "--fail-fast"
- "--exclude=features/[a-g].*.feature"
- "--exclude=features/[a-g].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down Expand Up @@ -211,7 +211,7 @@ steps:
- "--device=IOS_10"
- "--appium-version=1.8.0"
- "--capabilities={\"browserstack.networkLogs\":\"true\"}"
- "--exclude=features/[h-z].*.feature"
- "--exclude=features/[h-z].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down Expand Up @@ -239,8 +239,7 @@ steps:
- "--farm=bs"
- "--device=IOS_10"
- "--appium-version=1.8.0"
- "--capabilities={\"browserstack.networkLogs\":\"true\"}"
- "--exclude=features/[a-g].*.feature"
- "--exclude=features/[a-g].*.feature$"
- "--order=random"
concurrency: 9
concurrency_group: browserstack-app
Expand Down
4 changes: 2 additions & 2 deletions .jazzy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ author_url: "https://www.bugsnag.com"
author: "Bugsnag Inc"
clean: false # avoid deleting docs/.git
framework_root: "Bugsnag"
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.15.2/Bugsnag"
github_file_prefix: "https://github.com/bugsnag/bugsnag-cocoa/tree/v6.16.0/Bugsnag"
github_url: "https://github.com/bugsnag/bugsnag-cocoa"
hide_documentation_coverage: true
module: "Bugsnag"
module_version: "6.15.2"
module_version: "6.16.0"
objc: true
output: "docs"
readme: "README.md"
Expand Down
4 changes: 2 additions & 2 deletions Bugsnag.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Bugsnag",
"version": "6.15.2",
"version": "6.16.0",
"summary": "The Bugsnag crash reporting framework for Apple platforms.",
"homepage": "https://bugsnag.com",
"license": "MIT",
Expand All @@ -9,7 +9,7 @@
},
"source": {
"git": "https://github.com/bugsnag/bugsnag-cocoa.git",
"tag": "v6.15.2"
"tag": "v6.16.0"
},
"frameworks": [
"Foundation",
Expand Down
Loading