You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
-7Lines changed: 0 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1674,13 +1674,11 @@ Key-Value Store
1674
1674
#### Certificate(s) Validity Period
1675
1675
1676
1676
- Nodes certificates validity period is no longer hardcoded and must instead be set by operators and renewed by members (#2924):
1677
-
1678
1677
- The new `node_certificate.initial_validity_days` (defaults to 1 day) configuration entry lets operators set the initial validity period for the node certificate (valid from the current system time).
1679
1678
- The new `command.start.service_configuration.maximum_node_certificate_validity_days` (defaults to 365 days) configuration entry sets the maximum validity period allowed for node certificates.
1680
1679
- The new `set_node_certificate_validity` proposal action allows members to renew a node certificate (or `set_all_nodes_certificate_validity` equivalent action to renew _all_ trusted nodes certificates).
1681
1680
1682
1681
- Service certificate validity period is no longer hardcoded and must instead be set by operators and renewed by members (#3363):
1683
-
1684
1682
- The new `service_certificate_initial_validity_days` (defaults to 1 day) configuration entry lets operators set the initial validity period for the service certificate (valid from the current system time).
1685
1683
- The new `maximum_service_certificate_validity_days` (defaults to 365 days) configuration entry sets the maximum validity period allowed for service certificate.
1686
1684
- The new `set_service_certificate_validity` proposal action allows members to renew the service certificate.
@@ -1961,13 +1959,11 @@ Key-Value Store
1961
1959
#### Certificate(s) Validity Period
1962
1960
1963
1961
- Nodes certificates validity period is no longer hardcoded and must instead be set by operators and renewed by members (#2924):
1964
-
1965
1962
- The new `node_certificate.initial_validity_days` (defaults to 1 day) configuration entry lets operators set the initial validity period for the node certificate (valid from the current system time).
1966
1963
- The new `command.start.service_configuration.maximum_node_certificate_validity_days` (defaults to 365 days) configuration entry sets the maximum validity period allowed for node certificates.
1967
1964
- The new `set_node_certificate_validity` proposal action allows members to renew a node certificate (or `set_all_nodes_certificate_validity` equivalent action to renew _all_ trusted nodes certificates).
1968
1965
1969
1966
- Service certificate validity period is no longer hardcoded and must instead be set by operators and renewed by members (#3363):
1970
-
1971
1967
- The new `service_certificate_initial_validity_days` (defaults to 1 day) configuration entry lets operators set the initial validity period for the service certificate (valid from the current system time).
1972
1968
- The new `maximum_service_certificate_validity_days` (defaults to 365 days) configuration entry sets the maximum validity period allowed for service certificate.
1973
1969
- The new `set_service_certificate_validity` proposal action allows members to renew the service certificate.
@@ -2710,17 +2706,14 @@ The 1.0 release will require minimal changes from this release.
2710
2706
### Added
2711
2707
2712
2708
- Experimental
2713
-
2714
2709
- New CCF nodes can now join from a [snapshot](https://microsoft.github.io/CCF/ccf-0.13.0/operators/start_network.html#resuming-from-existing-snapshot) (#1500, #1532)
2715
2710
- New KV maps can now be created dynamically in a transaction (#1507, #1528)
2716
2711
2717
2712
- CLI
2718
-
2719
2713
- Subject Name and Subject Alternative Names for the node certificates can now be passed to cchost using the --sn and --san CLI switches (#1537)
2720
2714
- Signature and ledger splitting [flags](https://microsoft.github.io/CCF/ccf-0.13.0/operators/start_network.html#signature-interval) have been renamed more accurately (#1534)
2721
2715
2722
2716
- Governance
2723
-
2724
2717
-`user_data` can be set at user creation, as well as later (#1488)
0 commit comments