Skip to content
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.

Update module gin-gonic/gin to v1.5.0 #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 25, 2019

This PR contains the following updates:

Package Type Update Change
github.com/gin-gonic/gin require minor v1.4.0 -> v1.5.0

Release Notes

gin-gonic/gin

v1.5.0

Compare Source

  • [FIX] Use DefaultWriter and DefaultErrorWriter for debug messages #​1891
  • [NEW] Now you can parse the inline lowercase start structure #​1893
  • [FIX] Some code improvements #​1909
  • [FIX] Use encode replace json marshal increase json encoder speed #​1546
  • [NEW] Hold matched route full path in the Context #​1826
  • [FIX] Fix context.Params race condition on Copy() #​1841
  • [NEW] Add context param query cache #​1450
  • [FIX] Improve GetQueryMap performance #​1918
  • [FIX] Improve get post data #​1920
  • [FIX] Use context instead of x/net/context #​1922
  • [FIX] Attempt to fix PostForm cache bug #​1931
  • [NEW] Add support of multipart multi files #​1949
  • [NEW] Support bind http header param #​1957
  • [FIX] Drop support for go1.8 and go1.9 #​1933
  • [FIX] Bugfix for the FullPath feature #​1919
  • [FIX] Gin1.5 bytes.Buffer to strings.Builder #​1939
  • [FIX] Upgrade github.com/ugorji/go/codec #​1969
  • [NEW] Support bind unix time #​1980
  • [FIX] Simplify code #​2004
  • [NEW] Support negative Content-Length in DataFromReader #​1981
  • [FIX] Identify terminal on a RISC-V architecture for auto-colored logs #​2019
  • [BREAKING] Context.JSONP() now expects a semicolon (;) at the end #​2007
  • [BREAKING] Upgrade default binding.Validator to v9 (see its changelog) #​1015
  • [NEW] Add DisallowUnknownFields() in Context.BindJSON() #​2028
  • [NEW] Use specific net.Listener with Engine.RunListener() #​2023
  • [FIX] Fix some typo #​2079 #​2080
  • [FIX] Relocate binding body tests #​2086
  • [FIX] Use Writer in Context.Status #​1606
  • [FIX] Engine.RunUnix() now returns the error if it can't change the file mode #​2093
  • [FIX] RouterGroup.StaticFS() leaked files. Now it closes them. #​2118
  • [FIX] Context.Request.FormFile leaked file. Now it closes it. #​2114
  • [FIX] Ignore walking on form:"-" mapping #​1943

Renovate configuration

📅 Schedule: "before 3am on Monday" (UTC).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or if you modify the PR title to begin with "rebase!".

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

Newsflash: Renovate has joined WhiteSource, and is now free for all use. Learn more or view updated terms and privacy policies.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 25, 2019
@renovate renovate bot force-pushed the renovate/github.com-gin-gonic-gin-1.x branch 28 times, most recently from b130223 to a17be21 Compare November 26, 2019 14:26
@renovate renovate bot force-pushed the renovate/github.com-gin-gonic-gin-1.x branch 28 times, most recently from 654a13f to ac9be60 Compare December 6, 2019 15:33
@renovate renovate bot force-pushed the renovate/github.com-gin-gonic-gin-1.x branch from ac9be60 to ade3d2c Compare December 6, 2019 16:34
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants