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/CHANGELOG.rst
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi
7
7
The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <http://keepachangelog.com/en/1.0.0/>`_.
8
8
9
9
10
-
[4.0.53] - UNRELEASED
10
+
[4.0.53] - 2024-10-11
11
11
---------------------
12
12
13
13
Changed
@@ -17,13 +17,15 @@ Changed
17
17
18
18
All utilities listen to OS signals to detect termination request.
19
19
20
-
- Old: Monitor and Registry wait for the user to press `[Enter]`` to shutdown.
21
-
- New: Monitor and Registry can be requested to shutdown via ``[Ctrl]-[C]``. Registry option '-s, --use-signal-handler' is deprecated.
20
+
- Old: Monitor and Registry wait for the user to press ``[Enter]`` to shutdown.
21
+
- New: Monitor and Registry can be requested to shutdown via ``[Ctrl]-[C]``. Registry option ``-s, --use-signal-handler`` is deprecated.
22
22
23
23
All utilities no longer require user interaction.
24
24
25
-
- Old: Registry, Monitor and System Controller prompt the user by default to press `[Enter]`` to end process after shutdown.
26
-
- New: All utilities terminate without prompting for user input. SystemController option '-ni, --non-interactive' is deprecated.
25
+
- Old: Registry, Monitor and System Controller prompt the user by default to press ``[Enter]`` to end process after shutdown.
26
+
- New: All utilities terminate without prompting for user input. SystemController option ``-ni, --non-interactive`` is deprecated.
27
+
28
+
- The Logger now adds the participant's name (as a normalized string) to the user-defined ``LogName`` for file sinks.
27
29
28
30
- Implemented the union (de-)serialization stubs in the ``silkit/util/serdes`` headers.
29
31
@@ -32,10 +34,7 @@ Fixed
32
34
33
35
- If using the ``SimStepHandlerAsync``, the log message that reports the end of the simulation step is now printed after the call to ``CompleteSimulationStep``.
34
36
35
-
Fixed
36
-
~~~~~
37
-
38
-
- Fixed an issue with the NetSim API that caused an exception when used with log level `trace`.
37
+
- Fixed an issue with the NetSim API that caused an exception when used with log level ``trace``.
0 commit comments