Skip to content

Tags: mentimeter/linkup

Tags

4.1.1

Toggle 4.1.1's commit message

Verified

This commit was signed with the committer’s verified signature.
augustoccesar Augusto César
chore: force new release

The previous changes were rebased and merged, but the bump was not the last commit so the check
for version changed did not work, since it compares the last commits.

0.0.0-next-202605201447-bf77ef5

Toggle 0.0.0-next-202605201447-bf77ef5's commit message

Verified

This commit was signed with the committer’s verified signature.
augustoccesar Augusto César
feat!: remove isolated sessions

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.

4.0.0

Toggle 4.0.0's commit message
chore: prepare release version

pre-4.0.0

Toggle pre-4.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
augustoccesar Augusto César

3.5.0

Toggle 3.5.0's commit message

Verified

This commit was signed with the committer’s verified signature.
augustoccesar Augusto César
Release 3.5.0

3.4.1

Toggle 3.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
augustoccesar Augusto César
Release 3.4.1

Changelog:
- #249

3.4.0

Toggle 3.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
`next` tracking PR for version `3.4.0` (#242)

Changelog:
- #241 
- #244
- #245 
- #246 
- #243 
- #248

---------

Co-authored-by: Oliver Stenbom <oliver@stenbom.eu>

3.3.0

Toggle 3.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 3.3.0 (#239)

Changes:
- #235 
- fix: update documentation link on --help (affc913)
- #240 (ty @ostenbom )

---------

Co-authored-by: Oliver Stenbom <oliver@stenbom.eu>

3.2.1

Toggle 3.2.1's commit message

Verified

This commit was signed with the committer’s verified signature.
augustoccesar Augusto César
Release 3.2.1

3.2.0

Toggle 3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 3.2.0 (#233)

This release gets the Linux version closer to the macOS. We are testing it with Ubuntu.

Main changes:
- Ensure that Linkup can bind to 80/443 on Linux
  -  #232 (fixes: 34f5282, 7e8cef5, b6fac77)
- Manage self-signed certificates on Linux
  -  #234 
- Fix `health` command output on Linux
  - #236   

Other changes:
- Fix install script link on docs (8e6009d)
- Use Ruff formatting on install script (e39de86)
- Don't propagate `baggage` header (#237 )

---------

Co-authored-by: Roman Prudnikov <stillerr@yandex.ru>
Co-authored-by: Oliver Stenbom <oliver@stenbom.eu>