Zaris 0.9.0 #3
zeroheartbeat
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Zaris 0.9.0 — Generally Available
Zaris is a distributed, in-memory key/value store for .NET — fast, replicated, and operable from a browser,
PowerShell, or your app. This release marks Zaris's general availability: production-ready, cross-platform,
and now with commercial support.
Distributed replication & high availability
configurable replication factor.
automatically once capacity returns.
to reach RF (on Kubernetes, one node per pod → a pod count that's a multiple of RF; RF2 → an even count).
Web Console
A browser-based management UI for your cluster:
First-class PowerShell tooling
Redesigned AdminShell and ClientShell modules:
New-ZrWorkspace/Use-ZrWorkspace(no more manager wiring).New-ZrStore,Start-ZrStore,Add-ZrServer/Remove-ZrServer.Watch-ZrStoreMetricswith operator-first metric ordering, clearer connection errors,and automatic CA fetch.
A cleaner, richer client API
zaris://host:7861/store(orzariss://…for TLS), with comma-separated seed hosts and failover, and tokenssupplied safely via
env:/file:.operations, transactions, leases, leader election, distributed counters, rate limiting, and a distributed job
queue.
IDistributedCacheandHybridCacheproviders.Runs everywhere: Windows, Linux, Docker, Kubernetes
PodDisruptionBudget, and drain-safe termination; published images; external (out-of-cluster) client access; TLS.
Security & observability
intermediate-signed, or pre-issued certificates — and token-based authentication.
Install
NuGet
Windows — download
clustron-zaris-0.9.0-win-x64.zipbelow (verify againstSHA256SUMS.txt).Docker
Kubernetes (Helm)
Support
Zaris is open and free to run. Commercial support plans and professional services are available for teams
running Zaris in production — see clustron.io/support.
Telemetry & privacy
Zaris reports lightweight usage telemetry to help guide the roadmap:
domain) and a server-derived coarse location (country / region / city).
Opt out completely by setting
CLUSTRON_TELEMETRY=false(also0/no) in the node or manager environment.License: Business Source License 1.1 (BSL 1.1).
This discussion was created from the release Zaris 0.9.0.
All reactions