-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Version flag for profiles #3384
Copy link
Copy link
Closed
Labels
Description
Currently when we want to make changes to the profiles that are not backward compatible we would do a major version bump of osrm-backend.
However that also means that profiles that were not ported properly will fail (maybe even silently) if they are not adjusted to API changes.
To make this explicit and open up the possibility for supporting multiple profile API version we should add a version flag to ProfileProperties so we could load the appropriate version of the scripting context.
Reactions are currently unavailable