allow disabling randomization for specific virtual channels
various tweaks and fixes
Version 5.5.5 released 20-Oct-2021
yamcs-web: fixed display of command arguments in the command history
Version 5.5.4 released 20-Oct-2021
Fixed the CLTU randomization sequence to conform to CCSDS 231.0 issue 4 when LDPC coding is enabled.
Accept numeric value of an enumeration command argument
Fixed lost frame count calculation
Allow DataSource=ground for parameters
Fixed CFDP reliable option not showing
Fixed duplicate data in the parameter archive
Allow specification of generation time in set parameter value requests
minor tweaks and fixes
Version 5.5.3 released 30-Jul-2021
first version of the Yamcs Timeline
minor tweaks and fixes
Version 5.5.2 released 22-Jun-2021
Fixed XTCE reference solver of types para->Type->BaseType which were defined in reverse order in different files.
Fixed parameter archive retrieval of raw values only.
yamcs-web: fixed replication page not showing info.
Version 5.5.1 released 8-Jun-2021
Fixed (again) the name of the packets shown on yamcs-web front page (TM statistics)
Fixed an XTCE reference solving bug
Fixed the retrieval from parameter archive with the option useRawValue=true
Version 5.5.0 released 1-Jun-2021
Added algorithm status and tracing (currently only working for global algorithms)
Added support for XTCE transmission constraints and verifiers (using MatchCriteria, BooleanExpression...)
Added java-expression algorithms
Added types to system parameters
Fixed the realtime parameter archive - it can now be used as a preferred configuration for all systems receiving only realtime data (e.g. testing in an EGSE/Lab setup)
CCSDS Frame Processing: allow plugging user defined virtual channels handlers
Fixed the Parameter Archive to reconstruct aggregate and array parameters out of their components (which are stored separately in the archive)
minor tweaks and fixes
Version 5.4.5 released 5-Apr-2021
Fixed a bug causing the rejection of aggregates with enumeration members when used as command arguments
Version 5.4.4 released 2-Apr-2021
Fixed a bug in the TM partitioning flags causing the homepage of Yamcs to not display the packets beyond the top level.
Fixed a typo in reading the TCO configuration causing the defaultTof option to be ignored.
allow disabling randomization for specific virtual channels
various tweaks and fixes
Version 5.5.5 released 20-Oct-2021
yamcs-web: fixed display of command arguments in the command history
Version 5.5.4 released 20-Oct-2021
Fixed the CLTU randomization sequence to conform to CCSDS 231.0 issue 4 when LDPC coding is enabled.
Accept numeric value of an enumeration command argument
Fixed lost frame count calculation
Allow DataSource=ground for parameters
Fixed CFDP reliable option not showing
Fixed duplicate data in the parameter archive
Allow specification of generation time in set parameter value requests
minor tweaks and fixes
Version 5.5.3 released 30-Jul-2021
first version of the Yamcs Timeline
minor tweaks and fixes
Version 5.5.2 released 22-Jun-2021
Fixed XTCE reference solver of types para->Type->BaseType which were defined in reverse order in different files.
Fixed parameter archive retrieval of raw values only.
yamcs-web: fixed replication page not showing info.
Version 5.5.1 released 8-Jun-2021
Fixed (again) the name of the packets shown on yamcs-web front page (TM statistics)
Fixed an XTCE reference solving bug
Fixed the retrieval from parameter archive with the option useRawValue=true
Version 5.5.0 released 1-Jun-2021
Added algorithm status and tracing (currently only working for global algorithms)
Added support for XTCE transmission constraints and verifiers (using MatchCriteria, BooleanExpression...)
Added java-expression algorithms
Added types to system parameters
Fixed the realtime parameter archive - it can now be used as a preferred configuration for all systems receiving only realtime data (e.g. testing in an EGSE/Lab setup)
CCSDS Frame Processing: allow plugging user defined virtual channels handlers
Fixed the Parameter Archive to reconstruct aggregate and array parameters out of their components (which are stored separately in the archive)
minor tweaks and fixes
Version 5.4.5 released 5-Apr-2021
Fixed a bug causing the rejection of aggregates with enumeration members when used as command arguments
Version 5.4.4 released 2-Apr-2021
Fixed a bug in the TM partitioning flags causing the homepage of Yamcs to not display the packets beyond the top level.
Fixed a typo in reading the TCO configuration causing the defaultTof option to be ignored.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps
yamcsVersion
from 5.5.5 to 5.5.6. Updatesyamcs-core
from 5.5.5 to 5.5.6Release notes
Sourced from yamcs-core's releases.
Changelog
Sourced from yamcs-core's changelog.
... (truncated)
Commits
5e571ef
Prepare release yamcs-5.5.630e48ee
Added algorithm functions1cde8f8
added skipRandomizationForVcs option1cd9ef6
cfdp cleanupe3ff1cc
Merge branch 'codecov-cli'314f8af
unit tests for yamcsadmin3f4cb78
sonar suggested changes2c8e3fc
Merge branch 'http-codecov'9f0969e
alarm cleanup8322366
alarm cleanupUpdates
yamcs-web
from 5.5.5 to 5.5.6Release notes
Sourced from yamcs-web's releases.
Changelog
Sourced from yamcs-web's changelog.
... (truncated)
Commits
5e571ef
Prepare release yamcs-5.5.630e48ee
Added algorithm functions1cde8f8
added skipRandomizationForVcs option1cd9ef6
cfdp cleanupe3ff1cc
Merge branch 'codecov-cli'314f8af
unit tests for yamcsadmin3f4cb78
sonar suggested changes2c8e3fc
Merge branch 'http-codecov'9f0969e
alarm cleanup8322366
alarm cleanupDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)