File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change @@ -46,3 +46,15 @@ The full changelog is maintained in [changelogs/changelog.yml](./changelogs/chan
4646 - Create databases with encryption enabled.
4747- Ability to manage database settings via the ` ravendb.ravendb.database ` module.
4848- Joining Let's Encrypt–secured nodes into existing RavenDB clusters.
49+
50+
51+ ## [ 1.0.4] - 2025-09-04
52+
53+ ### Added
54+ - Database placement on specific nodes via ` topology_members ` in ` ravendb.ravendb.database ` .
55+ - Database topology reconciliation: add/remove nodes from a database's topology.
56+ - Index deployment mode support (` rolling ` , ` parallel ` ) in ` ravendb.ravendb.index ` .
57+ - Per-index configuration reconciliation via ` index_configuration ` in ` ravendb.ravendb.index ` .
58+
59+ ### Changed
60+ - Modularized the project internals for clearer responsibilities and easier maintenance.
Original file line number Diff line number Diff line change @@ -44,4 +44,17 @@ releases:
4444 - Distribute keys across all cluster nodes.
4545 - Create databases with encryption enabled.
4646 - Ability to manage database settings via the `ravendb.ravendb.database` module.
47- - Joining Let's Encrypt–secured nodes into existing RavenDB clusters.
47+ - Joining Let's Encrypt–secured nodes into existing RavenDB clusters.
48+
49+ - name : " Placement & Index Configuration"
50+ tag : " v1.0.4"
51+ version : " 1.0.4"
52+ changes :
53+ - added :
54+ - Database placement controls in `ravendb.ravendb.database` :
55+ - Fixed placement via `topology_members` to deploy on specific node tags.
56+ - Membership reconciliation to add/remove nodes from a database topology.
57+ - Index deployment mode in `ravendb.ravendb.index` (rolling/parallel).
58+ - Per-index configuration reconciliation in `ravendb.ravendb.index` via `index_configuration`.
59+ - changed :
60+ - Modularized the project structure and internals for clearer responsibilities and easier maintenance.
You can’t perform that action at this time.
0 commit comments