Posts in 2020
  • Gin 1.6.0 is released

    Sunday, March 22, 2020 in Releases

    CHANGELOG BREAKING chore(performance): Improve performance for adding RemoveExtraSlash flag #2159 drop support govendor #2148 Added support for SameSite cookie flag #1615 FEATURES add yaml negotitation #2220 FileFromFS #2112 BUGFIXES Unix Socket …

    Read more

Posts in 2019
  • Gin 1.5.0 is released

    Thursday, November 28, 2019 in Releases

    CHANGELOG Feature [NEW] Now you can parse the inline lowercase start structure #1893 [NEW] [Break-Backward] Hold matched route full path in the Context #1826 [NEW] Add context param query cache #1450 [NEW] Add support of multipart multi files #1949 …

    Read more

  • Gin 1.4.0 is released

    Wednesday, May 08, 2019 in Releases

    CHANGELOG Feature [NEW] Support for Go Modules #1569 [NEW] Refactor of form mapping multipart request #1829 [NEW] Supporting file binding #1264 [NEW] Add support for mapping arrays #1797 [NEW] Make context.Keys available as LogFormatterParams #1779 …

    Read more

  • How to build one effective middleware?

    Tuesday, February 26, 2019 in News

    Constituent parts The middleware has two parts: part one is what is executed once, when you initialize your middleware. That’s where you set up all the global objects, logicals etc. Everything that happens once per application lifetime. part …

    Read more

Posts in 2018
  • Gin 1.3.0 is released

    Tuesday, August 14, 2018 in Releases

    CHANGELOG [NEW] Add func (*Context) QueryMap, func (*Context) GetQueryMap, func (*Context) PostFormMap and func (*Context) GetPostFormMap to support type map[string]string as query string or form parameters, see #1383 [NEW] Add func (*Context) …

    Read more