🎉 FURSY v0.1.0 - Production-Ready Release #1
kolkov
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We're thrilled to announce the first production-ready release of FURSY - a next-generation HTTP router for Go 1.25+ that brings type-safe handlers, RFC 9457 error responses, and built-in OpenAPI generation to the Go ecosystem.
🔥 What Makes FURSY Different?
FURSY is the first Go router to combine:
Box[Req, Res]with compile-time safety🚀 Quick Example
✨ Key Features
🎯 Hybrid Response API
JSON(code, data),String(code, text)OK(data),Created(data),NoContentSuccess()🛡️ Production-Ready Security
📋 RFC 9457 Problem Details
📚 Built-in OpenAPI 3.1
📊 Performance
Benchmarked on Intel Core i7-1255U (12th Gen):
Test Coverage: 91.7% (100+ test functions, 300+ test cases)
🎓 Design Philosophy
FURSY follows the philosophy of our sister project Relica:
🗺️ What's Next?
v0.1.0 is production-ready with complete routing, middleware, and security features.
Future releases (v0.2.0+) will add:
v1.0.0 LTS (Q3 2026) will provide long-term API stability guarantees after 6-12 months of production validation.
We're NOT rushing to v1.0 - API stability is a serious commitment.
📦 Installation
Requirements: Go 1.25+
📖 Documentation
💬 We Want Your Feedback!
This is our first public release, and we'd love to hear from you:
🙏 Credits
FURSY stands on the shoulders of giants:
🚀 Try It Out!
Welcome to FURSY! We're excited to see what you'll build with it. 🔥
Links:
Beta Was this translation helpful? Give feedback.
All reactions