gleam-lang / gleam

⭐️ A friendly language for building type-safe, scalable systems!
https://gleam.run
Apache License 2.0
16.51k stars 691 forks source link

Unable to refetch a release when release is replaced on hex #3268

Open ghivert opened 3 weeks ago

ghivert commented 3 weeks ago

After replacing a version on hex, gleam is unable to find the new tarball for the version, and continues to serve the old one.

Steps to reproduce:


Environment:

lpil commented 3 weeks ago

Thank you. It would be ideal if we could perform cache busting if the version on the remote has changed.

I wonder how Mix handles this.