Skip to content

Releases: savsgio/atreugo

v10.4.1

27 Feb 08:25
Compare
Choose a tag to compare
  • 10f436c Fix #75 (Sergio Andres Virviescas Santana)

v10.4.0

24 Feb 22:26
03751eb
Compare
Choose a tag to compare
  • 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

30 Jan 12:53
Compare
Choose a tag to compare

v10.2.0

29 Jan 09:14
Compare
Choose a tag to compare
  • 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

15 Jan 08:13
Compare
Choose a tag to compare
  • 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

22 Nov 11:29
Compare
Choose a tag to compare
  • 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

10 Nov 13:52
Compare
Choose a tag to compare
  • 2b019d3 Upgrade fasthttp to v1.6.0 and router to v0.5.2 (Sergio Andres Virviescas Santana)
  • 68baf07 Remove unsed utils functions (Sergio Andres Virviescas Santana)
  • 806ad71 Fix typo (Philipp Gillé)

v9.0.0

25 Sep 11:28
Compare
Choose a tag to compare
  • 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

20 Aug 12:24
Compare
Choose a tag to compare
  • 2a32625 Fix doc.go (Sergio Andres Virviescas Santana)
  • 0df8a9f Fix group middlewares (Sergio Andres Virviescas Santana)

v8.2.0

18 Aug 22:02
Compare
Choose a tag to compare
  • 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)