Skip to content

Commit 78407d7

Browse files
authored
Merge branch 'next' into integration/codeFreezeBugFixes
2 parents 49c0935 + f0d2d39 commit 78407d7

File tree

2 files changed

+7
-12
lines changed

2 files changed

+7
-12
lines changed

CHANGELOG.md

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

3-
## TBD
3+
## 7.5.0 (2023-01-04)
44

55
### Enhancements
66

77
* Added checks in delivery to ensure payloads can't get stuck in a retry loop. [#683](https://github.com/bugsnag/bugsnag-unity/pull/683)
88

9-
### Bug fixes
10-
11-
* Fix an issue where Cocoa Device and App data was serialized incorrectly causing invalid cast exceptions in callbacks [#680](https://github.com/bugsnag/bugsnag-unity/pull/680)
12-
* Fixed an issue where user changes made in OnSession callbacks did not make it to the generated payload [#681](https://github.com/bugsnag/bugsnag-unity/pull/681)
13-
14-
## 7.5.0 (2022-11-30)
15-
16-
### Enhancements
17-
189
* Raised `Configuration.MaxBreadcrumbs` default from 50 to 100, raised the limit from 100 to 500 and added a check to truncate breadcrumbs from oversized payloads. [#671](https://github.com/bugsnag/bugsnag-unity/pull/671)
1910

2011
* Add `Configuration.MaxStringValueLength` config option. [#668](https://github.com/bugsnag/bugsnag-unity/pull/668)
@@ -23,7 +14,7 @@
2314

2415
### Dependency updates
2516

26-
* Update bugsnag-cocoa from v6.24.0 to [v6.25.0](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6240-2022-10-05)
17+
* Update bugsnag-cocoa from v6.25.0 to [v6.25.1](https://github.com/bugsnag/bugsnag-cocoa/blob/master/CHANGELOG.md#6251-2022-12-07)
2718
* Update bugsnag-android from v5.28.1 to [v5.28.3](https://github.com/bugsnag/bugsnag-android/blob/master/CHANGELOG.md#5283-2022-11-16)
2819

2920
### Bug fixes
@@ -36,6 +27,10 @@
3627

3728
* Fix an issue where android sessions had inaccurate Session.Handled and Unhandled counts. [#684](https://github.com/bugsnag/bugsnag-unity/pull/684)
3829

30+
* Fix an issue where Cocoa Device and App data was serialized incorrectly causing invalid cast exceptions in callbacks [#680](https://github.com/bugsnag/bugsnag-unity/pull/680)
31+
32+
* Fixed an issue where user changes made in OnSession callbacks did not make it to the generated payload [#681](https://github.com/bugsnag/bugsnag-unity/pull/681)
33+
3934
## 7.4.0 (2022-10-26)
4035

4136
### Dependency updates

0 commit comments

Comments
 (0)