Skip to content

v1.0.0

Compare
Choose a tag to compare
@camargo camargo released this 15 Nov 03:45
· 2183 commits to develop since this release
f00c877

Summary of New Features

  • Plan merge and collaboration. You can now create a branch from a plan, make a merge request to a parent plan, and interactively review merge requests!
  • You can now include gaps in external datasets and query for them using the constraints EDSL.
  • Global scheduling conditions can now be added via the GraphQL API. We are targeting UI support in an upcoming point release.
  • Many documentation updates with more coming. We recommend using the develop documentation for the next couple point releases.
  • Unit tests now require less boilerplate thanks to some simplification refactoring.

What's Changed

Breaking Changes

Please see our latest upgrade guide for complete instructions for upgrading from 0.13.2 to 1.0.0.

New Features

Bug Fixes

  • Load scheduling DSL TypeScript libraries in scheduler-server by @pcrosemurgy in #424
  • Use the constraints DSL from the constraints folder by @mattdailis in #431
  • Commit merge with delete-modify conflict resolution edge cases by @mattdailis in #440

Performance Improvements

  • Wrap simulation results writing in TransactionContext by @mattdailis in #411

Refactoring

Continuous Integration

Documentation

Build System and Dependencies

Style

New Contributors

Other Aerie 1.0.0 Releases

Full Changelog: v0.13.2...v1.0.0