Skip to content

Commit 3c8dcda

Browse files
authored
0.4.13 release notes (#2056)
Signed-off-by: Itai Segall <[email protected]>
1 parent b807d02 commit 3c8dcda

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

docs/src/release_notes.rst

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,29 @@
88
Release Notes
99
=============
1010

11-
Upcoming
12-
--------
11+
0.4.13
12+
------
1313

1414
- Deployment
1515

1616
- SV
1717
- Increase the CPU limits assigned to the sequencer from 4 CPUs to 8 CPUs. This should avoid any throttling during periods of high load and during catch-up after downtime.
1818

1919
- Cometbft
20-
21-
- State sync is disabled by default.
20+
21+
- State sync is disabled by default.
2222
State sync introduces a dependency on the sponsoring node for fetching the state snapshot on
2323
startup and therefore a single point of failure. It should only be enabled when joining a
24-
new node to a chain that has already been running for a while. In all other cases including
24+
new node to a chain that has already been running for a while. In all other cases, including
2525
for a new node after it has completed initialization and after network resets, state sync
2626
should be disabled.
2727

28+
- Observability
29+
30+
- Global Synchronizer Utilization dashboard now includes an average over an hour of the transaction rate.
31+
- Canton/Sequencer Messages dashboard now includes hourly totals, and a pie chart of the
32+
distribution of message types over the last 24 hours.
33+
2834
- Daml
2935

3036
- Fix a bug where activity record expiration had a reference to the ``AmuletRules`` contract which resulted in transactions

0 commit comments

Comments
 (0)