Releases: Automattic/measure-builds-gradle-plugin
Releases · Automattic/measure-builds-gradle-plugin
3.1.1
3.1.0
3.0.0
What's Changed
- Add Customizable MetricsReporters to the Measure-Builds Gradle Plugin by @takahirom in #38
- Mirror of #38 by @wzieba in #39
- Fix reporters not callable from groovy by @wzieba in #43
- Improve documentation and naming by @wzieba in #45
- Bring back Gradle Portal publish by @wzieba in #46
BREAKING CHANGE: use onBuildMetricsReadyListener
to provide ready, or custom reporters
Full Changelog: 2.1.2...3.0.0
2.1.2
2.1.1
What's Changed
- fix: build time duration is calculated from cached values by @wzieba in #31
- feat: Save build and execution reports locally by @wzieba in #32
- fix: Remove metrics that are not configuration cache compatible by @wzieba in #35
- [internal] Cleanup by @wzieba in #36
- [internal] tests: Test plugin behaviour under configuration cache. by @wzieba in #33
Full Changelog: 2.1.0...2.1.1
2.1.0
2.0.3
2.0.2
2.0.1
2.0.0
New features
- Tracking and reporting execution of each Gradle task of the build
- Gradle Configuration Cache compatibility
- Attaching Gradle Scan ID when requested
BREAKING CHANGES:
- Plugin ID, Extension name and package are renamed
- Extension fields are changed. See README.md for details