This website requires JavaScript.
ed52520d50
fix(remoteingress-core): improve tunnel reconnect and frame write efficiency
jkunz
2026-03-16 09:44:31 +00:00
a08011d2da
v4.5.6
v4.5.6
jkunz
2026-03-16 09:36:03 +00:00
679b247c8a
fix(remoteingress-core): disable Nagle's algorithm on edge, hub, and upstream TCP sockets to reduce control-frame latency
jkunz
2026-03-16 09:36:03 +00:00
32f9845495
v4.5.5
v4.5.5
jkunz
2026-03-16 09:02:02 +00:00
c0e1daa0e4
fix(remoteingress-core): wait for hub-to-client draining before cleanup and reliably send close frames
jkunz
2026-03-16 09:02:02 +00:00
fd511c8a5c
v4.5.4
v4.5.4
jkunz
2026-03-15 21:06:44 +00:00
c490e35a8f
fix(remoteingress-core): preserve stream close ordering and add flow-control stall timeouts
jkunz
2026-03-15 21:06:44 +00:00
579e553da0
v4.5.3
v4.5.3
jkunz
2026-03-15 19:26:39 +00:00
a8ee0b33d7
fix(remoteingress-core): prioritize control frames over data in edge and hub tunnel writers
jkunz
2026-03-15 19:26:39 +00:00
43e320a36d
v4.5.2
v4.5.2
jkunz
2026-03-15 18:16:10 +00:00
6ac4b37532
fix(remoteingress-core): improve stream flow control retries and increase channel buffer capacity
jkunz
2026-03-15 18:16:10 +00:00
f456b0ba4f
v4.5.1
v4.5.1
jkunz
2026-03-15 17:52:45 +00:00
69530f73aa
fix(protocol): increase per-stream flow control window and channel buffers to improve high-RTT throughput
jkunz
2026-03-15 17:52:45 +00:00
207b4a5cec
v4.5.0
v4.5.0
jkunz
2026-03-15 17:33:59 +00:00
761551596b
feat(remoteingress-core): add per-stream flow control for edge and hub tunnel data transfer
jkunz
2026-03-15 17:33:59 +00:00
cf2d32bfe7
v4.4.1
v4.4.1
jkunz
2026-03-15 17:01:27 +00:00
4e9041c6a7
fix(remoteingress-core): prevent stream data loss by applying backpressure and closing saturated channels
jkunz
2026-03-15 17:01:27 +00:00
86d4e9889a
v4.4.0
v4.4.0
jkunz
2026-03-03 11:47:50 +00:00
45a2811f3e
feat(remoteingress): add heartbeat PING/PONG and liveness timeouts; implement fast-reconnect/backoff reset and JS crash-recovery auto-restart
jkunz
2026-03-03 11:47:50 +00:00
d6a07c28a0
v4.3.0
v4.3.0
jkunz
2026-02-26 23:47:16 +00:00
56a14aa7c5
feat(hub): add optional TLS certificate/key support to hub start config and bridge
jkunz
2026-02-26 23:47:16 +00:00
417f62e646
v4.2.0
v4.2.0
jkunz
2026-02-26 23:02:23 +00:00
bda82f32ca
feat(core): expose edge peer address in hub events and migrate writers to channel-based, non-blocking framing with stream limits and timeouts
jkunz
2026-02-26 23:02:23 +00:00
4b06cb1b24
v4.1.0
v4.1.0
jkunz
2026-02-26 17:39:40 +00:00
1aae4b8c8e
feat(remoteingress-bin): use mimalloc as the global allocator to reduce memory overhead and improve allocation performance
jkunz
2026-02-26 17:39:40 +00:00
3474e8c310
v4.0.1
v4.0.1
jkunz
2026-02-26 12:37:40 +00:00
3df20df2a1
fix(hub): cancel per-stream tokens on stream close and avoid duplicate StreamClosed events; bump @types/node devDependency to ^25.3.0
jkunz
2026-02-26 12:37:39 +00:00
929eec9825
v4.0.0
v4.0.0
jkunz
2026-02-19 08:45:32 +00:00
4e511b3350
BREAKING CHANGE(remoteingress-core): add cancellation tokens and cooperative shutdown; switch event channels to bounded mpsc and improve cleanup
jkunz
2026-02-19 08:45:32 +00:00
a3af2487b7
v3.3.0
v3.3.0
jkunz
2026-02-18 18:41:25 +00:00
51de25d767
feat(readme): document dynamic port assignment and runtime port updates; clarify TLS multiplexing, frame format, and handshake sequence
jkunz
2026-02-18 18:41:25 +00:00
7b8c4e1af5
v3.2.1
v3.2.1
jkunz
2026-02-18 18:35:53 +00:00
0459cd2af6
fix(tests): add comprehensive unit and async tests across Rust crates and TypeScript runtime
jkunz
2026-02-18 18:35:53 +00:00
6fdc9ea918
v3.2.0
v3.2.0
jkunz
2026-02-18 18:20:53 +00:00
d869589663
feat(remoteingress (edge/hub/protocol)): add dynamic port configuration: handshake, FRAME_CONFIG frames, and hot-reloadable listeners
jkunz
2026-02-18 18:20:53 +00:00
072362a8e6
v3.1.1
v3.1.1
jkunz
2026-02-18 06:01:33 +00:00
b628a5f964
fix(readme): update README: add issue reporting/security section, document connection tokens and token utilities, clarify architecture/API and improve examples/formatting
jkunz
2026-02-18 06:01:33 +00:00
19e8003c77
v3.1.0
v3.1.0
jkunz
2026-02-17 19:36:40 +00:00
93592bf909
feat(edge): support connection tokens when starting an edge and add token encode/decode utilities
jkunz
2026-02-17 19:36:40 +00:00
73fc4ea28e
v3.0.4
v3.0.4
jkunz
2026-02-17 10:04:54 +00:00
5321e5f0e0
fix(build): bump dev dependencies, update build script, and refresh README docs
jkunz
2026-02-17 10:04:54 +00:00
1f90b91252
v3.0.3
v3.0.3
jkunz
2026-02-17 09:56:23 +00:00
e25b193f59
fix(rust,ts): initialize rustls ring CryptoProvider at startup; add rustls dependency and features; make native binary lookup platform-aware
jkunz
2026-02-17 09:56:23 +00:00
ad67f2e265
v3.0.2
v3.0.2
jkunz
2026-02-16 13:15:12 +00:00
ce5074c57d
fix(readme): Document Hub/Edge architecture and new RemoteIngressHub/RemoteIngressEdge API; add Rust core binary, protocol and usage details; note removal of ConnectorPublic/ConnectorPrivate (breaking change)
jkunz
2026-02-16 13:15:12 +00:00
f79b5cf541
v3.0.1
v3.0.1
jkunz
2026-02-16 11:23:08 +00:00
601a13de1a
fix(remoteingress): no changes detected in diff; no code modifications to release
jkunz
2026-02-16 11:23:08 +00:00
1d1fbaed80
v3.0.0
v3.0.0
jkunz
2026-02-16 11:22:23 +00:00
a144f5a798
BREAKING CHANGE(remoteingress): migrate core to Rust, add RemoteIngressHub/RemoteIngressEdge JS bridge, and bump package to v2.0.0
jkunz
2026-02-16 11:22:23 +00:00
a3970edf23
1.0.4
v1.0.4
philkunz
2024-04-14 03:40:56 +02:00
c8fe27143c
fix(core): update
philkunz
2024-04-14 03:40:55 +02:00
0fb7788b97
1.0.3
v1.0.3
philkunz
2024-04-14 03:38:00 +02:00
6d14056cfd
fix(core): update
philkunz
2024-04-14 03:38:00 +02:00
eecc510a49
1.0.2
v1.0.2
philkunz
2024-03-24 14:44:44 +01:00
6c95874fc6
fix(core): update
philkunz
2024-03-24 14:44:44 +01:00