🦊 Fox v0.30.0 is released!
https://github.com/fox-toolkit/fox
This is again mostly a polishing and bug fix release with some minor performance improvements.
| website | https://sylvainmuller.ch/ |
🦊 Fox v0.30.0 is released!
https://github.com/fox-toolkit/fox
This is again mostly a polishing and bug fix release with some minor performance improvements.
Thanks for the shoutout to github.com/jub0bs/cors on the latest episode, @cupogo! 🙇

Visit cupogo.dev for show notes, Patreon link, Swag and more!proposal: cmd/go: add -buildversion build flagValidating data in Go by Phillipp Winter: https://nymity.ch/writing/articles/validation/ETHWarsaw Event Calendar: Meetups, Conference & HackathonUpcoming GoSF meetup: Go Meetup in San...
🦊 Fox v0.29.0 is released!
https://github.com/fox-toolkit/fox
This is mostly a polishing and bug fix release. I'm hoping the next one will finally be v1.0.0.
Fox has similar performance to Gin or Echo, while being as flexible as Gorilla Mux in terms of routing capabilities. As far as I know, it's also the only Go router that provides first-class support for mutating the routing tree safely at runtime, without reconstructing and swapping the entire router or introducing lock contention.

A high-performance Go HTTP router for building reverse proxies and API gateways, including use cases like ingress controllers - fox-toolkit/fox
🎉 After a few years of refinement and close to 1 << 9 commits, I'm pleased to announce the v1 release of my CORS middleware library for Go.
Let me know whether it patches things up between you and CORS!
🎉 I've just released v0.12.0 of jub0bs/cors, my CORS middleware library for #golang!
- Go 1.25 or above is now required.
- Some minor performance improvements.
Still guaranteed free of AI slop, of course.
github.com/jub0bs/cors
🦊 Fox v0.27.0 is released at its new home: https://github.com/fox-toolkit/fox
Next step is improving error returns to make programmatic error handling easier. This is one of the last tasks on the TODO list before v1.
Fox has similar performance to Gin or Echo, while being as flexible as Gorilla Mux in terms of routing capabilities. As far as I know, it's also the only Go router that provides first-class support for mutating the routing tree safely at runtime, without reconstructing and swapping the entire router or introducing lock contention.
🎉 I've just released v0.11.0 of jub0bs/cors, my CORS middleware library for #golang!
Bar any surprises, this will be the last minor release before v1.
https://github.com/jub0bs/cors
💣 This release brings a couple of simplifying but potentially breaking changes. None of them is very likely to affect you.
😇 The library's API is now simpler.
⚡Middleware execution during preflight is now faster and incurs fewer heap allocations.
💸 As always, sponsors are welcome!
https://pkg.go.dev/github.com/jub0bs/cors#pkg-index
https://github.com/jub0bs/cors/blob/v0.11.0/CHANGELOG.md
https://github.com/jub0bs/cors-benchmarks/blob/main/README.md#results
https://github.com/sponsors/jub0bs
“Floating-Point Printing and Parsing Can Be Simple And Fast”
The fastest known floating-point printer and parsing algorithms - fixed-width printing, shortest-width printing, and parsing, all in 400 lines of Go.
https://research.swtch.com/fp
https://research.swtch.com/fp-proof
🦊 Fox v0.26.0 is released!
Fox is a lightweight and high performance HTTP request router for Go, designed for building reverse proxies, API gateways, or other applications that require managing routes at runtime based on configuration changes or external events.
A high-performance Go HTTP router for building reverse proxies and API gateways, including use cases like ingress controllers - tigerwill90/fox