Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 2.09 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 2.09 KB

Changelog

The changelog lists most feature changes between each release.

2024-12-03

2024-11-04

2024-10-29

  • GTFS import: Mount local (modified) download.sh into postgis-gtfs-importer container.
    • ⚠️ $IPL_GTFS_IMPORTER_HOST_CUSTOM_SCRIPTS_DIR must contain a download.sh, so if it doesn't, this is a breaking change!
    • This is the ipl-dagster-pipeline equivalent to ipl-orchestration#fd42328.

2024-10-01

2024-09-06

  • addition: sharing_vehicle table now also contains a station_id

2024-07-05

  • change: reduce CPU shares of GTFS import to 512 (#140)
  • change: bump dagster to v1.7.12 and dagster-docker to v0.23.12 (#160)

2024-06-26

  • change: sharing_station.capacity is changed to an integer field, vehicle.max_range_meters and vehicle.current_range_meters, according to the GBFS spec, to float.
  • change: sharing_station_status now reports vehicle availability for the feed's predominant form_factor, even for station, which don't have vehicle_types_available explicitly stated. Note: this requires, that all vehicle_types in vehicle_types.json declare the same form_factor.