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
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,23 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
9
9
A note on future revisions.
10
10
Everything within a major version number should be code compatible (with the exception of experimental interfaces). The most notable example of an experimental interface is the support for multiple source inputs. The APIs to deal with this will change in future minor releases. Everything within a single minor release should be network compatible with other federates on the same minor release number. Compatibility across minor release numbers may be possible in some situations but we are not going to guarantee this as those components are subject to performance improvements and may need to be modified at some point. Patch releases will be limited to bug fixes and other improvements not impacting the public API or network compatibility. Check the [Public API](./docs/Public_API.md) for details on what is included and excluded from the public API and version stability.
11
11
12
+
## [3.5.2][] - 2024-04-08
13
+
14
+
Patch release with fixes for certain compiler builds, a fix to the test core leading to some sporadic test failures, and fixing a discrepancy in the handing of config files with the helics_apps.
15
+
16
+
### Fixed
17
+
18
+
- Fixed an issue with the test core leading to sporadic failures in the test suite with the connector
19
+
- Fixed compile issues on some versions of clang
20
+
- Fixed some warnings on certain builds using sanitizers
21
+
- Fixed a discrepancy in the handing of config files with the helics_apps library
22
+
- Fixed several clang tidy issues and code cleanup
23
+
24
+
### Added
25
+
26
+
- Added an `--error_on_unmatched` flag to the broker for it to error if there are any unmatched requested connectors
27
+
- Support for a broker section in config files and subcommand in the command line parsing
28
+
12
29
## [3.5.1][] - 2024-03-19
13
30
14
31
Patch release including beta version of reentrant federates and support for "potential_interfaces" section in config files and automatic handling of potential interface generation in the federate class for operation with the connector app.
0 commit comments