Releases: mentimeter/linkup
Releases · mentimeter/linkup
1.0.2
feat: paid tunnels v1 (#97) Tested going from paid to free tunnel, and vice versa. Works smoothly for me at least 🤞 Some extra logging added that shows up when running `RUST_LOG=info cargo run -- start`. There is more that can be done with logging but will leave that for the linear card DO-1495 "linkup: logger". Part of DO-1495 Resolves DO-1496
1.0.1
Upgrade linkup-cli
1.0.0
Linkup version 1.0.0
0.2.15
doc: add link to linkup docs in help command (#81) https://linear.app/mentimeter/issue/DO-1380/add-linkup-docs-links-to-the-help-command
0.2.14
Downgrade reqwest / release
0.2.12
Enable redis as a caddy shared storage module (#77) - Lets engineers share letsencrypt storage - Reduces the amount of calls we make to letsencrypt - Reduces the amount of rate limits we hit
0.2.11
Wait 5 seconds for cloudflare tunnel to start (#76) Solves visiting the tunnel too quickly causes ip problems
0.2.10
Do not use previous --no-tunnel (#73)
0.2.9
Fix localdns, add --no-tunnel (#72) Local-dns was broke because asking dnsmasq to reload did not get it to reload the config file from start. Here, we create the config file correctly from the beginning instead. Much nicer. I have also added a `--no-tunnel` argument, this both helps when cloudflare is down, but also to check if local-dns works 😅
0.2.8
Only route local dns to active sessions (#60) - Users may want to view other linkup sessions, or preview environments. - With local-dns enabled, all these are routed to the local server where the session does not exist - Default dnsmasq to route to the public internet, but add special rules for the active local session instead - An annoying side-effect of this is still that linkup needs to be started (for dnsmasq to be started) to view sessions, but 🤷