Skip to content

Commit bc94332

Browse files
authored
Merge pull request #714 from bugsnag/next
Release v7.6.0
2 parents 5b53303 + a3d71a0 commit bc94332

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+603
-279
lines changed

.buildkite/pipeline.full.yml

Lines changed: 77 additions & 53 deletions
Original file line numberDiff line numberDiff line change
@@ -286,66 +286,81 @@ steps:
286286
- "features/fixtures/maze_runner/mazerunner_2018.4.36f1.apk"
287287
upload:
288288
- "maze_output/**/*"
289-
docker-compose#v3.7.0:
290-
pull: maze-runner
291-
run: maze-runner
289+
docker-compose#v4.7.0:
290+
pull: maze-runner-bitbar
291+
run: maze-runner-bitbar
292+
service-ports: true
292293
command:
293-
- "--app=/app/features/fixtures/maze_runner/mazerunner_2018.4.36f1.apk"
294-
- "--farm=bs"
295-
- "--device=ANDROID_11_0"
296294
- "features/csharp"
297295
- "features/android"
298-
299-
concurrency: 24
300-
concurrency_group: browserstack-app
296+
- "--app=features/fixtures/maze_runner/mazerunner_2018.4.36f1.apk"
297+
- "--farm=bb"
298+
- "--device=ANDROID_9|ANDROID_10|ANDROID_11|ANDROID_12|ANDROID_13"
299+
- "--no-tunnel"
300+
- "--aws-public-ip"
301+
- "--fail-fast"
302+
concurrency: 25
303+
concurrency_group: 'bitbar-app'
301304
concurrency_method: eager
302305

303306
- label: ':android: Run Android e2e tests for Unity 2019'
304307
timeout_in_minutes: 60
305308
depends_on: 'build-android-fixture-2019'
306309
agents:
307310
queue: opensource
311+
env:
312+
UNITY_VERSION: "2019.4.35f1"
308313
plugins:
309314
artifacts#v1.5.0:
310315
download:
311316
- "features/fixtures/maze_runner/mazerunner_2019.4.35f1.apk"
312317
upload:
313318
- "maze_output/**/*"
314-
docker-compose#v3.7.0:
315-
pull: maze-runner
316-
run: maze-runner
319+
docker-compose#v4.7.0:
320+
pull: maze-runner-bitbar
321+
run: maze-runner-bitbar
322+
service-ports: true
317323
command:
318-
- "--app=/app/features/fixtures/maze_runner/mazerunner_2019.4.35f1.apk"
319-
- "--farm=bs"
320-
- "--device=ANDROID_11_0"
321324
- "features/csharp"
322325
- "features/android"
323-
concurrency: 24
324-
concurrency_group: browserstack-app
326+
- "--app=features/fixtures/maze_runner/mazerunner_2019.4.35f1.apk"
327+
- "--farm=bb"
328+
- "--device=ANDROID_9|ANDROID_10|ANDROID_11|ANDROID_12|ANDROID_13"
329+
- "--no-tunnel"
330+
- "--aws-public-ip"
331+
- "--fail-fast"
332+
concurrency: 25
333+
concurrency_group: 'bitbar-app'
325334
concurrency_method: eager
326335

327336
- label: ':android: Run Android e2e tests for Unity 2021'
328337
timeout_in_minutes: 60
329338
depends_on: 'build-android-fixture-2021'
330339
agents:
331340
queue: opensource
341+
env:
342+
UNITY_VERSION: "2021.3.13f1"
332343
plugins:
333344
artifacts#v1.5.0:
334345
download:
335346
- "features/fixtures/maze_runner/mazerunner_2021.3.13f1.apk"
336347
upload:
337348
- "maze_output/**/*"
338-
docker-compose#v3.7.0:
339-
pull: maze-runner
340-
run: maze-runner
349+
docker-compose#v4.7.0:
350+
pull: maze-runner-bitbar
351+
run: maze-runner-bitbar
352+
service-ports: true
341353
command:
342-
- "--app=/app/features/fixtures/maze_runner/mazerunner_2021.3.13f1.apk"
343-
- "--farm=bs"
344-
- "--device=ANDROID_11_0"
345354
- "features/csharp"
346355
- "features/android"
347-
concurrency: 24
348-
concurrency_group: browserstack-app
356+
- "--app=features/fixtures/maze_runner/mazerunner_2021.3.13f1.apk"
357+
- "--farm=bb"
358+
- "--device=ANDROID_9|ANDROID_10|ANDROID_11|ANDROID_12|ANDROID_13"
359+
- "--no-tunnel"
360+
- "--aws-public-ip"
361+
- "--fail-fast"
362+
concurrency: 25
363+
concurrency_group: 'bitbar-app'
349364
concurrency_method: eager
350365

