Skip to content
This repository was archived by the owner on Feb 19, 2020. It is now read-only.

Commit 9bffbc5

Browse files
author
Benjamin Scholtysik (Reimold)
authored
Merge pull request #29 from MatkovIvan/fix/save-log
Log errors + changes from master
2 parents a13f7a8 + 4866886 commit 9bffbc5

File tree

11 files changed

+505
-386
lines changed

11 files changed

+505
-386
lines changed

Documentation/Changelog.md

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

3+
### 5.0.1
4+
5+
This is a bugfix release. If you upgrade from version 1.X, please be aware of the breaking changes in version 5.0.0!
6+
7+
* **[IMPROVEMENT]** Uses HockeySDK-Android 5.0.4. Please have a look at it's full changelog.
8+
* **[BUGFIX]** Fix bug that made it possible to bypass authentication. [#22](https://github.com/bitstadium/HockeySDK-Unity-Android/pull/22).
9+
* **[BUGFIX]** Fix an issue when using the GUID for crash reports. [#26](https://github.com/bitstadium/HockeySDK-Unity-Android/pull/26)
10+
* **[BUGFIX]** Fix a bug where merging AndroidManifest.xml would fail. [#11](https://github.com/bitstadium/HockeySDK-Unity-Android/issues/11)
11+
12+
#### Changelog for HockeySDK-Android 5.0.4
13+
14+
This version contains a few bugfixes as well as the removal of an API that has been deprecated since HockeySDK 3.7.0-Beta.2.
15+
16+
* **Removal of deprecated API** `ExceptionHandler.saveException(Throwable exception, CrashManagerListener listener)` has been deprecated since 3.7.0-beta.2. Use `ExceptionHandler.saveException(Throwable exception, Thread thread, CrashManagerListener listener)` instead.
17+
* **Bugfix** The SDK now deletes redundant crash reports.
18+
* **Bugfix** The SDK does no longer send the event that indicates the start of a session twice but once. There was no impact on session counts as the event was de-duplicated on the server.
19+
* **Bugfix** Fixes a potential deadlock when reading device information when saving an exception.
20+
* **Bugfix** Fixes a potential NPE when processing stacktraces. Thanks to [Thomas Reis for reporting issue #331](https://github.com/bitstadium/HockeySDK-Android/issues/331).
21+
22+
#### Changelog for HockeySDK-Android 5.0.3
23+
24+
This release now limits the number of crashes that are stored by the SDK while the device is offline to 100 Crashes. HockeySDK-Android will stop to collect crashes until the number of unsent crashes drops below the limit of 100 unsent crashes.
25+
26+
* [BUGFIX] Fixes a possible `OutOfMemoryError` exception. This only occurs when a very large number of crashes – several 100k or more – wasn't sent to the server. [#313](https://github.com/bitstadium/HockeySDK-Android/pull/313)
27+
28+
329
### 5.0.0
430

531
Upgrade to HockeySDK for Android 5.0.2.

0 commit comments

Comments
 (0)