Skip to content

Releases: trickle-labs/rocklake

RockLake v0.47.3

Choose a tag to compare

@github-actions github-actions released this 01 Jun 17:47

RockLake v0.47.3

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.47.3/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.47.3/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.47.3/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

What's Changed

  • feat(v0.47.3): DuckLake 1.0 Spec Gap Closure — Complete Implementation by @grove in #75

Full Changelog: v0.47.2...v0.47.3

RockLake v0.47.1

Choose a tag to compare

@github-actions github-actions released this 01 Jun 10:49

RockLake v0.47.1

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.47.1/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.47.1/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.47.1/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

Full Changelog: v0.47.0...v0.47.1

RockLake v0.47.0

Choose a tag to compare

@github-actions github-actions released this 01 Jun 07:32
4680316

RockLake v0.47.0

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.47.0/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.47.0/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.47.0/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

What's Changed

  • feat: v0.47.0 — Read-Only Catalog Access & Connection Management by @grove in #74

Full Changelog: v0.46.0...v0.47.0

RockLake v0.46.0

Choose a tag to compare

@github-actions github-actions released this 30 May 18:39
b16a4d4

RockLake v0.46.0

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.46.0/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.46.0/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.46.0/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

What's Changed

  • feat: v0.46.0 — Code Hardening & Developer Experience by @grove in #73

Full Changelog: v0.45.0...v0.46.0

RockLake v0.45.0

Choose a tag to compare

@github-actions github-actions released this 30 May 14:30
d898826

RockLake v0.45.0

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.45.0/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.45.0/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.45.0/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

What's Changed

  • feat: v0.45.0 - GA Readiness Gate by @grove in #72

Full Changelog: v0.44.0...v0.45.0

RockLake v0.44.0

Choose a tag to compare

@github-actions github-actions released this 30 May 13:30
25623e5

RockLake v0.44.0

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.44.0/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.44.0/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.44.0/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

What's Changed

  • feat: v0.44.0 — JVM Bindings by @grove in #71

Full Changelog: v0.43.0...v0.44.0

RockLake v0.43.0

Choose a tag to compare

@github-actions github-actions released this 30 May 12:17
4418e88

RockLake v0.43.0

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.43.0/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.43.0/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.43.0/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

What's Changed

  • feat: v0.43.0 — Scale Testing, Soak & Serverless Readers by @grove in #70

Full Changelog: v0.42.0...v0.43.0

RockLake v0.42.0

Choose a tag to compare

@github-actions github-actions released this 30 May 10:26
f97490a

RockLake v0.42.0

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.42.0/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.42.0/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.42.0/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

What's Changed

  • feat: v0.42.0 — Performance Benchmarks & Cost Analysis by @grove in #69

Full Changelog: v0.41.0...v0.42.0

RockLake v0.41.0

Choose a tag to compare

@github-actions github-actions released this 30 May 06:48
360b420

RockLake v0.41.0

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.41.0/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.41.0/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.41.0/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

What's Changed

  • feat(v0.41.0): Migration Tooling & DuckLake Forward Compatibility by @grove in #68

Full Changelog: v0.40.0...v0.41.0

RockLake v0.40.0

Choose a tag to compare

@github-actions github-actions released this 29 May 22:00
a8b119b

RockLake v0.40.0

Installation

Download the binary for your platform, verify the checksum, and make it executable:

Linux x86-64

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.40.0/rocklake-linux-x86_64
sha256sum -c rocklake-linux-x86_64.sha256
chmod +x rocklake-linux-x86_64
mv rocklake-linux-x86_64 /usr/local/bin/rocklake

macOS arm64 (Apple Silicon)

curl -LO https://github.com/trickle-labs/rocklake/releases/download/v0.40.0/rocklake-macos-arm64
shasum -a 256 -c rocklake-macos-arm64.sha256
chmod +x rocklake-macos-arm64
mv rocklake-macos-arm64 /usr/local/bin/rocklake

Windows x86-64 (PowerShell)

Invoke-WebRequest -Uri "https://github.com/trickle-labs/rocklake/releases/download/v0.40.0/rocklake-windows-x86_64.exe" -OutFile rocklake.exe
# Verify checksum
$expected = (Get-Content rocklake-windows-x86_64.exe.sha256).Split()[0]
$actual   = (Get-FileHash rocklake.exe -Algorithm SHA256).Hash.ToLower()
if ($expected -ne $actual) { Write-Error "Checksum mismatch" } else { Write-Output "Checksum OK" }
# Move to a directory on your PATH
Move-Item rocklake.exe "$env:USERPROFILE\.local\bin\rocklake.exe"

See CHANGELOG.md for full release notes.

What's Changed

  • feat: v0.40.0 - Fault Injection & Security Testing by @grove in #67

Full Changelog: v0.39.0...v0.40.0