@interopio/bridge 0.0.6-beta.0 → 0.1.0-beta.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,24 @@
2
2
 
3
3
  # Change Log
4
4
 
5
+ ## 0.1.0-beta.0 (2025-10-28)
6
+
7
+ ### Added
8
+ - support for running bridge as io.Connect Desktop Node Applications
9
+
10
+ ### Changed
11
+ - default server port from 8383 to 8084
12
+ - mark `___workspace___.*`, `___window___.*`, `___window-hibernation___.*` and `___instance___.*` contexts as local
13
+ - bump dotenv to 17.2.3
14
+ - bump nanoid to 5.1.6
15
+ - bump @interopio/gateway-server to 0.13.0-beta.1
16
+ - bump @interopio/gateway to 0.16.1-beta.0
17
+
18
+ ### Fixed
19
+ - notify interested parties when a gateway disconnects from the bridge.
20
+ - do not use web socket for internal gateway
21
+ - fix oauth2 configuration loading
22
+
5
23
  ## 0.0.6-beta.0 (2025-09-04)
6
24
 
7
25
  ### Changed