What's Changed
Features
- Feat: reintegrate traffic storage by @sfendrich in #1376
- Enable traffic speed calculator for LM preparation and for routing by @aoles in #1399
- feature(github,action): Introduce multi arch matrix build by @MichaelsJP in #1407
- Enable time-dependent routing with
TDDijkstra
by @aoles in #1322 - GTFS profile & routing by @takb in #1316
Fixes 🔧
- fix(pom): Upgrade org.apache.curator:curator-test from 5.4.0 to 5.5.0 by @TheGreatRefrigerator in #1437
- fix(matrix-algorithms): Consistent use of maximum visited nodes limit by @aoles in #1428
- fix(cve): Bump spring-boot version from 2.7.11 to 2.7.12 by @MichaelsJP in #1445
- fix(map-matching): Fix broken map matching for here traffic data by @aoles in #1430
- fix(cve): Remove maven-gpg-plugin and maven-shared-utils by @MichaelsJP in #1446
- fix(cve): Upgrade to eclipse-temurin:17.0.7_7-jre-alpine (#1451) by @MichaelsJP in #1452
- fix(cve): Upgrade tomcat for the docker setup from 8.5.69 9.0.75 by @MichaelsJP in #1453
- fix: mapmatching candidate snaps by @takb in #1457
- fix: include log4j.properties in docker setup by @koebi in #1462
- fix: pass correct profile name to Dijkstra matrix by @koebi in #1461
- fix(cve): Upgrade kafka_2.13 from 3.4.0 to 3.4.1 by @MichaelsJP in #1464
- fix(api-tests): Test based on mock HERE traffic data by @aoles in #1449
- fix: enable td core routing by @aoles in #1388
- Fix the cors issues by @MichaelsJP in #1396
- fix(github,action): Add missing multiplatform features by @MichaelsJP in #1409
- fix(GH): Handling of OSM ways with invalid node refs by @takb in #1411
- fix(pom,cve): Fix the maven-shared-utils by @MichaelsJP in #1414
- fix(pom,cve): Bump spring-boot to 2.7.11 by @MichaelsJP in #1416
- fix(pom,cve): Exclude snakeyaml to avoid CVEs by @MichaelsJP in #1418
- Fix for
access: destination
by @aoles in #1412 - fix(pom,cve): Upgrade geotools to the latest version by @MichaelsJP in #1422
- [Snyk] Upgrade org.apache.logging.log4j:log4j from 2.19.0 to 2.20.0 by @TheGreatRefrigerator in #1332
- fix(docker): deactivate public transport in ors-config-sample.json by @takb in #1337
- Update spring-boot to 2.7.9 by @MichaelsJP in #1310
- migrate ors to java 17 by @MichaelsJP in #1353
- Bump spring-boot to 2.7.10 by @MichaelsJP in #1372
- Fix apitests logging by @jlink in #1379
- [Snyk] Upgrade org.postgresql:postgresql from 42.5.4 to 42.6.0 by @takb in #1390
- [Snyk] Upgrade org.slf4j:slf4j-api from 2.0.6 to 2.0.7 by @takb in #1389
- fix (unit tests): Make CountryBordersReaderTest reset state by @jlink in #1397
- [Snyk] Upgrade com.carrotsearch:hppc from 0.8.1 to 0.9.1 by @MichaelsJP in #1308
- fix: changes to make
expectDepartureAndArrival
API test passing by @aoles in #1315 - Replace junit4 with junit5. by @MichaelsJP in #1320
- Set java compile version to 11 by @MichaelsJP in #1321
- [Snyk] Upgrade org.apache.logging.log4j:log4j-1.2-api from 2.19.0 to 2.20.0 by @tyrasd in #1324
- fix old docker documentation by @MichaelsJP in #1326
- fix: switch time-dependent routing algorithm from Dijkstra to A* by @aoles in #1330
- [Snyk] Upgrade org.postgresql:postgresql from 42.5.3 to 42.5.4 by @TheGreatRefrigerator in #1333
Other Changes
- test(elevation): unit test for reading preprocessed data by @takb in #1323
- doc: remove sourcespy by @takb in #1327
- doc(GTFS): profile name in api docs CUSTOM_KEYS by @takb in #1328
- comment out the build from source settings by @MichaelsJP in #1335
- Add war deployment check by @MichaelsJP in #1356
- Relax apk version requirements by @MichaelsJP in #1362
- Move Integration Tests to openrouteservice Module by @koebi in #1352
- Upgrade actions/setup-java to v2 and define openjdk as… by @MichaelsJP in #1374
- build(CI): run tests with pre-built graphs by @koebi in #1378
- build(ci): suppress kafka related logs by @takb in #1384
- Cleanup JSONObject classes by @MichaelsJP in #1385
- chore(graphhopper): Bump graphhopper version to v4.6 by @MichaelsJP in #1427
- ci(workflow): Add conventional commit checks by @MichaelsJP in #1424
- ci(github): Reduce noise from actions labeling by @MichaelsJP in #1442
- ci(cve): Scan the war and docker images with grype by @MichaelsJP in #1432
- refactor: remove unused AccelerationWeighting by @sfendrich in #1454
- ci(docker): Fix the docker build github workflow by @MichaelsJP in #1458
New Contributors
Full Changelog: v7.0.1...v7.1.0