Skip to content

next tracking PR for version 4.1.0#318

Merged
augustoccesar merged 2 commits into
mainfrom
next
May 27, 2026
Merged

next tracking PR for version 4.1.0#318
augustoccesar merged 2 commits into
mainfrom
next

Conversation

@augustoccesar
Copy link
Copy Markdown
Member

@augustoccesar augustoccesar commented May 20, 2026

⚠️ Breaking change, but not major bump:

  • Isolated Sessions got removed.

Isolated Sessions removal info

While working with this with users, this feature can't really exist as is with worker to worker calls.
If you have an isolated session calls a worker on Cloudflare, that internally have to call another worker
with the session information, that fails, since the Linkup worker is unaware of this session, so it doesn't
really know where to go.

This would also break if the isolated session have local service that is called by a remote worker,
since it cannot reach local (no tunnel).

So instead of trying to patch around for this to work, we have decided to remove the feature and
do a new stab at it by looking into supporting multiple tunneled sessions on the same tunnel.
But that will be done separately and released as another minor.

@augustoccesar augustoccesar self-assigned this May 20, 2026
@augustoccesar augustoccesar changed the title next tracking PR for version 5.0.0 next tracking PR for version 4.1.0 May 20, 2026
@augustoccesar augustoccesar force-pushed the next branch 2 times, most recently from cf23320 to 436d6ca Compare May 20, 2026 14:43
While working with this with users, this feature can't really exist as is with worker to worker calls.
If you have an isolated session calls a worker on Cloudflare, that internally have to call another worker
with the session information, that fails, since the Linkup worker is unaware of this session, so it doesn't
really know where to go.

This would also break if the isolated session have local service that is called by a remote worker,
since it cannot reach local (no tunnel).

So instead of trying to patch around for this to work, we have decided to remove the feature and
do a new stab at it by looking into supporting multiple tunneled sessions on the same tunnel.
But that will be done separately.
@augustoccesar augustoccesar merged commit 769cf5c into main May 27, 2026
12 checks passed
@augustoccesar augustoccesar deleted the next branch May 27, 2026 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

4 participants