Skip to content

Releases: Unleash/unleash-edge

v19.8.2

10 Mar 14:21
9af028f
Compare
Choose a tag to compare

Install unleash-edge 19.8.2

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unleash/unleash-edge/releases/download/v19.8.2/unleash-edge-installer.sh | sh

Download unleash-edge 19.8.2

File Platform Checksum
unleash-edge-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
unleash-edge-x86_64-apple-darwin.tar.xz Intel macOS checksum
unleash-edge-x86_64-pc-windows-msvc.zip x64 Windows checksum
unleash-edge-x86_64-pc-windows-msvc.msi x64 Windows checksum
unleash-edge-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
unleash-edge-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v19.8.1

07 Mar 09:58
f15e823
Compare
Choose a tag to compare

Install unleash-edge 19.8.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unleash/unleash-edge/releases/download/v19.8.1/unleash-edge-installer.sh | sh

Download unleash-edge 19.8.1

File Platform Checksum
unleash-edge-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
unleash-edge-x86_64-apple-darwin.tar.xz Intel macOS checksum
unleash-edge-x86_64-pc-windows-msvc.zip x64 Windows checksum
unleash-edge-x86_64-pc-windows-msvc.msi x64 Windows checksum
unleash-edge-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
unleash-edge-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v19.8.0

06 Mar 15:45
a34dae8
Compare
Choose a tag to compare

Install unleash-edge 19.8.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unleash/unleash-edge/releases/download/v19.8.0/unleash-edge-installer.sh | sh

Download unleash-edge 19.8.0

File Platform Checksum
unleash-edge-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
unleash-edge-x86_64-apple-darwin.tar.xz Intel macOS checksum
unleash-edge-x86_64-pc-windows-msvc.zip x64 Windows checksum
unleash-edge-x86_64-pc-windows-msvc.msi x64 Windows checksum
unleash-edge-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
unleash-edge-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

v19.7.0

25 Feb 14:49
d3dcaa9
Compare
Choose a tag to compare

Install unleash-edge 19.7.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unleash/unleash-edge/releases/download/v19.7.0/unleash-edge-installer.sh | sh

Download unleash-edge 19.7.0

File Platform Checksum
unleash-edge-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
unleash-edge-x86_64-apple-darwin.tar.xz Intel macOS checksum
unleash-edge-x86_64-pc-windows-msvc.zip x64 Windows checksum
unleash-edge-x86_64-pc-windows-msvc.msi x64 Windows checksum
unleash-edge-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
unleash-edge-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

19.7.0 - 2025-02-25

25 Feb 15:28
d3dcaa9
Compare
Choose a tag to compare

Release Notes

🚀 Features

🐛 Bug Fixes

💼 Other

Dependency updates

🚜 Refactor

📚 Documentation

🧪 Testing

⚙️ Miscellaneous Tasks

Contributors

Install unleash-edge 19.7.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Unleash/unleash-edge/releases/download/unleash-edge-v19.7.0/unleash-edge-installer.sh | sh

Download unleash-edge 19.7.0

File Platform Checksum
unleash-edge-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
unleash-edge-x86_64-apple-darwin.tar.xz Intel macOS checksum
unleash-edge-x86_64-pc-windows-msvc.zip x64 Windows checksum
unleash-edge-x86_64-pc-windows-msvc.msi x64 Windows checksum
unleash-edge-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
unleash-edge-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum

unleash-edge v19.6.3

06 Dec 13:43
28876ee
Compare
Choose a tag to compare

Chore

  • prepare for release

Documentation

  • add example docker command

Bug Fixes

  • bootstrap reload in offline mode.
    After adding support for client and frontend tokens, we did not extend
    the reloader to check the client and frontend token arrays. This PR extends
    tokens with FE and Client tokens, to ensure that we refresh the data for
    all our tokens.

    In addition we make /internal-backstage/tokens useful for offline mode
    as well, to at least be able to see which tokens you added to Edge.

Commit Statistics

  • 3 commits contributed to the release.
  • 10 days passed between releases.
  • 3 commits were understood as conventional.
  • 2 unique issues were worked on: #590, #595

Commit Details

view details

unleash-edge v19.6.2

25 Nov 15:16
2390370
Compare
Choose a tag to compare

Chore

  • prepare for 19.6.2 patch release
  • raise error message when failing to validate tokens and url has url postfix
  • prepare for release
  • Utoipa 5, Yggdrasil 0.13.4
    • chore(deps): Bump to utoipa 5

    • fix: update cargo-dist to 0.23

Bug Fixes

  • added error if no tokens are valid when starting in strict mode
  • update rust crate iter_tools to 0.24.0
  • update rust crate unleash-yggdrasil to 0.14.0

Commit Statistics

  • 8 commits contributed to the release.
  • 40 days passed between releases.
  • 7 commits were understood as conventional.
  • 5 unique issues were worked on: #571, #580, #581, #587, #588

Commit Details

view details
  • #571
    • Utoipa 5, Yggdrasil 0.13.4 (dc6f169)
  • #580
    • Update rust crate unleash-yggdrasil to 0.14.0 (0efccf0)
  • #581
    • Update rust crate iter_tools to 0.24.0 (7ba15a9)
  • #587
    • Added error if no tokens are valid when starting in strict mode (92c85db)
  • #588
    • Raise error message when failing to validate tokens and url has url postfix (f0df427)
  • Uncategorized
    • Prepare for 19.6.2 patch release (7768c59)
    • Release unleash-edge v19.6.1 (c6386db)
    • Prepare for release (95a466a)

unleash-edge-v19.6.1

23 Oct 09:51
9a9a19f
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Utoipa 5, Yggdrasil 0.13.4 by @chriswk in #571
  • fix(deps): update rust crate tokio to v1.41.0 by @renovate in #573

Full Changelog: unleash-edge-v19.6.0...unleash-edge-v19.6.1

unleash-edge v19.6.0

16 Oct 13:33
03364f8
Compare
Choose a tag to compare

Chore

  • prepare for release

New Features

  • internal-backstage endpoints are disableable.
    Sensitive endpoint (tokens, features, metricsbatch, metrics) can now all
    be turned off with separate flags

  • flush metrics on clean shutdown

  • Support prometheus remote write protocol for metrics

    • fix: make sure to post correct registry to vm

    • feat: Add support for remote writing prometheus


Other

  • remove request tracing
    Originally we wanted to support OpenTelemetry for tracing, but we no
    longer support setting up an OTEL_COLLECTOR, so removing the request
    tracer seems sensible

Commit Statistics

  • 5 commits contributed to the release.
  • 6 days passed between releases.
  • 5 commits were understood as conventional.
  • 4 unique issues were worked on: #548, #563, #564, #565

Commit Details

view details
  • #548
  • #563
    • Support prometheus remote write protocol for metrics (3e1f60d)
  • #564
    • Flush metrics on clean shutdown (acfb38b)
  • #565
    • Internal-backstage endpoints are disableable. (b1815f4)
  • Uncategorized

unleash-edge v19.5.1

09 Oct 15:44
90c9ae7
Compare
Choose a tag to compare

Bug Fixes

  • frontend all endpoints now accept context correctly
  • remove bucket creation in s3 persister
  • prefix unused vars

Commit Statistics

  • 3 commits contributed to the release over the course of 2 calendar days.
  • 5 days passed between releases.
  • 3 commits were understood as conventional.
  • 2 unique issues were worked on: #557, #558

Commit Details

view details
  • #557
    • Remove bucket creation in s3 persister (5e380e3)
  • #558
    • Frontend all endpoints now accept context correctly (560917b)
  • Uncategorized