cobrowse-sdk-js 2.46.0 → 3.0.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
@@ -2,6 +2,25 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ## [3.0.0](#) (2024-10-27)
6
+
7
+
8
+ ### ⚠ BREAKING CHANGES
9
+
10
+ * This version drops support for Cobrowse API server versions below 1.63.3. No public APIs have been changed.
11
+
12
+ ### Features
13
+
14
+ * use websocket protocol based token auth ([c2763da](#))
15
+
16
+
17
+ ### Bug Fixes
18
+
19
+ * expire storage items ([#249](#)) ([b95f5c6](#))
20
+ * improve storage swizzling ([#250](#)) ([9b6f174](#))
21
+ * remove unused origin param from session xdoc bridge ([d94b105](#))
22
+ * rewrite object data attribute ([#248](#)) ([bb9a22a](#))
23
+
5
24
  ## [2.46.0](#) (2024-10-17)
6
25
 
7
26