Skip to content

Version 0.2.13

Pre-release
Pre-release
Compare
Choose a tag to compare
@flomonster flomonster released this 04 Jul 15:53
· 1470 commits to dev since this release

What's Changed

Features 🎉

Code refactoring ♻️

  • Bump dependencies in multiple PR
  • Split editoast in crates:
    • Move sql requests from /voltages to modelsv2::infra by @hamz2a in #7431
    • Move sql request from /speed_limit_tags to modelsv2::infra by @hamz2a in #7434
    • Move sql request from views::infra to modelsv2::infra by @hamz2a in #7448
    • Move sql requests from views::rolling_stock to modelsv2::rolling_stock by @hamz2a in #7470
    • Move get_objects from views::infra to modelsv2::infra by @hamz2a in #7505
    • Use ModelV2 List in study listing endpoint and new pagination system by @leovalais in #7479
    • Use ModelV2 List in infra listing endpoint by @leovalais in #7541
    • Use ModelV2 List in scenario listing endpoint by @leovalais in #7545
    • Use ModelV2 list in timetable listing endpoint by @leovalais in #7542
    • Create editoast_models and move model v2 database tools by @Wadjetz in #7864

Bug fixes 🐛

New Contributors

Full Changelog: v0.2.12...v0.2.13