@interopio/bridge 1.0.5 → 1.1.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,35 @@
2
2
 
3
3
  # Change Log
4
4
 
5
+ ## 1.1.0 (2026-03-19)
6
+ ### Added
7
+ - write bound address port to a file
8
+ - support for server ssl config
9
+ - support for x509 auth type
10
+
11
+ ### Changed
12
+ - bump @interopio/gateway-server to 0.23.1
13
+ - bump @interopio/gateway to 0.25.0
14
+ - bump jsrsasign to 11.1.1
15
+ - bump nanoid to 5.1.7
16
+ - bump minimal node 20 version to 20.18 (needed for URL.parse)
17
+ - remove dotenv in favor of loadEnvFile built into node (20.12+)
18
+ - renamed bin from bridge to io-bridge
19
+
20
+ ### Fixed
21
+ - fix bridge-mesh to properly handle hello and bye messages with member-added/member-removed events
22
+ - fix relay transit encoding with proper namespaces and keywordize paths
23
+ - fix broadcasting messages from elder to new members of the mesh
24
+
25
+ ## 1.0.6 (2025-12-05)
26
+ ### Changed
27
+ - bump @interopio/gateway-server to 0.19.3
28
+ - bump @interopio/gateway to 0.22.3 (fix log)
29
+ - embedded gateway now uses bridge node id as gateway node id
30
+
31
+ ### Added
32
+ - start management pipe when connect desktop is detected
33
+
5
34
  ## 1.0.5 (2025-11-23)
6
35
  ### Changed
7
36
  - bump @interopio/gateway-server to 0.19.1
@@ -40,7 +69,7 @@
40
69
  - bump @interopio/gateway-server to 0.17.0
41
70
 
42
71
  ### Added
43
- - lamport clock for cluster state
72
+ - Lamport clock for cluster state
44
73
 
45
74
  ## 0.1.0-beta.0 (2025-10-28)
46
75