FabricMC / fabric-meta

Fabric Meta is a JSON-based HTTP api that can be used to query metadata about key Fabric projects.
https://meta.fabricmc.net/
Apache License 2.0
31 stars 21 forks source link

`stable` values are incorrect #5

Open Marcono1234 opened 5 years ago

Marcono1234 commented 5 years ago

For some of the responses the meaning of stable is not described in the README (would be great if that was added), however for /v2/versions/intermediary and for /v2/versions/yarn it is, and the current behavior does not match the described one. For both of them the description says:

stable is based of the minecraft version

However https://meta.fabricmc.net/v2/versions/intermediary has stable: true for all entries, even for the ones create for snapshot Minecraft versions.

https://meta.fabricmc.net/v2/versions/yarn returned that 1.14.3-pre2+build.10 is stable. This can be seen in the example response in the README, and I was seeing it at that time as well. However currently its value is false. It appears it is always setting the latest build as stable. While writing this issue, this is 1.14.3+build.9, however 1.14.3+build.8 or any other older build for that version is not stable despite it being for a release Minecraft version.