351366
# - label: ':android: Run Android EDM e2e tests for Unity 2021'
@@ -369,7 +384,7 @@ steps:
369384
# - "--farm=bs"
370385
# - "--device=ANDROID_11_0"
371386
# - "features/edm"
372-
# concurrency: 24
387+
# concurrency: 5
373388
# concurrency_group: browserstack-app
374389
# concurrency_method: eager
375390

@@ -530,18 +545,21 @@ steps:
530545
- "features/fixtures/maze_runner/mazerunner_2018.4.36f1.ipa"
531546
upload:
532547
- "maze_output/**/*"
533-
docker-compose#v3.7.0:
534-
pull: maze-runner
535-
run: maze-runner
548+
docker-compose#v4.7.0:
549+
pull: maze-runner-bitbar
550+
run: maze-runner-bitbar
551+
service-ports: true
536552
command:
537-
- "--app=/app/features/fixtures/maze_runner/mazerunner_2018.4.36f1.ipa"
538-
- "--farm=bs"
539-
- "--device=IOS_15"
540-
- "--fail-fast"
541553
- "features/csharp"
542554
- "features/ios"
543-
concurrency: 24
544-
concurrency_group: browserstack-app
555+
- "--app=features/fixtures/maze_runner/mazerunner_2018.4.36f1.ipa"
556+
- "--farm=bb"
557+
- "--device=IOS_12|IOS_13|IOS_14|IOS_15"
558+
- "--no-tunnel"
559+
- "--aws-public-ip"
560+
- "--fail-fast"
561+
concurrency: 25
562+
concurrency_group: 'bitbar-app'
545563
concurrency_method: eager
546564

547565
- label: ':ios: Run iOS e2e tests for Unity 2019'
@@ -555,18 +573,21 @@ steps:
555573
- "features/fixtures/maze_runner/mazerunner_2019.4.35f1.ipa"
556574
upload:
557575
- "maze_output/**/*"
558-
docker-compose#v3.7.0:
559-
pull: maze-runner
560-
run: maze-runner
576+
docker-compose#v4.7.0:
577+
pull: maze-runner-bitbar
578+
run: maze-runner-bitbar
579+
service-ports: true
561580
command:
562-
- "--app=/app/features/fixtures/maze_runner/mazerunner_2019.4.35f1.ipa"
563-
- "--farm=bs"
564-
- "--device=IOS_15"
565-
- "--fail-fast"
566581
- "features/csharp"
567582
- "features/ios"
568-
concurrency: 24
569-
concurrency_group: browserstack-app
583+
- "--app=features/fixtures/maze_runner/mazerunner_2019.4.35f1.ipa"
584+
- "--farm=bb"
585+
- "--device=IOS_12|IOS_13|IOS_14|IOS_15"
586+
- "--no-tunnel"
587+
- "--aws-public-ip"
588+
- "--fail-fast"
589+
concurrency: 25
590+
concurrency_group: 'bitbar-app'
570591
concurrency_method: eager
571592

572593
- label: ':ios: Run iOS e2e tests for Unity 2021'
@@ -580,18 +601,21 @@ steps:
580601
- "features/fixtures/maze_runner/mazerunner_2021.3.13f1.ipa"
581602
upload:
582603
- "maze_output/**/*"
583-
docker-compose#v3.7.0:
584-
pull: maze-runner
585-
run: maze-runner
604+
docker-compose#v4.7.0:
605+
pull: maze-runner-bitbar
606+
run: maze-runner-bitbar
607+
service-ports: true
586608
command:
587-
- "--app=/app/features/fixtures/maze_runner/mazerunner_2021.3.13f1.ipa"
588-
- "--farm=bs"
589-
- "--device=IOS_15"
590-
- "--fail-fast"
591609
- "features/csharp"
592610
- "features/ios"
593-
concurrency: 24
594-
concurrency_group: browserstack-app
611+
- "--app=features/fixtures/maze_runner/mazerunner_2021.3.13f1.ipa"
612+
- "--farm=bb"
613+
- "--device=IOS_12|IOS_13|IOS_14|IOS_15"
614+
- "--no-tunnel"
615+
- "--aws-public-ip"
616+
- "--fail-fast"
617+
concurrency: 25
618+
concurrency_group: 'bitbar-app'
595619
concurrency_method: eager
596620

