Skip to content

Commit

Permalink
Prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
pyricau committed May 21, 2024
1 parent 96a022f commit 6e42b46
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,21 @@

Please thank our [contributors](https://github.com/square/leakcanary/graphs/contributors) 🙏 🙏 🙏.

## Version 3.0 Alpha 5 (2024-05-20)
## Version 3.0 Alpha 6 (2024-05-21)

Bug Fixes & Performance Improvements.
* 🐛 [#2670](https://github.com/square/leakcanary/pull/2670) Use `RequestPermissionActivity` context for `Toast.makeText`.

### Heap Growth

* Add warmup to reduce changes of classloading tied to analysis being picked up as false positive heap growth signal.
* Add dependency on AndroidX Collections to use in place of JDK data structures (lower memory footprint) and HHPC copied data structures (hard to maintain).
* Improvements to memory footprint by flattening a number of objects
* Fix retained size not being computed when analysis stops at the second heap dump.
* Removed `InitialState.heapGraphCount`
* Ignore static `<resolved_references>` in all classes on JVM

🤨

See the [full diff](https://github.com/square/leakcanary/compare/v3.0-alpha-4...v3.0-alpha-5).
See the [full diff](https://github.com/square/leakcanary/compare/v3.0-alpha-4...v3.0-alpha-6).

## Version 3.0 Alpha 4 (2024-05-10)

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GROUP=com.squareup.leakcanary
VERSION_NAME=3.0-alpha-6
VERSION_NAME=3.0-alpha-7-SNAPSHOT

POM_DESCRIPTION=LeakCanary
POM_INCEPTION_YEAR=2015
Expand Down

0 comments on commit 6e42b46

Please sign in to comment.