Last release 2 years ago
no release in 18 months
Ships fairly regularly
a new release about every 4 months
Nearly every release is documented
notes for 60 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
184 releases · first in 2016
Release timeline
184 releases since 201620182020202220242026
Releases
- v1.9.13-0.20180424090133-f1691ac0ddc624 Apr 2018pre-release
Nothing published for this version
- v1.9.1221 Apr 2018
- v1.9.1127 Jan 2018
- v1.9.1018 Jan 2018
Release notes2 sources agree
Open source →Changed:
- Add Referer and Origin header to log.
- Add gRPC midddleware.
- v1.9.916 Jan 2018
- v1.9.811 Jan 2018
- v1.9.78 Jan 2018
Release notes2 sources agree
Open source →Changed:
- Add status code 499 ClientClosedRequest and use it for context canceled error.
- v1.9.626 Dec 2017
- v1.9.517 Dec 2017
Release notes2 sources agree
Open source →Fixed:
- Make ctx.ParseBody support application/jrd+json, application/jose+json and so on.
- v1.9.416 Dec 2017
- v1.9.315 Dec 2017
- v1.9.224 Nov 2017
Release notes2 sources agree
Open source →Changed:
- Add HTTP Status code 103 Early Hints.
Fixed:
- Fix CORS middleware.
- v1.9.118 Nov 2017
- v1.9.015 Nov 2017
- v1.8.1013 Nov 2017
Release notes2 sources agree
Open source →Changed:
- Add Decompress function; ctx.ParseBody support compress content.
- v1.8.97 Nov 2017
Release notes2 sources agree
Open source →Changed:
- Some methods of App, Router, and Logger return itself for chain-style.
- v1.8.820 Oct 2017
- v1.8.71 Oct 2017
- v1.8.619 Sept 2017
- v1.8.57 Sept 2017
- v1.8.426 Aug 2017
- v1.8.312 Aug 2017
- v1.8.211 Aug 2017
- v1.8.18 Aug 2017
- v1.8.06 Aug 2017
Release notes2 sources agree
Open source →Changed:
- Change ctx.Get to ctx.GetHeader; Change ctx.Set to ctx.SetHeader.
- v1.7.136 Aug 2017
- v1.7.1230 Jul 2017
- v1.7.1127 Jul 2017
- v1.7.1019 Jul 2017
- v1.7.919 Jul 2017
- v1.7.818 Jul 2017
Release notes2 sources agree
Open source →Changed:
- Update logging middleware: print time with brackets.
- v1.7.79 Jul 2017
Release notes2 sources agree
Open source →Changed:
- Update defaultHeaderFilterReg for error response.
- Make end-hooks running in defer func.
- v1.7.7-0.20170626152503-bcbba8cf6ce926 Jun 2017pre-release
Nothing published for this version
- v1.7.617 Jun 2017
Release notes2 sources agree
Open source →Changed:
- Add a QUIC example.
Fixed:
- Fix logging's development consume function.
- v1.7.516 Jun 2017
Release notes2 sources agree
Open source →Changed:
- Add gear.LoggerFilterWriter to filter unnecessary server errors.
- v1.7.414 Jun 2017
- v1.7.310 Jun 2017
- v1.7.26 Jun 2017
- v1.7.11 Jun 2017
Release notes2 sources agree
Open source →Changed:
- Change development logger format to "Common Log Format".
- v1.7.027 May 2017
- v1.6.223 May 2017
- v1.6.122 May 2017
- v1.6.020 May 2017
Release notes2 sources agree
Open source →Changed:
- Run "end hooks" in a goroutine, in order to not block current process.
- v1.5.319 May 2017
Release notes2 sources agree
Open source →Changed:
- Add
Error.WithStack(skip ...int) *ErrorandError.WithMsgf(format string, args ...any) *Error.
- Add
- v1.5.218 May 2017
- v1.5.14 May 2017
- v1.5.03 May 2017
Release notes2 sources agree
Open source →Changed:
- Add
ctx.ParseURL(body BodyTemplate)method. - Change
gear.FormToStruct(map[string][]string, any) errortogear.ValuesToStruct(map[string][]string, any, string) error gear.ValuesToStructsupport pointer fields, soctx.ParseURLandctx.ParseBodysupport pointer fields too.
- Add
- v1.4.326 Apr 2017
- v1.4.225 Apr 2017
- v1.4.124 Apr 2017
- v1.4.023 Apr 2017
- v1.3.112 Apr 2017
Release notes2 sources agree
Open source →Changed:
- Ignore
"context canceled"error. - Add more examples.
- Ignore
- v1.3.028 Mar 2017
Release notes2 sources agree
Open source →Changed:
- Support Form body parse.
- Improve project structure.
- v1.2.019 Mar 2017
Release notes2 sources agree
Open source →Changed:
- Add
Response.Status(),Response.Type(). Context.StatusandContext.Typewill not return value now.
- Add
- v1.1.315 Mar 2017
- v1.1.214 Mar 2017
Release notes2 sources agree
Open source →Fixed:
- Fix Logging middleware https://github.com/teambition/gear/pull/19 .
Changed:
- Add more document.
- v1.1.111 Mar 2017
Release notes2 sources agree
Open source →Changed:
- Change default BodyParser's
MaxBytesto2MB. - Add more document.
- Change default BodyParser's
- v1.1.08 Mar 2017
Release notes2 sources agree
Open source →Changed:
- Simplify ctx.Timing method:
func (*Context) Timing(time.Duration, fn func(context.Context)) error
- Simplify ctx.Timing method:
- v1.0.58 Mar 2017
Release notes2 sources agree
Open source →Fixed:
- Fix CORS middleware https://github.com/teambition/gear/pull/17 .
- v1.0.45 Mar 2017
Release notes2 sources agree
Open source →Fixed:
- Fix logging middleware that should init structured log when start.