labstack / echo

High performance, minimalist Go web framework
https://echo.labstack.com
MIT License
29.89k stars 2.23k forks source link

Echo v3 #665

Closed vishr closed 8 years ago

vishr commented 8 years ago

Making Echo as simple as it was in v1

@ericmdantas @o1egl @CaptainCodeman @mtojek @Anon-Penguin @gavv @01walid @ipfans @matcornic

Open for discussion

vishr commented 8 years ago

Just updated.

DevotionGeo commented 8 years ago

When is V-3 going to release?

vishr commented 8 years ago

Anyone up for updating the README.md for v3?

paganotoni commented 8 years ago

I could help but im out the city now, would it be ok starting next week?

vishr commented 8 years ago

@apaganobeleno Sure, also look into https://github.com/labstack/echo/pull/667 PR.

paganotoni commented 8 years ago

@vishr just sent a PR (#698) that with #667 should cover most of the documentation update for v3, however i have a question regarding the benchmark, as you know it includes fasthttp comparison, should we add a different image that shows only v3 comparison ?

vishr commented 8 years ago

@apaganobeleno We will just have a benchmark chart based on Echo performance for various API set.

vishr commented 8 years ago

A new v2 release is cut from master branch and master now has v3, still not released yet but it makes it easier to develop on master.

vishr commented 8 years ago

@apaganobeleno I need help in updating the migrating guide and change log, please let me know if you are in. You can send me initial PR and we can take it from there.

PS: We will drop v1 mention from the migrating guide.

paganotoni commented 8 years ago

@vishr i'm in 👍

vishr commented 8 years ago

@apaganobeleno Update: we still need to retain v1 to v2 migration.

vishr commented 8 years ago

Thanks everyone!!!

gavv commented 8 years ago

It seems that fasthttp support was finally dropped, but Feature Overview in README still notes fasthttp:

Run with standard HTTP server or FastHTTP server

nbpalomino commented 6 years ago

Echo v3 on go-echo/echo fork is NOT in sync with main repo.