Skip to content

v0.12.0

Compare
Choose a tag to compare
@patkenneally patkenneally released this 15 Jun 23:23
· 3005 commits to develop since this release
f7bd93a

What's Changed

Activity-Command Expansion

  • [AERIE-1881] directive id column on simulated activity view by @dyst5422 in #199
  • [AERIE-1857] command expansion timestamps by @dyst5422 in #197
  • [AERIE 1871] simulated activity id metadata in generated sequences by @dyst5422 in #201
  • [AERIE-1856] normalize dsl return types by @dyst5422 in #202
  • [AERIE-1877] 'DayOfYear' isn't a valid entry for Temporal.ZonedDateTime by @goetzrrGit in #194

Automated Scheduling

  • [AERIE-1844] Use constraints language as subset of scheduling language by @mattdailis in #179
  • [AERIE 1885] Add enabled/disabled to goal in sceduling specification by @patkenneally in #213
  • [AERIE-1835] Start and End TimingConstraints in CoexistenceGoal by @mattdailis in #214

Constraints

General

  • [BUILD] bump aerie-ts-user-code-runner to 0.3.0 by @camargo in #196
  • [DEPS] Misc. Gradle dependency updates by @pcrosemurgy in #195
  • [HOTFIX] Simulation results persistence bugs by @mattdailis in #207
  • [FIX] update start time field for activity table by @camargo in #208
  • [AERIE 1871] simulated activity id metadata in generated sequences by @dyst5422 in #201
  • [AERIE-1776] adjust compilation targets by @dyst5422 in #221

Simulation

Breaking Changes

  • Constraints results have been decoupled from the simulation query. Constraints results returned along side simulation results is deprecated and will be removed in the coming 0.12.1 release. A GraphQL query for constraint results can now be constructed with the constraintViolations schema addition. An example query is shown in the wiki
  • Simulation resource profiles are no longer returned with the simulation query. Rather resource profiles are available directly from the GraphQL API schema. An example query is shown in the wiki

New Contributors

Full Changelog: v0.11.3...v0.12.0