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: docs/src/release_notes.rst
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,8 +8,8 @@
8
8
Release Notes
9
9
=============
10
10
11
-
Upcoming
12
-
--------
11
+
0.4.23
12
+
------
13
13
14
14
- Daml
15
15
@@ -24,6 +24,18 @@ Upcoming
24
24
both for featured and unfeatured apps.
25
25
26
26
27
+
- Performance improvements
28
+
29
+
- Scan
30
+
31
+
- Cache open rounds with a default TTL of 30s. This should reduce load when rounds change and lots of clients try to read the open rounds. `View PR 2860. <https://github.com/hyperledger-labs/splice/pull/2860>`_
32
+
33
+
- Reduce database load when the connection to the mediator verdict ingestion is restarted. `View PR 2861. <https://github.com/hyperledger-labs/splice/pull/2861>`_
34
+
35
+
- Deployment
36
+
37
+
- Increased the resource allocation for most apps, double check any changes if you override the default resources. `View PR 2972. <https://github.com/hyperledger-labs/splice/pull/2972>`_
0 commit comments