jjrom / resto

A metadata catalog and search engine for geospatialized data
Apache License 2.0
56 stars 19 forks source link

Use input feature id directly if already a valid UUID - correct issue… #345

Closed jjrom closed 1 year ago

jjrom commented 1 year ago

[WARNING] Potential breaking change

Previously, when posting a feature, resto generated a UUID from the input feature id as the new feature id. Now, resto will only generate a UUID v5 from the input id if the input id is not already a valid UUID. In the latter case, the id is left untouched.

This correct issue #342