chore: update dependency express to v5#715
chore: update dependency express to v5#715akerekes merged 2 commits intoGoogleCloudPlatform:mainfrom
Conversation
Express 5.0.x has changed how wildcard and regexp characters are used in path strings. Update server code to use the new syntax per https://expressjs.com/en/guide/migrating-5.html#path-syntax.
|
@akerekes Isn't this a breaking change that should have been released in a major release, given that the signature of the This change is not even mentioned in the changelog. See also: #673 |
This very much is a breaking change. I have been investigating why my deployed cloud functions was not working anymore. This is still quite current (a month). And is seen as a verified and safe version. Which it is not. Im creating an issue on this. |
Update Express dependency to 5.0.0 and change path syntax to match new Express format.