This repository has been archived by the owner on Apr 5, 2024. It is now read-only.
Releases: edgelesssys/edgelessdb
Releases · edgelesssys/edgelessdb
v0.3.2
- Update MariaDB to v10.6.11
- Fix EdgelessDB refuses to start after being killed during specific operations
- Fix OE_OUT_OF_THREADS on many parallel connections
Get it with 1 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-1gb:v0.3.2
Get it with 4 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-4gb:v0.3.2
v0.3.1
- Security: mitigations for INTEL-SA-00657
- Update MariaDB to v10.6.9
- Fix args (like -marble) not being passed from docker entrypoint to edb
Get it with 1 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-1gb:v0.3.1
Get it with 4 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-4gb:v0.3.1
v0.3.0
- Security: mitigations for INTEL-SA-00615
- Update MariaDB to v10.6.8
- Set default charset to utf8mb4
- Fix unavailable quote in recovery mode
- Fix ALTER TABLE not working after INSERT
- Fix possible loss of an empty database in case of a system failure
- Fix rare "runtime: epollcreate failed with 38" error on start
Get it with 1 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-1gb:v0.3.0
Get it with 4 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-4gb:v0.3.0
v0.2.1
v0.2.0
- Security: Fix issues with encryption in edgeless-rocksdb. You should upgrade asap. This is a breaking change. Data stored in previous versions of EdgelessDB needs to be migrated manually.
- Increase SecurityVersion to 2
- Print version on start
- Update SGX packages
Get it with 1 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-1gb:v0.2.0
Get it with 4 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-4gb:v0.2.0
v0.1.1
- Add option to deploy manifest locally from file
- More meaningful messages in simulation mode
- Rename /recovery endpoint to /recover for consistency with other Edgeless products
- Fix DROP DATABASE
- Fix a bug where EdgelessDB didn't enter recovery mode
- Fix a rare OE_OUT_OF_THREADS bug
Get it with 1 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-1gb:v0.1.1
Get it with 4 GB of enclave heap memory:
docker pull ghcr.io/edgelesssys/edgelessdb-sgx-4gb:v0.1.1