From 0367d82d4f9f9c1b608d034b3033be79a3e1bfd2 Mon Sep 17 00:00:00 2001 From: RW Date: Tue, 13 Feb 2024 08:22:24 +0100 Subject: [PATCH] Update README.md --- .github/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/README.md b/.github/README.md index 10d8766d..c2fae086 100644 --- a/.github/README.md +++ b/.github/README.md @@ -102,6 +102,11 @@ Fiber is an Express inspired web framework built on top of Fasthttp, the fastest HTTP engine for Go. Designed to ease things up for fast development with zero memory allocation and performance in mind.

+## ⚠️ **Attention** + +Fiber v3 is currently in beta and under active development. While it offers exciting new features, please note that it may not be stable for production use. We recommend sticking to the latest stable release (v2.x) for mission-critical applications. If you choose to use v3, be prepared for potential bugs and breaking changes. Always check the official documentation and release notes for updates and proceed with caution. Happy coding! 🚀 + + ## ⚡️ Quickstart ```go