UNPKG

@interopio/bridge

Version:

`io.Bridge` is a distributed scalable application that provides connectivity between `io.Connect` platforms.

70 lines (46 loc) 2 kB
<!-- markdownlint-disable no-duplicate-heading --> # Change Log ## 0.0.6-beta.0 (2025-09-04) ### Changed - bump @interopio/gateway-server to 0.10.0-beta.0 (undici is now a peer dependency) - bump @interopio/gateway to 0.13.0-beta.0 (upgraded immer to 10.1.3) - bump @interopio/gateway-server to 0.9.1-beta.0 (has gateway 0.12.2-beta.0 which fixes method visibility rules when restrictions are null) - use `ws` to allow running embedded gateway when running on Node.js 20 ### Added - allow disabling cors handling via environment variable `IO_BRIDGE_SERVER_CORS_DISABLED` or command line argument `--server.cors.disabled` ## 0.0.5-beta.0 (2025-09-02) ### Changed - upgrade @interopio/gateway-server to 0.9.0-beta.0 (fix cors preflight handling) ## 0.0.4-beta.4 (2025-08-29) ### Changed - update readme ### Added - empty types for '@interopio/bridge/main' ## 0.0.4-beta.3 (2025-08-28) ### Changed - upgrade @interopio/gateway-server to 0.8.1-beta.2 - updated visibility rules for embedded gateway - index.js now throws error when users try to import '@interopio/bridge' ### Added - export for main.js to allow import '@interopio/bridge/main' using 'node:worker_threads' or 'node:child_process' ## 0.0.4-beta.2 (2025-08-26) ### Changed - upgrade @interopio/gateway-server to 0.8.1-beta.1 - do not use logger trace ## 0.0.4-beta.1 (2025-08-04) ### Added - allow passing license key file name via environment variable `IO_BRIDGE_LICENSE_KEY_FILE` or command line argument `--license.key.file` ## 0.0.4-beta.0 (2025-08-04) ### Changed - Canonical endpoint URLs - upgrade @interopio/gateway-server to 0.8.1-beta.0 ## 0.0.3-beta (2025-07-25) ### Changed - upgrade @interopio/gateway-server to 0.7.0-beta - TypeScript is now compiled (via esbuild) ### Added - configuration support (auth, cors, logging) - log a message for starting the bridge node with versions, user and working directory. - mesh endpoints (from gateway-server pre 0.7.0-beta) ## 0.0.1-alpha (2025-07-10) Initial Release