@interopio/bridge 0.0.6-beta.0 → 1.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 +29 -0
- package/dist/main.js +746 -260
- package/dist/main.js.map +4 -4
- package/package.json +11 -5
package/changelog.md
CHANGED
|
@@ -2,6 +2,35 @@
|
|
|
2
2
|
|
|
3
3
|
# Change Log
|
|
4
4
|
|
|
5
|
+
## 1.0.0 (2025-11-17)
|
|
6
|
+
### Fixed
|
|
7
|
+
- relay disconnect handling
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
- bump @interopio/gateway to 0.20.0
|
|
11
|
+
- bump @interopio/gateway-server to 0.17.0
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
- lamport clock for cluster state
|
|
15
|
+
|
|
16
|
+
## 0.1.0-beta.0 (2025-10-28)
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
- support for running bridge as io.Connect Desktop Node Applications
|
|
20
|
+
|
|
21
|
+
### Changed
|
|
22
|
+
- default server port from 8383 to 8084
|
|
23
|
+
- mark `___workspace___.*`, `___window___.*`, `___window-hibernation___.*` and `___instance___.*` contexts as local
|
|
24
|
+
- bump dotenv to 17.2.3
|
|
25
|
+
- bump nanoid to 5.1.6
|
|
26
|
+
- bump @interopio/gateway-server to 0.13.0-beta.1
|
|
27
|
+
- bump @interopio/gateway to 0.16.1-beta.0
|
|
28
|
+
|
|
29
|
+
### Fixed
|
|
30
|
+
- notify interested parties when a gateway disconnects from the bridge.
|
|
31
|
+
- do not use web socket for internal gateway
|
|
32
|
+
- fix oauth2 configuration loading
|
|
33
|
+
|
|
5
34
|
## 0.0.6-beta.0 (2025-09-04)
|
|
6
35
|
|
|
7
36
|
### Changed
|