Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

Bumps leakcanary-android from 2.0-alpha-2 to 2.0-alpha-3.

Release notes

Sourced from leakcanary-android's releases.

v2.0-alpha-3

See Change Log

Changelog

Sourced from leakcanary-android's changelog.

Change Log

Version 2.0 Alpha 3 (2019-07-04)

Thanks for testing the alpha, we're counting on you to help us find bugs and suggest improvements! Check out the new Getting Started instructions and the migration guide.

  • #1401 LeakCanary can now import all hprof files created from prior LeakCanary versions.
  • #1414 New API: RefWatcher.retainedInstances which returns the instances that are currently considered retained.
  • #1419 New APIs: LeakCanary.Config.maxStoredHeapDumps (default 7) and LeakCanary.Config.requestWriteExternalStoragePermission (default false). LeakCanary won't ask for the external storage permission anymore by default.
  • #1338 API change: LeakCanary.Config.exclusionsFactory replaced with LeakCanary.Config.knownReferences (simpler use), LeakCanary.Config.leakInspectors and LeakCanary.Config.labelers merged into LeakCanary.Config.leakTraceInspectors which provides access to the entire leak trace as well as a new graph oriented API that replaces the low level hprof parser API.
  • #1382 LeakCanary now disables automatic heap dumping when running in AndroidX UI tests.
  • #1424 API rename: RefWatcher.hasRetainedReferences => RefWatcher.hasRetainedInstances, RefWatcher.retainedReferenceCount => RefWatcher.retainedInstanceCount, RefWatcher.hasWatchedReferences => RefWatcher.hasWatchedInstances, RefWatcher.removeKeysRetainedBeforeHeapDump => RefWatcher.removeInstancesRetainedBeforeHeapDump, RefWatcher.clearWatchedReferences => RefWatcher.clearWatchedInstances.
  • #1432 #1438 #1440 New "won't fix" leaks and leak trace inspectors
  • #1374 #1364 #1366 #1417 #1399 #1416 #1407 #1427 #1385 Bug and crash fixes

Many thanks to
@​1step2hell,
@​afollestad,
@​ansman,
@​bjdodson,
@​BraisGabin,
@​EBfVince,
@​jaredsburrows,
@​pforhan,
@​pyricau,
@​tellypresence,
@​wiyarmir
for the contributions, bug reports and feature requests.

For more details, see the 2.0-alpha-3 Milestone and the full diff.

Version 2.0 Alpha 2 (2019-05-21)

  • #1040 Import and analyze hprof files from other devices
  • #1344 Computing retained size
  • #1325 New notification showing current count of retained instances
  • #1079 "Excluded" leaks have been renamed to "Won't fix" leaks to clarify meaning.
  • #1328 New leaks are called out in the UI.
  • #1327 LeakSentry can be enabled / disabled and is automatically disabled in non debuggable builds.
  • #1173 Experimental: now reporting leaks that only go through weak references (previously reported as "no path to instance")
  • #1339 Readded support for Thread name based exclusions
  • #1312 Fixed bug causing LeakCanary to stop detecting leaks after the app is killed.
  • #1310 #1313 #1314 #1340 #1337 Many API changes
  • #1296 #1293 #1306 #1336 Fixed several crashes.

Many thanks to
@​forrestbice,
@​Foso,
@​Goddchen,
@​marcosholgado,

... (truncated)
Commits

Dependabot compatibility score

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.


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). To ignore the version in this PR you can just close it
  • @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 [leakcanary-android](https://github.com/square/leakcanary) from 2.0-alpha-2 to 2.0-alpha-3.
- [Release notes](https://github.com/square/leakcanary/releases)
- [Changelog](https://github.com/square/leakcanary/blob/master/docs/changelog.md)
- [Commits](https://github.com/square/leakcanary/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@nikit19 nikit19 merged commit 127d612 into development Jul 5, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.squareup.leakcanary-leakcanary-android-2.0-alpha-3 branch July 5, 2019 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant