Skip to content

Commit

Permalink
Merge tag '1.0.0-rc.23' into develop
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Migrated storage to RocksDB, bug fixes
  • Loading branch information
aramallo committed Aug 20, 2024
2 parents e491187 + 158ffac commit 17f4a09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG
## ## 1.0.0-rc.23
### Changes
* Migration from eleveldb to rocksdb - NOTICE: Rocksdb storage is incompatible with Leveldb so if you rely on Bondy storing real information (realms, users, groups, grants, etc), you will need to export/import them using the `bondy.backup.create` and `bondy.backup.restore` WAMP procedures.
**BREAKING CHANGE NOTICE**
* This version replaces Leveldb with Rocksdb - Rocksdb storage is incompatible with Leveldb so if you rely on Bondy storing real information (realms, users, groups, grants, etc), you will need to export/import them using the `bondy.backup.create` and `bondy.backup.restore` WAMP procedures.
* Bug fix in `bondy_resgistry_entry:dirty_delete/1`

## 1.0.0-rc.22
Expand Down

0 comments on commit 17f4a09

Please sign in to comment.