-
Notifications
You must be signed in to change notification settings - Fork 3.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for surface=metal,grass_paver,woodchips in bicyle profile #6395
Conversation
@@ -178,6 +178,7 @@ function setup() | |||
concrete = default_speed, | |||
concrete_lanes = default_speed, | |||
wood = 10, | |||
metal = 10, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.github/workflows/osrm-backend.yml
Outdated
@@ -29,7 +29,7 @@ jobs: | |||
ENABLE_APPLE_SILICON: "OFF" | |||
steps: | |||
- uses: actions/checkout@v3 | |||
- run: pip install conan==1.51.3 | |||
- run: pip install conan==1.53.0 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have something wrong with Conan again :/
CHANGELOG.md
Outdated
@@ -60,6 +60,7 @@ | |||
- FIXED: Bump CI complete meta job to ubuntu-20.04 [#6323](https://github.com/Project-OSRM/osrm-backend/pull/6323) | |||
- CHANGED: Node packages are now scoped by @project-osrm [#6386](https://github.com/Project-OSRM/osrm-backend/issues/6386) | |||
- Routing: | |||
- CHANGED: Add support for surface=metal,grass_paver,woodchips in bicyle profile. [#6395](https://github.com/Project-OSRM/osrm-backend/pull/6395) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs moving into the unreleased section again.
386ab7b
to
f1edb02
Compare
v5.27.1 - Changes from 5.27.0 - Misc: - FIXED: Revert back to using custom HTTP parser instead of Boost.Beast. [Project-OSRM#6407](Project-OSRM#6407) - FIXED: Fix bug with large HTTP requests leading to Bad Request in osrm-routed. [Project-OSRM#6403](Project-OSRM#6403) - Routing: - CHANGED: Add support for surface=metal,grass_paver,woodchips in bicyle profile. [Project-OSRM#6395](Project-OSRM#6395)
Issue
closes #3682
Tasklist
Requirements / Relations
Link any requirements here. Other pull requests this PR is based on?