valyala / fasthttp

Fast HTTP package for Go. Tuned for high performance. Zero memory allocations in hot paths. Up to 10x faster than net/http
MIT License
21.67k stars 1.75k forks source link

why release v1.49.0 is marked as latest? #1646

Closed peczenyj closed 10 months ago

peczenyj commented 10 months ago

I can see

https://github.com/valyala/fasthttp/releases/tag/v1.49.0

there is a tag "latest", but it is not true, since there is v1.50.0

perhaps this tag is manually set?

erikdubbelboer commented 10 months ago

I have no idea. I'll tag a new release on Monday and tag it as latest.

peczenyj commented 10 months ago

There is a checkbox when we release to set it as “latest”. Why? 🤷‍♂️