Releases: square/invert
Releases · square/invert
0.0.15
- Harden chunked stat loading so incomplete chunked reports fail visibly instead of falling back to empty legacy stats.
- Add per-request timeouts and retries for manifest/chunk JSON loading, while preserving legacy loading when chunk transport is unavailable.
- Route chunk, timeout, and decode failures through report load-failure state and show stat load failures on stat detail pages.
Full Changelog: 0.0.14...0.0.15
0.0.14
Changes since 0.0.13
- Add chunked JSON transport for large stat payloads. Stats exceeding 2 MB are split into parallel-fetchable chunks alongside the legacy single-file JS. The runtime tries chunked loading first and falls back to legacy if no manifest is found.
- Bump browser-side loading timeouts from 10s/30s to 15s/120s and replace
window.alert()on timeout with bounded state cleanup.
Full Changelog: 0.0.13...0.0.14
0.0.13
Version 0.0.13
- Stream SARIF serialization with sarif4k 0.7.0 to avoid materializing very large SARIF reports as a single string before writing.
Full Changelog: 0.0.12...0.0.13
0.0.11
What's Changed
- Expose owner details metadata through
InvertAllCollectedDataRepo.getOwners()for collector aggregation enrichment.
Full Changelog: 0.0.10...0.0.11
v0.0.10
Changes
- Fix composite build (
includeBuild) ClassNotFoundException for KMPinvert-modelsdependency (#94) - Add dark mode support (#93)
Full Changelog: 0.0.9...0.0.10
0.0.9
What's Changed
- Add support for filtering code references by values in 'extras' by @amorde in #55
- Fix NullPointerException when resolving ownership by @handstandsam in #90
- Release v0.0.9 by @handstandsam in #91
Full Changelog: 0.0.8...0.0.9
0.0.8
What's Changed
- Update For 0.0.8 SNAPSHOT by @steve-the-edwards in #86
- Write Individual JSON and SARIF files from ReportWriter by @steve-the-edwards in #87
- Releasing 0.0.8 by @steve-the-edwards in #88
Full Changelog: 0.0.7-dev...0.0.8
0.0.7-dev
What's Changed
- bump snapshot to 0.0.7-dev-SNAPSHOT by @mannydelgado in #82
- Remove println that prints every StatTotalAndMetadata value by @amorde in #83
- Add Base Model for TDI and Export to JSON in InvertTask by @steve-the-edwards in #84
- Release 0.0.7-dev by @steve-the-edwards in #85
Full Changelog: 0.0.6-dev...0.0.7-dev
0.0.6-dev
What's Changed
- Bump snapshot version to 0.0.6 by @mannydelgado in #78
- Export to JSON and SARIF after Aggregating Stats Phase by @steve-the-edwards in #79
- Aggregation and File Writing Updates by @steve-the-edwards in #80
- Bump release to 0.0.6-dev by @mannydelgado in #81
New Contributors
- @steve-the-edwards made their first contribution in #79
Full Changelog: 0.0.5-dev...0.0.6-dev
0.0.5-dev
What's Changed
- Bump to the new snapshots version by @mannydelgado in #67
- Update README.md to show proper snapshot version by @mannydelgado in #69
- Upgrade to Kotlin 2.1.21 and upgrade other libraries to compatible versions by @handstandsam in #70
- Fix Kotlin 2.1.21 webpack resources issue by @handstandsam in #71
- Rename 'tech debt' to 'stats burndown' by @kdaker in #75
- Replace deprecated getDependencyProject() method with Gradle 9-compatible version by @MichaelEvans in #76
- Bump release to 0.0.5-dev by @mannydelgado in #77
New Contributors
- @kdaker made their first contribution in #75
- @MichaelEvans made their first contribution in #76
Full Changelog: 0.0.4-dev...0.0.5-dev