@interopio/bridge 1.0.6 → 1.1.1

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,30 @@
2
2
 
3
3
  # Change Log
4
4
 
5
+ ## 1.1.1 (2026-03-20)
6
+ ### Fixed
7
+ - fix: regression port/host config is not applied
8
+
9
+ ## 1.1.0 (2026-03-19)
10
+ ### Added
11
+ - write bound address port to a file
12
+ - support for server ssl config
13
+ - support for x509 auth type
14
+
15
+ ### Changed
16
+ - bump @interopio/gateway-server to 0.23.1
17
+ - bump @interopio/gateway to 0.25.0
18
+ - bump jsrsasign to 11.1.1
19
+ - bump nanoid to 5.1.7
20
+ - bump minimal node 20 version to 20.18 (needed for URL.parse)
21
+ - remove dotenv in favor of loadEnvFile built into node (20.12+)
22
+ - renamed bin from bridge to io-bridge
23
+
24
+ ### Fixed
25
+ - fix bridge-mesh to properly handle hello and bye messages with member-added/member-removed events
26
+ - fix relay transit encoding with proper namespaces and keywordize paths
27
+ - fix broadcasting messages from elder to new members of the mesh
28
+
5
29
  ## 1.0.6 (2025-12-05)
6
30
  ### Changed
7
31
  - bump @interopio/gateway-server to 0.19.3
@@ -49,7 +73,7 @@
49
73
  - bump @interopio/gateway-server to 0.17.0
50
74
 
51
75
  ### Added
52
- - lamport clock for cluster state
76
+ - Lamport clock for cluster state
53
77
 
54
78
  ## 0.1.0-beta.0 (2025-10-28)
55
79