Skip to content

Commit 61df854

Browse files
committed
chore: bump tugboat for route capture barrier
1 parent 97e46d8 commit 61df854

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

packages/tugboat/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@
3838

3939
### Changed
4040

41+
- **Route-capture barrier** — tap settlement now joins the matching route epoch
42+
instead of reusing the previous route's latest frame. Supersession,
43+
lifecycle cancellation, capture failure, and bounded timeout outcomes
44+
complete deterministically without allowing late readbacks to publish.
4145
- **`ExplorationCaptureSink.recordFrame`** — forwards frame metadata and PNG bytes over the
4246
exploration WebSocket instead of dropping them. The CLI persists these under `frames/` when
4347
Flutter capture produces them (local capture may still be suppressed after the socket connects
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// Keep this in sync with packages/tugboat/pubspec.yaml. The SDK version test
22
// reads pubspec.yaml directly so release bumps fail fast if this drifts.
3-
const tugboatSdkVersion = '0.4.2';
3+
const tugboatSdkVersion = '0.4.3';

packages/tugboat/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: tugboat
22
description: >-
33
Screenshot-based session replay with compact interaction anchors for Tugboat.
4-
version: 0.4.2
4+
version: 0.4.3
55
repository: https://github.com/blendto/tugboat-flutter
66
issue_tracker: https://github.com/blendto/tugboat-flutter/issues
77
homepage: https://github.com/blendto/tugboat-flutter

0 commit comments

Comments
 (0)