@interopio/bridge 0.1.0-beta.0 → 1.0.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 +18 -0
- package/dist/main.js +267 -128
- package/dist/main.js.map +4 -4
- package/package.json +6 -5
package/changelog.md
CHANGED
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
|
|
3
3
|
# Change Log
|
|
4
4
|
|
|
5
|
+
## 1.0.1 (2025-11-18)
|
|
6
|
+
### Fixed
|
|
7
|
+
- declare dependency to "hrw-hash": "^2.0.3"
|
|
8
|
+
- embedded gateway is announced on start
|
|
9
|
+
### Changed
|
|
10
|
+
- soft deletion of gateways
|
|
11
|
+
|
|
12
|
+
## 1.0.0 (2025-11-17)
|
|
13
|
+
### Fixed
|
|
14
|
+
- relay disconnect handling
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
- bump @interopio/gateway to 0.20.0
|
|
18
|
+
- bump @interopio/gateway-server to 0.17.0
|
|
19
|
+
|
|
20
|
+
### Added
|
|
21
|
+
- lamport clock for cluster state
|
|
22
|
+
|
|
5
23
|
## 0.1.0-beta.0 (2025-10-28)
|
|
6
24
|
|
|
7
25
|
### Added
|