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 v8.3.0 #858

Merged
merged 26 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
afbd3e0
Use built-in command for bumpsnag updates
Cawllec Sep 16, 2024
d61a035
Add support for buildkite test analytics (#840)
Cawllec Sep 30, 2024
5449d43
Update bugsnag-android to v6.8.0 [full ci]
Oct 1, 2024
1d5a78e
Merge pull request #836 from bugsnag/dep-update/simplify
twometresteve Oct 9, 2024
74b05ed
Pipeline refactor (#842)
Cawllec Oct 11, 2024
f27bab5
Add support for getting and searching the currently loaded images
kstenerud Oct 25, 2024
8f02797
Merge pull request #841 from bugsnag/bumpsnag-bugsnag-android-v6.8.0
richardelms Oct 28, 2024
97e40b7
remove unnecessary logging (#844)
richardelms Oct 29, 2024
7597b27
Merge pull request #843 from bugsnag/PLAT-12879-loaded-modules-tracker
kstenerud Nov 1, 2024
fc0a454
Add il2cpp build preprocessor
kstenerud Nov 1, 2024
1c8974f
Merge pull request #845 from bugsnag/PLAT-12880-il2cpp-build-preproce…
kstenerud Nov 5, 2024
55b2db6
Use the dynamic linker's data directly and copy it C# side immediatel…
kstenerud Nov 7, 2024
70d0b13
release source and support Unity v6 (#847)
richardelms Nov 12, 2024
a072290
Move all error building code into a dedicated class (#851)
kstenerud Nov 12, 2024
60ad2c5
Update bugsnag-android to v6.9.0 [full ci] (#850)
github-actions[bot] Nov 13, 2024
7949cd0
Update bugsnag-cocoa to v6.30.2 [full ci] (#849)
github-actions[bot] Nov 13, 2024
f043148
time saving editor tool (#852)
richardelms Nov 13, 2024
bd1060d
[PLAT-13010] Switch Unity 2023 with Unity 6000 (#846)
joshedney Nov 13, 2024
3207bea
Basic LoadedImages caching. Also renamed StackTrace to PayloadStackTr…
kstenerud Nov 13, 2024
07985b4
Merge pull request #853 from bugsnag/karl/unity-tweaks
kstenerud Nov 14, 2024
74be6ec
Update bugsnag-android to version v6.10.0 (#854)
github-actions[bot] Nov 26, 2024
26e8c80
Update CHANGELOG.md
richardelms Nov 26, 2024
2ae37b7
Release v8.3.0
richardelms Nov 28, 2024
97fad78
suppress null return warning for session.GetUser (#859)
richardelms Nov 29, 2024
5aa90b3
Release 8.3.0 UAT fixes (#861)
richardelms Dec 4, 2024
4827012
Merge branch 'master' into next
richardelms Dec 4, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
12 changes: 0 additions & 12 deletions .buildkite/block.full.yml

This file was deleted.

8 changes: 8 additions & 0 deletions .buildkite/block.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
steps:
- block: 'Trigger a full build'
key: 'trigger-full-build'

- label: 'Upload the full test pipeline'
depends_on: 'trigger-full-build'
command: >
buildkite-agent pipeline upload .buildkite/pipeline.full.yml
274 changes: 0 additions & 274 deletions .buildkite/pipeline.android.full.yml

This file was deleted.

19 changes: 19 additions & 0 deletions .buildkite/pipeline.full.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
agents:
queue: opensource

steps:
- name: 'Append Unity 2020 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unity.2020.yml

- name: 'Append Full Unity 2021 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unity.2021.full.yml

- name: 'Append Unity 2022 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unity.2022.yml

- name: 'Append Unity 6000 Pipeline'
commands:
- buildkite-agent pipeline upload .buildkite/unity.6000.yml
Loading
Loading