Release 5.27 (#6392)
* Bookkeeping for 5.27.0 release. * Prep rc.1 * Final 5.27 release tag * Reset for next release
This commit is contained in:
		
							parent
							
								
									284e110f2e
								
							
						
					
					
						commit
						cb90d587be
					
				
							
								
								
									
										4
									
								
								.github/workflows/osrm-backend.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/osrm-backend.yml
									
									
									
									
										vendored
									
									
								
							| @ -29,7 +29,7 @@ jobs: | |||||||
|       ENABLE_APPLE_SILICON: "OFF" |       ENABLE_APPLE_SILICON: "OFF" | ||||||
|     steps: |     steps: | ||||||
|     - uses: actions/checkout@v3 |     - uses: actions/checkout@v3 | ||||||
|     - run: pip install conan==1.51.3 |     - run: pip install conan==1.53.0 | ||||||
|     - run: conan --version |     - run: conan --version | ||||||
|     - run: cmake --version |     - run: cmake --version | ||||||
|     - uses: actions/setup-node@v3 |     - uses: actions/setup-node@v3 | ||||||
| @ -574,7 +574,7 @@ jobs: | |||||||
| 
 | 
 | ||||||
|     - name: Install dev dependencies |     - name: Install dev dependencies | ||||||
|       run: | |       run: | | ||||||
|         python3 -m pip install conan==1.51.3 |         python3 -m pip install conan==1.53.0 | ||||||
| 
 | 
 | ||||||
|         # ccache |         # ccache | ||||||
|         if [[ "${RUNNER_OS}" == "Linux" ]]; then |         if [[ "${RUNNER_OS}" == "Linux" ]]; then | ||||||
|  | |||||||
| @ -1,4 +1,6 @@ | |||||||
| # Unreleased | # Unreleased | ||||||
|  | 
 | ||||||
|  | # 5.27.0 | ||||||
|   - Changes from 5.26.0 |   - Changes from 5.26.0 | ||||||
|     - API: |     - API: | ||||||
|       - ADDED: Add Flatbuffers support to NodeJS bindings. [#6338](https://github.com/Project-OSRM/osrm-backend/pull/6338) |       - ADDED: Add Flatbuffers support to NodeJS bindings. [#6338](https://github.com/Project-OSRM/osrm-backend/pull/6338) | ||||||
|  | |||||||
| @ -58,16 +58,16 @@ Download OpenStreetMap extracts for example from [Geofabrik](http://download.geo | |||||||
| 
 | 
 | ||||||
| Pre-process the extract with the car profile and start a routing engine HTTP server on port 5000 | Pre-process the extract with the car profile and start a routing engine HTTP server on port 5000 | ||||||
| 
 | 
 | ||||||
|     docker run -t -v "${PWD}:/data" osrm/osrm-backend osrm-extract -p /opt/car.lua /data/berlin-latest.osm.pbf |     docker run -t -v "${PWD}:/data" ghcr.io/project-osrm/osrm-backend osrm-extract -p /opt/car.lua /data/berlin-latest.osm.pbf | ||||||
| 
 | 
 | ||||||
| The flag `-v "${PWD}:/data"` creates the directory `/data` inside the docker container and makes the current working directory `"${PWD}"` available there. The file `/data/berlin-latest.osm.pbf` inside the container is referring to `"${PWD}/berlin-latest.osm.pbf"` on the host. | The flag `-v "${PWD}:/data"` creates the directory `/data` inside the docker container and makes the current working directory `"${PWD}"` available there. The file `/data/berlin-latest.osm.pbf` inside the container is referring to `"${PWD}/berlin-latest.osm.pbf"` on the host. | ||||||
| 
 | 
 | ||||||
|     docker run -t -v "${PWD}:/data" osrm/osrm-backend osrm-partition /data/berlin-latest.osrm |     docker run -t -v "${PWD}:/data" ghcr.io/project-osrm/osrm-backend osrm-partition /data/berlin-latest.osrm | ||||||
|     docker run -t -v "${PWD}:/data" osrm/osrm-backend osrm-customize /data/berlin-latest.osrm |     docker run -t -v "${PWD}:/data" ghcr.io/project-osrm/osrm-backend osrm-customize /data/berlin-latest.osrm | ||||||
| 
 | 
 | ||||||
| Note there is no `berlin-latest.osrm` file, but multiple `berlin-latest.osrm.*` files, i.e. `berlin-latest.osrm` is not file path, but "base" path referring to set of files and there is an option to omit this `.osrm` suffix completely(e.g. `osrm-partition /data/berlin-latest`). | Note there is no `berlin-latest.osrm` file, but multiple `berlin-latest.osrm.*` files, i.e. `berlin-latest.osrm` is not file path, but "base" path referring to set of files and there is an option to omit this `.osrm` suffix completely(e.g. `osrm-partition /data/berlin-latest`). | ||||||
| 
 | 
 | ||||||
|     docker run -t -i -p 5000:5000 -v "${PWD}:/data" osrm/osrm-backend osrm-routed --algorithm mld /data/berlin-latest.osrm |     docker run -t -i -p 5000:5000 -v "${PWD}:/data" ghcr.io/project-osrm/osrm-backend osrm-routed --algorithm mld /data/berlin-latest.osrm | ||||||
| 
 | 
 | ||||||
| Make requests against the HTTP server | Make requests against the HTTP server | ||||||
| 
 | 
 | ||||||
|  | |||||||
| @ -1,6 +1,6 @@ | |||||||
| { | { | ||||||
|   "name": "@project-osrm/osrm", |   "name": "@project-osrm/osrm", | ||||||
|   "version": "5.27.0-unreleased", |   "version": "5.28.0-unreleased", | ||||||
|   "private": false, |   "private": false, | ||||||
|   "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", |   "description": "The Open Source Routing Machine is a high performance routing engine written in C++14 designed to run on OpenStreetMap data.", | ||||||
|   "dependencies": { |   "dependencies": { | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user