The changelog lists most feature changes between each release.
- Fix webcam cleanup
- addition: Add the ability to download webcam images with configurable worker count
- GTFS import: Mount local (modified)
download.sh
intopostgis-gtfs-importer
container.⚠️ $IPL_GTFS_IMPORTER_HOST_CUSTOM_SCRIPTS_DIR
must contain adownload.sh
, so if it doesn't, this is a breaking change!- This is the
ipl-dagster-pipeline
equivalent toipl-orchestration#fd42328
.
- GTFS import: adapt to
postgis-gtfs-importer:v4-2024-09-24T15.06.43-9a66d7d
image (21449e7)- This is the
ipl-dagster-pipeline
equivalent toipl-orchestration#726e765
.
- This is the
- GTFS import: don't remove redundant stops (6a46a63)
- addition:
sharing_vehicle
table now also contains astation_id
- 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)
- change:
sharing_station.capacity
is changed to an integer field,vehicle.max_range_meters
andvehicle.current_range_meters
, according to the GBFS spec, to float. - change:
sharing_station_status
now reports vehicle availability for the feed's predominantform_factor
, even for station, which don't havevehicle_types_available
explicitly stated. Note: this requires, that allvehicle_types
invehicle_types.json
declare the sameform_factor
.