597621
#

.buildkite/pipeline.yml

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -173,17 +173,21 @@ steps:
173173
- "features/fixtures/maze_runner/mazerunner_2020.3.32f1.apk"
174174
upload:
175175
- "maze_output/**/*"
176-
docker-compose#v3.7.0:
177-
pull: maze-runner
178-
run: maze-runner
176+
docker-compose#v4.7.0:
177+
pull: maze-runner-bitbar
178+
run: maze-runner-bitbar
179+
service-ports: true
179180
command:
180-
- "--app=/app/features/fixtures/maze_runner/mazerunner_2020.3.32f1.apk"
181-
- "--farm=bs"
182-
- "--device=ANDROID_11_0"
183181
- "features/csharp"
184182
- "features/android"
185-
concurrency: 24
186-
concurrency_group: browserstack-app
183+
- "--app=features/fixtures/maze_runner/mazerunner_2020.3.32f1.apk"
184+
- "--farm=bb"
185+
- "--device=ANDROID_9|ANDROID_10|ANDROID_11|ANDROID_12|ANDROID_13"
186+
- "--no-tunnel"
187+
- "--aws-public-ip"
188+
- "--fail-fast"
189+
concurrency: 25
190+
concurrency_group: 'bitbar-app'
187191
concurrency_method: eager
188192

189193

@@ -210,7 +214,7 @@ steps:
210214
# - "--farm=bs"
211215
# - "--device=ANDROID_11_0"
212216
# - "features/edm"
213-
# concurrency: 24
217+
# concurrency: 5
214218
# concurrency_group: browserstack-app
215219
# concurrency_method: eager
216220

@@ -275,19 +279,21 @@ steps:
275279
- "features/fixtures/maze_runner/mazerunner_2020.3.32f1.ipa"
276280
upload:
277281
- "maze_output/**/*"
278-
docker-compose#v3.7.0:
279-
pull: maze-runner
280-
run: maze-runner
282+
docker-compose#v4.7.0:
283+
pull: maze-runner-bitbar
284+
run: maze-runner-bitbar
285+
service-ports: true
281286
command:
282-
- "--app=/app/features/fixtures/maze_runner/mazerunner_2020.3.32f1.ipa"
283-
- "--farm=bs"
284-
- "--device=IOS_15"
285-
- "--fail-fast"
286287
- "features/csharp"
287288
- "features/ios"
288-
289-
concurrency: 24
290-
concurrency_group: browserstack-app
289+
- "--app=features/fixtures/maze_runner/mazerunner_2020.3.32f1.ipa"
290+
- "--farm=bb"
291+
- "--device=IOS_12|IOS_13|IOS_14|IOS_15"
292+
- "--no-tunnel"
293+
- "--aws-public-ip"
294+
- "--fail-fast"
295+
concurrency: 25
296+
concurrency_group: 'bitbar-app'
291297
concurrency_method: eager
292298

293299
#

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 7.6.0 (2023-05-25)
4+
5+
- Update bugsnag-cocoa from v6.25.2 to [v6.26.2](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6262-2023-04-20)
6+
- Update bugsnag-android from v5.28.4 to [v5.30.0](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5300-2023-05-11)
7+
8+
### Bug fixes
9+
10+
* Fix an issue where stack frames containing (wrapper some/wrapper) entries were incorrectly formatted. [#713](https://github.com/bugsnag/bugsnag-unity/pull/713)
11+
12+
* Fix an issue where Config.GenerateAnonymousId was not respected. [#704](https://github.com/bugsnag/bugsnag-unity/pull/704)
13+
314
## 7.5.2 (2023-03-08)
415

516
### Bug fixes

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ gem 'xcodeproj'
66

77
unless Gem.win_platform?
88
# Use official Maze Runner release
9-
gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', tag: 'v7.11.0'
9+
gem 'bugsnag-maze-runner', '~>7.0'
1010

1111
# Use a specific Maze Runner branch
1212
#gem 'bugsnag-maze-runner', git: 'https://github.com/bugsnag/maze-runner', branch: 'master'

0 commit comments

Comments
 (0)