Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 2.39 KB

CHANGELOG.md

File metadata and controls

44 lines (32 loc) · 2.39 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.5.0 - 2024-08-09

Added

  • Implemented ExtPrimaryData and ExtResultsData #145
  • Have EV simulation communicate the next tick #170
  • Only communicate the next tick of activation of EV simulation as a whole #176

0.4.0 - 2023-11-22

Changed

  • Replacing akka with pekko #138

0.3.0 - 2023-11-19

Changed

  • Updating to gradle 8.4 #133
  • Adapted to changed SIMONA scheduler protocol #131

0.2.0 - 2023-08-01

Added

  • Introducing termination message indicating that the main simulation would like to quit #5
  • Enabled tests for this project and implemented partial test for ExtSimulation as part of #5
  • JavaDoc for many message classes #59
  • Implemented ExtEvDataTest as part of #77

Changed

  • Refactored ExtTrigger -> ExtSimMessage and ExtTriggerResponse -> ExtSimMessageResponse #5
  • Renamed messages to ease understanding #62
  • Separating departures and arrivals in message protocol, properly handling exceptions #77