Releases: mentimeter/linkup
Releases · mentimeter/linkup
0.0.0-next-202604290758-b6fac1f
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
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
refactor: move https client to linkup-clients
3.5.0
3.4.1
Release 3.4.1 Changelog: - #249
3.4.0
`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
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
What's Changed
- fix: remove unnecessary config checks by @augustoccesar in #238
Full Changelog: 3.2.0...3.2.1
3.2.0
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
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>