Skip to content

Releases: mentimeter/linkup

0.0.0-next-202604290758-b6fac1f

29 Apr 08:00
b6fac1f

Choose a tag to compare

Pre-release
feat: new sessions upsert flows (#280)

The main goal of these changes is to move more of the responsibilities
from the CLI to the Local Server and to the Worker.
So instead of doing so many orchestration, it moves the responsibilities
closer to the owner of it.

For example, instead of the CLI making a request to both the Worker,
then to the Local Server to create the session, and then later to the
worker again to create the tunnel, now it makes one request to the Local
Server. The Local Server then makes the request to the Worker which
internally handles the creation of the tunnel and make sure that
everything is in place before sending the information back.

Changes like the above made so that is a chunkier PR since quite a few
things had to change for it to be possible.

0.0.0-next-202604211425-c1a0297

21 Apr 14:28
c1a0297

Choose a tag to compare

Pre-release
refactor: simplify booting logic (#279)

The abstraction of BackgroudService don't seem to be as important as
before now that there are only two of said services. Also they are quire
rigid about how they share data, which is a problem for the new
architecture that we are going through where more of the infra creation
will be on the local server and then shared.

This hopefully simplifies it. The services are simple function calls
that we can expand on its params and that their params are not tied into
the same constraints.

Also as part of this, removed the dynamic loading for booting. This also
adds to the simplification of it, but is not a blocker if we want to add
the loading again instead of a "progress logging".

0.0.0-next-202604210901-5819948

21 Apr 09:03
5819948

Choose a tag to compare

Pre-release
refactor: move https client to linkup-clients

3.5.0

27 Feb 09:06
3c0b6f8

Choose a tag to compare

Release 3.5.0

3.4.1

27 Jun 09:19
6b99f4c

Choose a tag to compare

Release 3.4.1

Changelog:
- #249

3.4.0

18 Jun 07:04
6d5f18b

Choose a tag to compare

`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

05 Jun 08:19
5d1cfbc

Choose a tag to compare

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

05 May 08:48
003fb00

Choose a tag to compare

What's Changed

Full Changelog: 3.2.0...3.2.1

3.2.0

05 May 07:31
7a36b42

Choose a tag to compare

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>

3.1.0

14 Apr 11:19
5ee51b0

Choose a tag to compare

Release 3.1.0 (#229)

This will be merged to release 3.1.0.

Changelog:
- #227 
- #228
- #230 
- #231

---------

Co-authored-by: Charlotte Andersson <charlotte.andersson@mentimeter.com>