Highlights
- 🐛 Fixed false positive issue with
trip_distance_exceeds_shape_distance. Before, when a trip had ashape_dist_traveledvalue instop_times.txtbut its associated shape had noshape_dist_traveledvalue inshapes.txt, thetrip_distance_exceeds_shape_distance errorwas triggered. Now nullshapes.shape_dist_traveledvalues are ignored. Thanks to @thelleboid-tsr for fixing this. - 🐛 Bug fix for performance issue for large feeds on the validator website. Thanks to @takohei for flagging this.
- Modified logs for skipped validators to downgrade from an error to a warning. Thanks to @eibakke.
What's Changed
- docs: Automated update of NOTICE_MIGRATION.md by @github-actions in #2006
- fix: acceptance tests keep dropping errors for missing_required_column by @davidgamez in #2007
- fix: changes logging for skipped validators to atInfo instead of atSevere in printSummary by @eibakke in #2016
- fix: update TripAndShapeDistanceValidator to ignore shape with no shape_dist_traveled (#2018) by @thelleboid-tsr in #2020
- fix: Put back the limit of 50 records per notice type in the html report. by @jcpitre in #2027
- fix: web validator logging by @davidgamez in #2026
New Contributors
- @eibakke made their first contribution in #2016
- @thelleboid-tsr made their first contribution in #2020
Full Changelog: v7.0.0...v7.1.0