Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump leakcanary-android from 2.7 to 2.8 #4491

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 5, 2022

Bumps leakcanary-android from 2.7 to 2.8.

Release notes

Sourced from leakcanary-android's releases.

v2.8

See Change Log

Changelog

Sourced from leakcanary-android's changelog.

Version 2.8 (2022-01-04)

Preface

The last release was 9 months ago. What happened?! Well, soon after releasing LeakCanary 2.7, I had my 2nd baby, a wonderful daughter 😍. Having 2 young kids leaves a lot less time available for Open Source work... but it's worth it!

P.Y.

Thanks

Please thank @​aaronweihe, @​alhah, @​Andre-max, @​AoraMD, @​BraisGabin, @​breezenan, @​Goooler, @​iliaskomp @​Jeff11, @​jmnwong, @​IdioticMadman, @​keyur1sst, @​lchen8, @​leinardi, @​Maragues, @​mars885, @​mateuszkwiecinski, @​matiash, @​maxxx, @​preetha1326, @​SimonMarquis, @​slavonnet, @​Sonphil, @​summerlyr, @​SUPERCILEX, @​utwyko, @​ZacSweers, @​ziranshang, @​zoltish for their contributions, bug reports and feature requests 🙏 🙏 🙏.

Improved support for data structure internals

🤓 Inspired by Android Studio, LeakCanary's node discovery during heap graph traversal is now abstracted away. This allows overlaying logical structure over common data structure internals.

😅 WHAT?!

👉 This means we can make known data structures look more like their APIs than their internals. For example, developers tend to think of setting a HashMap entry as map["key"] = value rather than map.table[hash("key")].next.next.next = Node(value), which is what LeakCanary would previously show in its leak traces.

... (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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [leakcanary-android](https://github.com/square/leakcanary) from 2.7 to 2.8.
- [Release notes](https://github.com/square/leakcanary/releases)
- [Changelog](https://github.com/square/leakcanary/blob/main/docs/changelog.md)
- [Commits](square/leakcanary@v2.7...v2.8)

---
updated-dependencies:
- dependency-name: com.squareup.leakcanary:leakcanary-android
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jan 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2022

Diffuse output:

OLD: paymentsheet-example-release-master.apk (signature: none)
NEW: paymentsheet-example-release-pr.apk (signature: none)

          │          compressed          │         uncompressed         
          ├───────────┬───────────┬──────┼───────────┬───────────┬──────
 APK      │ old       │ new       │ diff │ old       │ new       │ diff 
──────────┼───────────┼───────────┼──────┼───────────┼───────────┼──────
      dex │  11.8 MiB │  11.8 MiB │  0 B │  40.1 MiB │  40.1 MiB │  0 B 
     arsc │   1.4 MiB │   1.4 MiB │  0 B │   1.4 MiB │   1.4 MiB │  0 B 
 manifest │   2.6 KiB │   2.6 KiB │  0 B │  10.8 KiB │  10.8 KiB │  0 B 
      res │ 653.2 KiB │ 653.2 KiB │  0 B │     1 MiB │     1 MiB │  0 B 
    asset │  77.7 KiB │  77.7 KiB │  0 B │ 109.2 KiB │ 109.2 KiB │  0 B 
    other │  78.3 KiB │  78.3 KiB │  0 B │   154 KiB │   154 KiB │  0 B 
──────────┼───────────┼───────────┼──────┼───────────┼───────────┼──────
    total │    14 MiB │    14 MiB │  0 B │  42.8 MiB │  42.8 MiB │  0 B 


         │          raw           │           unique            
         ├────────┬────────┬──────┼────────┬────────┬───────────
 DEX     │ old    │ new    │ diff │ old    │ new    │ diff      
─────────┼────────┼────────┼──────┼────────┼────────┼───────────
   files │      3 │      3 │    0 │        │        │           
 strings │ 183508 │ 183508 │    0 │ 168739 │ 168739 │ 0 (+0 -0) 
   types │  32799 │  32799 │    0 │  30799 │  30799 │ 0 (+0 -0) 
 classes │  28421 │  28421 │    0 │  28421 │  28421 │ 0 (+0 -0) 
 methods │ 164806 │ 164806 │    0 │ 159927 │ 159927 │ 0 (+0 -0) 
  fields │ 115674 │ 115674 │    0 │ 115054 │ 115054 │ 0 (+0 -0) 


 ARSC    │ old  │ new  │ diff 
─────────┼──────┼──────┼──────
 configs │  295 │  295 │  0   
 entries │ 4370 │ 4370 │  0

@skyler-stripe skyler-stripe merged commit cb8df75 into master Jan 5, 2022
@skyler-stripe skyler-stripe deleted the dependabot/gradle/com.squareup.leakcanary-leakcanary-android-2.8 branch January 5, 2022 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant