Skip to content

TensorPM v1.14.2

Choose a tag to compare

@Neo552 Neo552 released this 30 Jun 22:35
· 97 commits to main since this release

Changelog - v1.14.2

This stable patch release makes cloud sync faster and lighter, with no changes to
how your projects look or behave.

πŸ—οΈ Improvements

Faster, More Efficient Cloud Sync

Cloud workspaces now upload local changes in batches and avoid re-sending data that
hasn't actually changed.

What Changed:

  • Pending changes are grouped and uploaded together instead of one request per
    change, reducing round-trips on busy edits.
  • Unchanged rows no longer trigger a redundant server write, which keeps the sync
    history smaller and initial sync fast for new devices.
  • Server-side database indexes were added so sync queries stay quick as workspaces
    grow.
  • If batched upload isn't available for any reason, sync automatically falls back to
    the previous per-change path, so reliability is unaffected.

User Benefit:
Cloud sync uses less bandwidth and feels snappier, especially when making many edits
at once or setting up TensorPM on a new device.

πŸ“ Notes

  • These changes are internal to the cloud sync engine; local-first behavior is
    unchanged and your work is never blocked by connectivity.
  • The matching sync-backend update (batch endpoint + performance indexes) was
    deployed ahead of this release.
  • Full Playwright E2E tests were intentionally skipped for this focused patch.
    TypeScript checks, ESLint, the full unit suite, and the PowerSync sync
    integration tests all passed.

πŸ“… Release Info

  • Version: 1.14.2
  • Release Date: 2026-07-01
  • Previous Version: 1.14.1
  • Type: Patch Release (Stable)