Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add date to 4.0.53 and fix minor issues in changelog #133

Merged
merged 2 commits into from
Oct 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 8 additions & 9 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi
The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <http://keepachangelog.com/en/1.0.0/>`_.


[4.0.53] - UNRELEASED
[4.0.53] - 2024-10-11
---------------------

Changed
Expand All @@ -17,13 +17,15 @@ Changed

All utilities listen to OS signals to detect termination request.

- Old: Monitor and Registry wait for the user to press `[Enter]`` to shutdown.
- New: Monitor and Registry can be requested to shutdown via ``[Ctrl]-[C]``. Registry option '-s, --use-signal-handler' is deprecated.
- Old: Monitor and Registry wait for the user to press ``[Enter]`` to shutdown.
- New: Monitor and Registry can be requested to shutdown via ``[Ctrl]-[C]``. Registry option ``-s, --use-signal-handler`` is deprecated.

All utilities no longer require user interaction.

- Old: Registry, Monitor and System Controller prompt the user by default to press `[Enter]`` to end process after shutdown.
- New: All utilities terminate without prompting for user input. SystemController option '-ni, --non-interactive' is deprecated.
- Old: Registry, Monitor and System Controller prompt the user by default to press ``[Enter]`` to end process after shutdown.
- New: All utilities terminate without prompting for user input. SystemController option ``-ni, --non-interactive`` is deprecated.
VDanielEdwards marked this conversation as resolved.
Show resolved Hide resolved

- The Logger now adds the participant's name (as a normalized string) to the user-defined ``LogName`` for file sinks.

- Implemented the union (de-)serialization stubs in the ``silkit/util/serdes`` headers.

Expand All @@ -32,10 +34,7 @@ Fixed

- If using the ``SimStepHandlerAsync``, the log message that reports the end of the simulation step is now printed after the call to ``CompleteSimulationStep``.

Fixed
~~~~~

- Fixed an issue with the NetSim API that caused an exception when used with log level `trace`.
- Fixed an issue with the NetSim API that caused an exception when used with log level ``trace``.

[4.0.52] - 2024-09-02
---------------------
Expand Down
Loading