Skip to content

Conversation

@dependabot-preview
Copy link
Contributor

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

Release notes

Sourced from leakcanary-android's releases.

v2.0-alpha-2

See CHANGELOG

Changelog

Sourced from leakcanary-android's changelog.

Change Log

Version 2.0 Alpha 2 (2019-05-21)

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.

  • #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,
@​orionlee,
@​pyricau,
@​satoshun,
@​ZacSweers
for the contributions!

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

Version 2.0 Alpha 1 (2019-04-23)

This change log is also available as a Twitter thread.

  • New logo, thanks @​flickator!
  • Entirely rewritten to 100% Kotlin
  • Multiple leaks detected in one analysis
    • The heap is dumped when the app goes in the background, or when a minimum of 5 leaks is reached in the foreground.
  • Leak grouping
    • Leaks that share similar causes are grouped in the UI.
    • New screens to see the list of groups and each group.
    • Improved leaktrace strings to highlight leak causes.
    • Leaks can be shared to Stack Overflow
  • New library: LeakSentry.
    • Detects when objects are leaking and triggers LeakCanary
    • Can be used independently in production, for instance to report the number of leaking instances on an OutOfMemoryError crash.
  • New heap parser
... (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 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.

@iamareebjamal iamareebjamal merged commit cc19ba1 into development May 22, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/gradle/com.squareup.leakcanary-leakcanary-android-2.0-alpha-2 branch May 22, 2019 08:50
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.

4 participants