6 hours ago
turso

v0.8.0-pre.8

Install turso_cli 0.8.0-pre.8

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/tursodatabase/turso/releases/download/v0.8.0-pre.8/turso_cli-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/tursodatabase/turso/releases/download/v0.8.0-pre.8/turso_cli-installer.ps1 | iex"

Download turso_cli 0.8.0-pre.8

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

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo tursodatabase/turso

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>
1 days ago
openobserve

Release v1.0.0-rc2

📦 Download Binaries from https://openobserve.ai/downloads

What's Changed

Full Changelog: https://github.com/openobserve/openobserve/compare/v1.0.0-rc1...v1.0.0-rc2

1 days ago
nginx

release-1.31.5

nginx-1.31.5 mainline version has been released, featuring control API, predicate locations, and the ngx_http_json_module.

See official CHANGES on nginx.org.

Below is a release summary generated by GitHub.

What's Changed

New Contributors

Full Changelog: https://github.com/nginx/nginx/compare/release-1.31.4...release-1.31.5

2 days ago
orientdb

3.2.56

Patch release with mostly fixes in query engine and dependencies updates

Changes

Core

  • Fix using of @this in condition comparing with record ids successfully, issue #10835
  • Fix usage of in syntax with square brackets with multiple value parameter in the query parser.
  • Fix delete of lightweight edge in query engine, issue #10781
  • Fix ordering of null value in the query engine issue #10807
  • Updated tool and object dependencies

Artifacts

orientdb-community-3.2.56.tar.gz orientdb-community-3.2.56.zip

orientdb-tp3-3.2.56.tar.gz orientdb-tp3-3.2.56.zip

agent-3.2.56.jar

2 days ago
rustfs

RustFS 1.0.0-rc.5 (rc)

What's Changed

New Contributors

Full Changelog: https://github.com/rustfs/rustfs/compare/1.0.0-rc.4...1.0.0-rc.5

2 days ago
rustfs

RustFS 1.0.0-rc.5-preview.3 (preview)

What's Changed

New Contributors

Full Changelog: https://github.com/rustfs/rustfs/compare/1.0.0-rc.4...1.0.0-rc.5-preview.3

2 days ago
grafana

13.2.1

Download page What's new highlights

Security

  • Security: Fix CVE-2026-12704
  • Security: Fix CVE-2026-14199

Bug fixes

2 days ago
grafana

13.1.5

Download page What's new highlights

Security

  • Security: Fix CVE-2026-12704
  • Security: Fix CVE-2026-14199
  • Security: Fix CVE-2026-19475
2 days ago
grafana

13.0.8

Download page What's new highlights

Security

  • Security: Fix CVE-2026-12704
  • Security: Fix CVE-2026-14199
  • Security: Fix CVE-2026-19475

Bug fixes

  • Dashboards: Fix version dates and user display names in the legacy version history page #131809, @ivanortegaalba