@modelprofile.com/browser-runtime 4.1.2 → 4.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/changelog.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-09-04 - 4.3.0
4
+
5
+ ### Features
6
+
7
+ - support additional attachment session namespace for human browser views (attachments)
8
+ - Adds a new qualified session ID variant and public type export for attachment identities.
9
+ - Allows the new namespace during resource attachment validation while preserving the agent capability boundary.
10
+ - Documents session ownership behavior for the added attachment namespace.
11
+
12
+ ## 2026-09-02 - 4.2.0
13
+
14
+ ### Features
15
+
16
+ - add screencast options and non-fatal frame handling (runtime)
17
+ - Add validated runtime screencast options for quality, max dimensions, frame cadence, and first-frame timeout.
18
+ - Forward screencast settings to live browser sessions with bounded defaults.
19
+ - Report oversized frames as non-fatal FRAME_TOO_LARGE errors while acknowledging and dropping them so later frames continue.
20
+ - Retire late frame acknowledgements without failing the lease or terminating the browser incarnation.
21
+
22
+ ### Fixes
23
+
24
+ - align screencast validation with SmartPuppeteer bounds (runtime)
25
+ - Enforce the SmartPuppeteer screencast pixel-area ceiling for maxWidth and maxHeight.
26
+ - Limit screencast.firstFrameTimeoutMs to 60,000 ms to match LiveBrowserSession validation.
27
+ - Update tests and documentation for accepted and rejected screencast bounds.
28
+ - bump @push.rocks/smartpuppeteer to ^2.7.0 (deps)
29
+ - Updates @push.rocks/smartpuppeteer from ^2.6.0 to ^2.7.0.
30
+
3
31
  ## 2026-09-02 - 4.1.2
4
32
 
5
33
  ### Fixes
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@modelprofile.com/browser-runtime',
6
- version: '4.1.2',
6
+ version: '4.3.0',
7
7
  description: 'Parent-owned, resource-centric Chromium runtime with revisioned attachment fencing, authenticated human and agent control, fail-closed egress, bounded artifacts, and Flex/MCP adapters.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxtQ0FBbUM7SUFDekMsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLDBMQUEwTDtDQUN4TSxDQUFBIn0=