v0.12.0
patkenneally
released this
15 Jun 23:23
·
3005 commits
to develop
since this release
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
- [AERIE-1842] Type-checking for Constraints eDSL by @JoelCourtney in #183
- [AERIE-1882] Remove old constraints pipeline by @JoelCourtney in #205
- [AERIE-1878] Add Hasura
constraintViolation
action by @skovati in #211
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
- Factor directive handling out of SimulationEngine by @Twisol in #170
- [AERIE-1861] Hasura
resourceSamples
action by @pcrosemurgy in #189 - [AERIE-1796] Carve out sim. results: resource samples by @pcrosemurgy in #209
- [AERIE-1909] Explicitly set prepared statement parameter by @patkenneally in #222
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