Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Bump leakCanaryVersion from 1.5.4 to 1.6.3#3

Open
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/leakCanaryVersion-1.6.3
Open

Bump leakCanaryVersion from 1.5.4 to 1.6.3#3
dependabot-preview[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/leakCanaryVersion-1.6.3

Conversation

@dependabot-preview
Copy link

Bumps leakCanaryVersion from 1.5.4 to 1.6.3.

Updates leakcanary-android from 1.5.4 to 1.6.3

Release notes

Sourced from leakcanary-android's releases.

v1.6.3

See CHANGELOG

v1.6.2

See CHANGELOG

v1.6.1

See CHANGELOG

1.6

This release was short lived due to #1058

Changelog

Sourced from leakcanary-android's changelog.

Version 1.6.3 (2019-01-10)

  • #1163 Fixed leaks being incorrectly classified as "no leak" due to missed GC Roots.
  • #1153 LeakCanary.isInAnalyzerProcess now correctly returns true in the analyzer process prior to any first leak (could be triggered by starting the leak result activity).
  • #1158 Stopped enabling DisplayLeakActivity when not using DisplayLeakService.
  • #1135 Fixed IndexOutOfBoundsException for leak traces of size 1.
  • #1163 Keep "no leak" heap dumps.

Many thanks to
@​KMaragh,
@​pyricau,
@​SebRut
for the code contributions!

For more details, see the 1.6.3 Milestone and the full diff.

Version 1.6.2 (2018-10-16)

  • #1067 Fixed TransactionTooLargeException crash (leak analysis would never complete).
  • #1061 Detection of Fragment view leaks after Fragment#onDestroyView().
  • #1076 Added the FOREGROUND_SERVICE permission for Android P.
  • #1062 The LeakCanary toast now always shows correctly. It doesn't show if there is no activity in foreground.
  • #1115 Reenabled the DisplayLeakActivity icon on fresh installs.
  • #1100 Added nullability annotations to improve Kotlin support.
  • Updates to excluded leaks (commits).
  • Updates to reachability inspectors (commits).

Many thanks to
@​fractalwrench,
@​hzsweers,
@​Goddchen,
@​igokoro,
@​IlyaGulya,
@​JakeWharton,
@​javmarina,
@​jokermonn,
@​jrodbx,
@​Parseus,
@​pyricau,
@​scottkennedy
for the code contributions!

Public API changes

  • Subclasses of AbstractAnalysisResultService should now override onHeapAnalyzed([@​NonNull](https://github.com/NonNull) AnalyzedHeap analyzedHeap) instead of onHeapAnalyzed([@​NonNull](https://github.com/NonNull) HeapDump heapDump, [@​NonNull](https://github.com/NonNull) AnalysisResult result)

For more details, see the 1.6.2 Milestone and the full diff.

Version 1.6.1 (2018-06-21)

... (truncated)
Commits
  • 31007b4 Prepare 1.6.3 release
  • 64b6e5a Fix GC Root bugs that missed leaks (#1168)
  • bd3de26 Keep "no leak" heap dumps (#1166)
  • ba868a1 Remove unused field (#1167)
  • f044c1d Fixed IndexOutOfBoundsException for leak traces of size 1 (#1164)
  • a7ae33c Disable DisplayLeakActivity when not using DisplayLeakService (#1162)
  • cefc33d LeakCanary.isInAnalyzerProcess correctly returns true in the analyzer proce...
  • 85adede Updating repo order because AS is hangry for dependencies (#1160)
  • 4702cf0 Merge pull request #1155 from KMaragh/master
  • 58f776f Updated spacing in leak message. Some words were mashed together.
  • Additional commits viewable in compare view

Updates leakcanary-android-no-op from 1.5.4 to 1.6.3

Release notes

Sourced from leakcanary-android-no-op's releases.

v1.6.3

See CHANGELOG

v1.6.2

See CHANGELOG

v1.6.1

See CHANGELOG

1.6

This release was short lived due to #1058

Changelog

Sourced from leakcanary-android-no-op's changelog.

Version 1.6.3 (2019-01-10)

  • #1163 Fixed leaks being incorrectly classified as "no leak" due to missed GC Roots.
  • #1153 LeakCanary.isInAnalyzerProcess now correctly returns true in the analyzer process prior to any first leak (could be triggered by starting the leak result activity).
  • #1158 Stopped enabling DisplayLeakActivity when not using DisplayLeakService.
  • #1135 Fixed IndexOutOfBoundsException for leak traces of size 1.
  • #1163 Keep "no leak" heap dumps.

Many thanks to
@​KMaragh,
@​pyricau,
@​SebRut
for the code contributions!

For more details, see the 1.6.3 Milestone and the full diff.

Version 1.6.2 (2018-10-16)

  • #1067 Fixed TransactionTooLargeException crash (leak analysis would never complete).
  • #1061 Detection of Fragment view leaks after Fragment#onDestroyView().
  • #1076 Added the FOREGROUND_SERVICE permission for Android P.
  • #1062 The LeakCanary toast now always shows correctly. It doesn't show if there is no activity in foreground.
  • #1115 Reenabled the DisplayLeakActivity icon on fresh installs.
  • #1100 Added nullability annotations to improve Kotlin support.
  • Updates to excluded leaks (commits).
  • Updates to reachability inspectors (commits).

Many thanks to
@​fractalwrench,
@​hzsweers,
@​Goddchen,
@​igokoro,
@​IlyaGulya,
@​JakeWharton,
@​javmarina,
@​jokermonn,
@​jrodbx,
@​Parseus,
@​pyricau,
@​scottkennedy
for the code contributions!

Public API changes

  • Subclasses of AbstractAnalysisResultService should now override onHeapAnalyzed([@​NonNull](https://github.com/NonNull) AnalyzedHeap analyzedHeap) instead of onHeapAnalyzed([@​NonNull](https://github.com/NonNull) HeapDump heapDump, [@​NonNull](https://github.com/NonNull) AnalysisResult result)

For more details, see the 1.6.2 Milestone and the full diff.

Version 1.6.1 (2018-06-21)

... (truncated)
Commits
  • 31007b4 Prepare 1.6.3 release
  • 64b6e5a Fix GC Root bugs that missed leaks (#1168)
  • bd3de26 Keep "no leak" heap dumps (#1166)
  • ba868a1 Remove unused field (#1167)
  • f044c1d Fixed IndexOutOfBoundsException for leak traces of size 1 (#1164)
  • a7ae33c Disable DisplayLeakActivity when not using DisplayLeakService (#1162)
  • cefc33d LeakCanary.isInAnalyzerProcess correctly returns true in the analyzer proce...
  • 85adede Updating repo order because AS is hangry for dependencies (#1160)
  • 4702cf0 Merge pull request #1155 from KMaragh/master
  • 58f776f Updated spacing in leak message. Some words were mashed together.
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps `leakCanaryVersion` from 1.5.4 to 1.6.3.

Updates `leakcanary-android` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/square/leakcanary/releases)
- [Changelog](https://github.com/square/leakcanary/blob/master/CHANGELOG.md)
- [Commits](square/leakcanary@v1.5.4...v1.6.3)

Updates `leakcanary-android-no-op` from 1.5.4 to 1.6.3
- [Release notes](https://github.com/square/leakcanary/releases)
- [Changelog](https://github.com/square/leakcanary/blob/master/CHANGELOG.md)
- [Commits](square/leakcanary@v1.5.4...v1.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jun 13, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants