Skip to content

Prepare 0.0.14 release#109

Merged
steve-the-edwards merged 1 commit into
mainfrom
sedwards/release-0.0.14
Apr 16, 2026
Merged

Prepare 0.0.14 release#109
steve-the-edwards merged 1 commit into
mainfrom
sedwards/release-0.0.14

Conversation

@steve-the-edwards
Copy link
Copy Markdown
Collaborator

Release 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.

Release checklist

  • Version set to 0.0.14 in gradle.properties
  • README.md updated with new version
  • CHANGELOG.md updated

After merge, tag with:

git tag -a 0.0.14 -m "Version 0.0.14"
git push origin 0.0.14

Then create the release at https://github.com/square/invert/releases

@steve-the-edwards steve-the-edwards merged commit 7138e85 into main Apr 16, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant