ADR-11: Add version to content-as-bundle URL

More details about this document
Latest published version:
https://adr.decentraland.org/adr/ADR-11
Authors:
menduz
eordano
Feedback:
GitHub decentraland/adr (pull requests, new issue, open issues)
Edit this documentation:
GitHub View commits View commits on githistory.xyz

Context and Problem Statement

The URL for the asset bundles (Unity) are created using the content-server hash of the original GLTF. Therefore, the generated contents may not be immutable, because the asset bundle generator may have bugs or upgrades.

Decision Outcome

Prepend /v1 to the original content-as-bundle URL pathname.

-https://content-assets-as-bundle.decentraland.org/QmfNvE3nKmahA5emnBnXN2LzydpYncHVz4xy4piw84Er1D
+https://content-assets-as-bundle.decentraland.org/v1/QmfNvE3nKmahA5emnBnXN2LzydpYncHVz4xy4piw84Er1D

The current (unversioned) URL must continue working.

License

Copyright and related rights waived via CC0-1.0. Stagnant