Releases: nasa/fprime-gds
Releases · nasa/fprime-gds
Release list
v4.2.2a4
v4.2.2a3
What's Changed
- Add UDP communication adapter plugin by @lestarch-autobot in #327
- YAMCS Test API Integration by @yvijay99 in #326
New Contributors
Full Changelog: v4.2.2a2...v4.2.2a3
v4.2.2a2
What's Changed
- Added --skip-browser-open flag by @Excaliabure in #295
- Append user name and PID to default ZMQ pipe names by @thomas-bc in #303
- Remove PID from default ZMQ socket name by @thomas-bc in #304
- fix: Correct sequencer day autocomplete snippet by @macayu17 in #301
- Miscellaneous Python linting fixes by @ianbrault in #306
- Additional Seqgen regression tests by @Kronos3 in #300
- Run GDS app from its binary directory by @macayu17 in #302
- fprime-prm-write fix: Implement CRC32 for serialized parameter data by @Specky26846 in #307
- Add --application-arguments to application parser by @lestarch-autobot in #308
- Add sequence uplink directory selector and run button to sequencer by @lestarch-autobot in #311
- Fix JSON value serialization in command generation by @Specky26846 in #310
- Fix ConstantJsonLoader crash when constants field is missing by @ryanhasmanners in #312
- Port sequence parser to lark by @Kronos3 in #313
- Set SO_REUSEADDR on server sockets to fix port reuse after Ctrl+C by @lestarch-autobot in #314
- Remove spell-check workflow and action by @lestarch-autobot in #317
- Object and array arguments in seqgen by @Kronos3 in #316
- fixing up seqgen example by @djbyrne17 in #318
- Update License by @Lex-ari in #322
- api.py: Optional
packetsparam for file uplink by @pcrosemurgy in #323 - Add tool-name prefix to log directory names by @lestarch-autobot in #321
- Add checkbox to show/hide parameter commands in command dropdown by @lestarch-autobot in #319
- Fix: show format strings (units) in expanded struct/array channel values by @lestarch-autobot in #324
- Sort new items in fp-table at the data level by @lestarch-autobot in #320
- A support for parsing compressed data products in fprime-dp by @kubiak-jpl in #309
New Contributors
- @Excaliabure made their first contribution in #295
- @macayu17 made their first contribution in #301
- @Kronos3 made their first contribution in #300
- @Specky26846 made their first contribution in #307
- @lestarch-autobot made their first contribution in #308
- @ryanhasmanners made their first contribution in #312
- @djbyrne17 made their first contribution in #318
- @pcrosemurgy made their first contribution in #323
Full Changelog: v4.2.2a1...v4.2.2a2
v4.2.2a1
This fixes a few minor issues that cause the GDS to lag behind and fail checksums occasionally.
Caution
This version of the GDS replaces the crc module with crcmod.
What's Changed
- Added versioning flag to fprime-gds cli by @muk2 in #287
- Serializable ArrayType Optimization by @kubiak-jpl in #292
- Fixing occasional downlink CRC failure during uplink by @LeStarch in #296
- Fix lag by switching to an efficient CRC implementation by @LeStarch in #297
- Fix missing built-in framer/deframers by @LeStarch in #298
New Contributors
Full Changelog: v4.2.1...v4.2.2a1
v4.2.1
What's Changed
- fix: replace datetime.UTC with timezone.utc for Python <3.10 compatibility by @alideniztartma in #294
New Contributors
- @alideniztartma made their first contribution in #294
Full Changelog: v4.2.0...v4.2.1
v4.2.0
This is the release of F´ GDS to pair with F Prime v4.2.0!
What's Changed
- Make timeToString configurable in fprime-gds front-end by @pjromano in #266
- Fall back to defaults for project-unspecified fields in fprime-gds front-end config by @pjromano in #267
- Purge fpy from fprime-gds repo by @thomas-bc in #271
- Add ERT and Anchored mode for displaying Charts by @thomas-bc in #269
- Add GUI button in File Uplink to send a cancel packet by @thomas-bc in #268
- Load default values in type constructs and pass through to GUI inputs by @thomas-bc in #270
- File cooldown by @LeStarch in #272
- add
--file-uplink-chunk-size argumentby @jrpear in #273 - Add UI to Upload Specific File Packets by @LeStarch in #274
- Data Product Validator Tool by @kubiak-jpl in #276
- Updated StandardPipeline.setup() to set dictionary_path by @bevinduckett in #277
- Consolidate Data products ground scripts by @thomas-bc in #278
- Switch Data Product CLI flag format by @thomas-bc in #279
- Hotfix: TimeType to_jsonable return correct context by @thomas-bc in #280
- Update deprecated
datetimecall by @nateinaction in #283 - Add
uplink_sequence()method toIntegrationTestAPIby @nateinaction in #281 - Add automatic decoding for hashed files by @youio in #284
- Add parameter decoding CLI tool to F` GDS by @Brian-Campuzano in #285
- fix hex display of telemetry and event ids in gds gui by @dcpagotto in #288
- Add parse_known_args override to ConfigDrivenParser by @ianbrault in #290
- Add
fprime-cli send-rawcommand for raw packets by @thomas-bc in #293
New Contributors
- @jrpear made their first contribution in #273
- @kubiak-jpl made their first contribution in #276
- @bevinduckett made their first contribution in #277
- @youio made their first contribution in #284
- @Brian-Campuzano made their first contribution in #285
- @dcpagotto made their first contribution in #288
Full Changelog: v4.1.0...v4.2.0
v4.1.1a4
What's Changed
- Hotfix: TimeType to_jsonable return correct context by @thomas-bc in #280
Full Changelog: v4.1.1a3...v4.1.1a4
v4.1.1a3
What's Changed
Features
- Standardized Data Products ground tooling with
fprime-dp - UI to upload file packets
PRs
- Add UI to Upload Specific File Packets by @LeStarch in #274
- Data Product Validator Tool by @kubiak-jpl in #276
- Updated StandardPipeline.setup() to set dictionary_path by @bevinduckett in #277
- Consolidate Data products ground scripts by @thomas-bc in #278
- Switch Data Product CLI flag format by @thomas-bc in #279
New Contributors
- @kubiak-jpl made their first contribution in #276
- @bevinduckett made their first contribution in #277
Full Changelog: v4.1.1a2...v4.1.1a3
Test file chunking
Test release for refactored UI
What's Changed
- Make timeToString configurable in fprime-gds front-end by @pjromano in #266
- Fall back to defaults for project-unspecified fields in fprime-gds front-end config by @pjromano in #267
- Purge fpy from fprime-gds repo by @thomas-bc in #271
- Add ERT and Anchored mode for displaying Charts by @thomas-bc in #269
- Add GUI button in File Uplink to send a cancel packet by @thomas-bc in #268
- Load default values in type constructs and pass through to GUI inputs by @thomas-bc in #270
- File cooldown by @LeStarch in #272
Full Changelog: v4.1.0...v4.1.1a1