Releases: savsgio/atreugo
Releases · savsgio/atreugo
v10.4.1
v10.4.0
- 03751eb Fix typos (#74) (Zry98)
- 79363b5 Add CORS middleware (Sergio Andres Virviescas Santana)
- 2c2f46d Refactor Router.init (Sergio Andres Virviescas Santana)
- d9dee9c Create FUNDING.yml (Sergio Andrés Virviescas Santana)
- ba104fa Pre-join the allow header value (Sergio Andres Virviescas Santana)
- 116159f Fix handle OPTIONS (Sergio Andres Virviescas Santana)
- 50fa9b3 Upgrade fasthttp to v1.9.0 and router to v0.6.1 (Sergio Andres Virviescas Santana)
- 67e4f3a Rename midddleware example folder (Sergio Andres Virviescas Santana)
- 3a9d2af Make config paramater of New() as not a pointer (Sergio Andres Virviescas Santana)
v10.3.0
IMPORTANT
The deprecated fields will be remove in version v11.0.0.
The new API is more flexible and reachable.
Migrate to the new functional API as soon as possible. Read the documentation or view examples to gets more information.
Unless it's not enough, create an issue and I try to help you.
Deprecated methods
- https://godoc.org/github.com/savsgio/atreugo#Router.PathWithFilters
- https://godoc.org/github.com/savsgio/atreugo#Router.RequestHandlerPathWithFilters
- https://godoc.org/github.com/savsgio/atreugo#Router.TimeoutPath
- https://godoc.org/github.com/savsgio/atreugo#Router.TimeoutPathWithFilters
- https://godoc.org/github.com/savsgio/atreugo#Router.TimeoutWithCodePath
- https://godoc.org/github.com/savsgio/atreugo#Router.TimeoutWithCodePathWithFilters
- https://godoc.org/github.com/savsgio/atreugo#Router.NetHTTPPathWithFilters
- https://godoc.org/github.com/savsgio/atreugo#Router.StaticWithFilters
- https://godoc.org/github.com/savsgio/atreugo#Router.ServeFileWithFilters
Deprecated types
- https://godoc.org/github.com/savsgio/atreugo#Filters
- https://godoc.org/github.com/savsgio/atreugo#StaticFS (Filters field)
** Do not worry about deprecated methods because the functionality is maintained
v10.2.0
- e641c48 Increase tests coverage to 100 (Sergio Andres Virviescas Santana)
- 438a36b Fix issue #65 (Sergio Andres Virviescas Santana)
- 1bcc083 Add Config.GlobalOPTIONS and Router.SaveMatchedRoutePath (Sergio Andres Virviescas Santana)
- 20b9b77 Add simple shortcuts GET, HEAD, OPTIONS, POST, PUT, PATCH and DELETE (Sergio Andres Virviescas Santana)
- 1809dd1 Upgrade router to v0.6.0 and minimal code refactor (Sergio Andres Virviescas Santana)
- a4119c4 Fix all issues of golangci-lint (Sergio Andres Virviescas Santana)
- 0f8a200 Lints: minimal set of fixes (#64) (Ran Tavory)
v10.1.0
- 625a108 Make the attachedCtxKey unique and random (Sergio Andres Virviescas Santana)
- 1eb348c Upgrade fasthttp to v1.8.0 and router to v0.5.5 (Sergio Andres Virviescas Santana)
- c5bcd7d Attach a context.Context to RequestCtx (Sergio Andres Virviescas Santana)
- 4c97d1e Reset next request flag when reset ctx (Sergio Andres Virviescas Santana)
- 1f04311 Upgrade json-iterator (Sergio Andres Virviescas Santana)
v10.0.0
- 0ed92e1 Upgrade to V10 due to change of license (Sergio Andres Virviescas Santana)
- 8e93759 CHANGED LICENSE TO APACHE 2.0 (Sergio Andrés Virviescas Santana)
- 62fd7c8 Merge pull request #53 from cyannuk/master (Sergio Andrés Virviescas Santana)
- 1b41c32 Fix error when router.errorView isn't assigned (Constantine Yannuk)
v9.0.1
v9.0.0
- a2311ce Upgrade to v9 (Sergio Andres Virviescas Santana)
- b7dfd3f Add ctx.SkipView and ctx.Next (Sergio Andres Virviescas Santana)
- Now middlewares will only return an error (Broken backwards compatibility with v8.X.X)
- 885b21f Register HeaderReceived config into fasthttp (Sergio Andres Virviescas Santana)
- 5f0b830 Add fasthttp HeaderReceived into config (Sergio Andres Virviescas Santana)
- 747b673 Enhancements about unix network listener (Sergio Andres Virviescas Santana)
- b0cfc42 Fix get_listener on windows (Sergio Andrés Virviescas Santana)
- 9a847de Upgrade fasthttp to v1.5.0, router to v0.5.1 and gotils (Sergio Andres Virviescas Santana)
- e4f7c0d Add methods to configure router options (Sergio Andres Virviescas Santana)
- 9eda56d Join Host and Port configuration into Addr field (Sergio Andres Virviescas Santana)
- Broken backwards compatibility with v8.X.X
- 74a099e Add go 1.13 support (Sergio Andres Virviescas Santana)
- 49352a9 Update install readme section (Sergio Andres Virviescas Santana)
- 7186bcd Add custom error response (Sergio Andres Virviescas Santana)
- c555280 Custom status code when returns an error (Sergio Andres Virviescas Santana)
- 27c5fe0 Static files will preprocess middlewares and allow filters (Sergio Andres Virviescas Santana)
v8.2.1
v8.2.0
- efb2d4e Fix docs (Sergio Andres Virviescas Santana)
- 1bae82c Fix go.sum (Sergio Andres Virviescas Santana)
- 2008acc Add docs to Router.StaticCustom and fixes (Sergio Andres Virviescas Santana)
- dcf5f40 Add Reuseport option in configuration (Sergio Andres Virviescas Santana)
- 55a4771 Move fasthttp configurations into Config struct and fixes (Sergio Andres Virviescas Santana)
- 1a57fa9 Add RequestHandlerPath (Sergio Andres Virviescas Santana)
- fd3bde7 Forbid copy Atreugo, Router and RequestCtx values (Sergio Andres Virviescas Santana)
- ad57af5 Add ListPaths and StaticCustom methods (Sergio Andres Virviescas Santana)
- f688213 Fix docs (Sergio Andres Virviescas Santana)
- 77f72fa Add NotFound, MethodNotAllowed and Panic configurable views (Sergio Andres Virviescas Santana)
- f08c9b2 Configuration for choose kind on network (Sergio Andres Virviescas Santana)
- 129d748 Fix typo (Sergio Andres Virviescas Santana)
- f919bd3 Add supported go versions in README (Sergio Andres Virviescas Santana)
- 53f2b18 Add feature overview to README (Sergio Andres Virviescas Santana)
- c872b32 Fix typo (Sergio Andres Virviescas Santana)
- 208c43a Improve documentation (Sergio Andres Virviescas Santana)