Skip to content

v0.30.0

Choose a tag to compare

@github-actions github-actions released this 06 Jul 06:50
c0303b8

Container image

Multi-arch (linux/amd64, linux/arm64), signed with cosign keyless.

docker pull ghcr.io/anaregdesign/lantern:0.30.0

Binaries

Pre-built lantern (server) and lantern-cli archives are attached to this
release. The server covers macOS / Linux and the CLI also covers Windows, on
x86_64 and arm64. Verify with checksums.txt.

Homebrew (macOS)

brew tap anaregdesign/tap
brew install --cask lantern        # server
brew install --cask lantern-cli    # client

Direct download

# macOS arm64 CLI example
curl -L -o lantern-cli.tar.gz https://github.com/anaregdesign/lantern/releases/download/v0.30.0/lantern-cli_0.30.0_Darwin_arm64.tar.gz
tar -xzf lantern-cli.tar.gz && ./lantern-cli version

Lantern benchmark — v0.30.0

Bench job did not produce a report for this release; see the workflow run for details.

What's Changed

  • fix(server,admin): GetServerStatus never reports uptime — call MarkStarted at the ready-to-serve edge by @piroyoung in #947
  • fix(admin): reach LocalCommunity family from illuminate algorithm=community by @piroyoung in #948
  • feat(admin): queue CLI keystrokes + multi-line paste while a command runs by @piroyoung in #951
  • feat(admin): vertices pager shows "Page N of M" by @piroyoung in #949
  • fix(admin): truncate long keys in Browse tables instead of overflowing columns by @piroyoung in #950
  • feat(sdks/go,cli): server-free exponential edge-weight decay helper (AddDecayingEdge) by @piroyoung in #953
  • feat(sdks/node): decay, backup/restore and ping parity with Go SDK by @piroyoung in #957
  • chore(sdks/node): bump lantern-sdk to 0.10.0 for release by @piroyoung in #958
  • feat(admin): add decaying-edge verb to the embedded CLI by @piroyoung in #960
  • feat: orthogonalise illuminate algorithm/reduction axes to expose community reduction by @piroyoung in #962

Full Changelog: v0.28.0...v0.30.0