Skip to content

Releases: namanvashistha/limedb

v0.0.27

18 Mar 05:23

Choose a tag to compare

Release v0.0.27

Commit:
Version Bump: patch

Changes

feat: implement placement management with bootstrap and promotion functionality

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.27
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions

v0.0.26

17 Mar 08:55

Choose a tag to compare

Release v0.0.26

Commit:
Version Bump: patch

Changes

fix: improve error handling for LSM store initialization and enforce manual intervention on failure

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.26
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions

v0.0.25

17 Mar 08:34

Choose a tag to compare

Release v0.0.25

Commit:
Version Bump: patch

Changes

fix: reduce MemTable flush size to 50MB for LSM store initialization

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.25
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions

v0.0.24

17 Mar 07:42

Choose a tag to compare

Release v0.0.24

Commit:
Version Bump: patch

Changes

feat: enhance LSM store initialization with recovery logic for corrupted data

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.24
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions

v0.0.23

17 Mar 06:57

Choose a tag to compare

Release v0.0.23

Commit:
Version Bump: patch

Changes

feat: enhance NodesFleetView to display LSM storage metrics including SSTable count and disk usage

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.23
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions

v0.0.22

17 Mar 06:04

Choose a tag to compare

Release v0.0.22

Commit:
Version Bump: patch

Changes

feat: add hulk.py load testing script and increase LSM memtable flush size to 100MB.

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.22
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions

v0.0.21

16 Mar 21:38

Choose a tag to compare

Release v0.0.21

Commit:
Version Bump: patch

Changes

feat: increase gossip interval to 20 seconds for improved performance

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.21
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions

v0.0.20

16 Mar 21:23

Choose a tag to compare

Release v0.0.20

Commit:
Version Bump: patch

Changes

feat: implement replica management features; add ReplicaInfo and ReplicaNode types, enhance NodeService with replication methods, and create ReplicationInspector component

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.20
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions

v0.0.19

16 Mar 21:10

Choose a tag to compare

Release v0.0.19

Commit:
Version Bump: patch

Changes

feat: add replication factor support to NodeService and update configuration; implement replica retrieval logic in ConsistentHashRing

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.19
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions

v0.0.18

16 Mar 20:48

Choose a tag to compare

Release v0.0.18

Commit:
Version Bump: patch

Changes

feat: enhance RingDistributionChart with collapsible legend and improve percentage calculation; update ClusterNode and NetworkTopology for generation tracking

Installation

Binary Download:

Docker:

docker pull namanvashistha/limedb:v0.0.18
docker pull namanvashistha/limedb:latest

Proxmox LXC:

bash <(curl -s https://raw.githubusercontent.com/namanvashistha/limedb/main/proxmox/limedb_lxc.sh)

This release was automatically created by GitHub Actions