v2.16.0
What's Changed
Summary
Please see our latest upgrade guide for complete instructions for upgrading from 2.15.0 to 2.16.0.
Aerie 2.16.0 introduces a change to the way simulation results are written to the database - they are now streamed to the database throughout the simulation instead of at the end. This should improve peak memory usage for large plans/mission models without impacting simulation running time, but please let us know if you see any significant performance regressions.
Aerie plans can now be exported to and imported from files, see Plan Import/Export for details.
Aerie deployments can now provide a Time Plugin to support other time systems such as LMST or SCLK. See Advanced - UI Plugins and Time Plugin pages for details.
Breaking Changes
- Make Scheduler containers use the correct Envvar by @Mythicaeda in #1511
New Features
- Stream Simulation Resources by @Mythicaeda in #1507
Other Changes
- Bug fix for coexistence goal valueAt usage by @adrienmaillard in #1485
- Added a method to check for static parameters inside of an ActivityType by @cohansen in #1492
- Span to Event Traceability by @goetzrrGit in #1495
Full Changelog: v2.15.0...v2.16.0