Skip to content

v0.5.0

Latest
Compare
Choose a tag to compare
@skydivin4ng3l skydivin4ng3l released this 02 Jun 16:36

[0.5.0] - 2020-06-02

Added
  • #298
    • Enrichment of Notifications with coordinates
    • display those notifications in the Frontend
  • #292
    • [core] Adds Optional Indexing for DataToMongo Operator
    • [core] Indices for Mongo Planned and Station Data uploads
  • #278
    • Adding test runner for replaying a specific example
Changed
  • #292
    • [core] DelayNotifications are now embedded within Notifications
    • [core] Postgres Schemas integer->bigint/long
    • [core] Pipeline now uses WeatherLocationCorrelationMongo
    • [core] ProtoToBson/Mongo schema attribute names from lower_underscore -> lowerCamelCase
    • [core] DetectStationArrivalDelay uses livetraindata.delay if no matched plannendTrainData was found for delay calculation
Deleted
  • #292
    • General Refactoring of unused code

[0.4.2-internal] - 2020-05-17

Added
  • #262
    • Mongo DelayShift Operator
    • DataToMongoDB Operator
    • NotificationHelper Utility to generate embedded DelayNotifications
Changed
  • #262
    • PostgresDelayShift Operator only sends Delay events if ReferenceStation can be found
    • PostgresDelayShift has Delay threshold option (Default 60 Seconds)

[0.4.1-interal] - 2020-05-10

Added
  • #213
    • Single install helm chart for deploying to kubernetes clusters
    • Automatic packaging and distribution via GitHub Pages
  • #231
    • Track the average speed of transports

Installation

CEPTA_VERSION="v0.5.0-dirty" docker-compose -f deployment/prod/docker-compose.yml up