Skip to content
Snippets Groups Projects
Unverified Commit dab91c85 authored by Marcin Rataj's avatar Marcin Rataj Committed by GitHub
Browse files

Merge pull request #10684 from ipfs/merge-release-v0.33.0

Merge release v0.33.0
parents 29bfcce4 8d199128
Branches
Tags
No related merge requests found
# Kubo Changelogs
- [v0.34](docs/changelogs/v0.34.md)
- [v0.33](docs/changelogs/v0.33.md)
- [v0.32](docs/changelogs/v0.32.md)
- [v0.31](docs/changelogs/v0.31.md)
......
This diff is collapsed.
# Kubo changelog v0.34
- [v0.34.0](#v0310)
## v0.34.0
- [Overview](#overview)
- [🔦 Highlights](#-highlights)
- [📝 Changelog](#-changelog)
- [👨‍👩‍👧‍👦 Contributors](#-contributors)
### Overview
### 🔦 Highlights
### 📝 Changelog
### 👨‍👩‍👧‍👦 Contributors
......@@ -2616,7 +2616,7 @@ You should use this datastore if:
### `pebbleds` profile
Configures the node to use the pebble high-performance datastore.
Configures the node to use the **EXPERIMENTAL** pebble high-performance datastore.
Pebble is a LevelDB/RocksDB inspired key-value store focused on performance and internal usage by CockroachDB.
You should use this datastore if:
......@@ -2636,7 +2636,7 @@ You should use this datastore if:
### `badgerds` profile
Configures the node to use the legacy badgerv1 datastore.
Configures the node to use the **legacy** badgerv1 datastore.
> [!CAUTION]
> This is based on very old badger 1.x, which has known bugs and is no longer supported by the upstream team.
......
......@@ -46,6 +46,9 @@ Uses a leveldb database to store key value pairs.
## pebbleds
> [!WARNING]
> This is still **EXPERIMENTAL** opt-in. Datastore format can be set when first initializing the node via `ipfs init --profile pebbleds`.
Uses [pebble](https://github.com/cockroachdb/pebble) as a key value store.
```json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment