Skip to content

v5.16.0

Compare
Choose a tag to compare
@ryanmelt ryanmelt released this 08 May 22:01
· 488 commits to main since this release

OpenC3 COSMOS 5.16.0 - Dependency Updates and Bug Fixes

Welcome to OpenC3 COSMOS 5.16.0!

This is primarily a bug fix and dependency update release. Interesting changes are documented below.

Potentially breaking changes from 5.15.x

Script wait methods that wait on a condition now return true/false to indicate if the wait condition was successful or not. Previously these wait methods returned the number of seconds actually waited.

IGNORE_OVERLAP for entire packet

IGNORE_OVERLAP can now be declared on an entire packet allowing items within to overlap without requiring adding the OVERLAP flag to every individual item.

Calendar now support recurring activities (Enterprise Only)

You can now have calendar activities automatically repeat at any desired interval.

Other Improvements

  • In Enterprise, the user who started a script is now shown in the execution status display
  • Item names are now sorted alphabetically in the chooser rather than in order of definition
  • Info limits messages (displayed green) are now suppressed on initial packet received
  • New openc3cli list command to list installed plugins
  • Dependencies updated to reduce CVEs

Bug Fixes

  • Fix jumping between two running scripts if a second is opened and started in the same ScriptRunner
  • Numerous python related fixes

All Pull Requests in this Release

New Contributors

Prerequisites:
Docker - Running OpenC3 requires a working Docker or Podman installation. Typically Docker Desktop on Windows / Mac. Plain Docker or Podman also works on linux. We actively develop and run with Docker Desktop on Mac/Windows, and Linux on Raspberry Pi, so if you have any issues on another platform, please let us know by submitting a ticket!

Minimum Resources allocated to Docker: 4GB RAM, 1 CPU, 80GB Disk
Recommended Resources allocated to Docker: 16GB RAM, 2+ CPUs, 100GB Disk
Also requires docker compose version 1.27+

To Run:

Please see our documentation at https://openc3.com

Try it out and let us know what you think! Please submit any issues as Github tickets, or any generic feedback to support@openc3.com.

Thanks!

Full Changelog: v5.15.2...v5.16.0