Skip to content
Snippets Groups Projects
Commit daffd6db authored by Вартан Бабаян's avatar Вартан Бабаян :dart:
Browse files

chore: changelog - global rename cluster_id -> cluster_name, instance_id -> instance_name

parent 944aa98b
No related branches found
No related tags found
1 merge request!1363Change default delimiter
Pipeline #54067 failed
......@@ -53,6 +53,21 @@ with the `YY.MINOR.MICRO` scheme.
- Order of columns in `_pico_service_route` table has changed.
- Global rename
- Config File Changes:
- `cluster_id` renamed to `name`
- `instance_id` renamed to `name`
- Source Code Changes:
- `cluster_id` renamed to `cluster_name`
- `instance_id` renamed to `instance_name`
- `instance.instance_uuid` renamed to `instance.uuid`
- `replicaset.replicaset_uuid` renamed to `replicaset.uuid`
- Environment Variable Changes:
- `PICODATA_CLUSTER_ID` renamed to `PICODATA_CLUSTER_NAME`
- `PICODATA_INSTANCE_ID` renamed to `PICODATA_INSTANCE_NAME`
- Default delimiter in `picodata connect` and `picodata admin` cli sessions is now `;`
### Lua API
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment