bixlabs / authentication

A module in Go for authentication
1 stars 0 forks source link

Bump github.com/gin-gonic/gin from 1.3.0 to 1.4.0 #19

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 5 years ago

Bumps github.com/gin-gonic/gin from 1.3.0 to 1.4.0.

Release notes *Sourced from [github.com/gin-gonic/gin's releases](https://github.com/gin-gonic/gin/releases).* > ## v1.4.0 > ## Feature > > - [NEW] Support for [Go Modules](https://github.com/golang/go/wiki/Modules) [#1569](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1569) > - [NEW] Refactor of form mapping multipart requesta [#1829](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1829) > - [NEW] Supporting file binding [#1264](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1264) > - [NEW] Add support for mapping arrays [#1797](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1797) > - [NEW] Make context.Keys available as LogFormatterParams [#1779](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1779) > - [NEW] Use internal/json for Marshal/Unmarshal [#1791](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1791) > - [NEW] Support mapping time.Duration [#1794](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1794) > - [NEW] Refactor form mappings [#1749](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1749) > - [NEW] Added flag to context.Stream indicates if client disconnected in middle of stream [#1252](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1252) > - [NEW] Extend context.File to allow for the content-dispositon attachments via a new method context.Attachment [#1260](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1260) > - [NEW] Add prefix from X-Forwarded-Prefix in redirectTrailingSlash [#1238](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1238) > - [NEW] Add context.HandlerNames() [#1729](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1729) > - [NEW] Add response size to LogFormatterParams [#1752](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1752) > - [NEW] Allow ignoring field on form mapping [#1733](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1733) > - [NEW] Add a function to force color in console output. [#1724](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1724) > - [NEW] Binding for URL Params [#1694](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1694) > - [NEW] Add LoggerWithFormatter method [#1677](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1677) > - [NEW] RunFd method to run http.Server through a file descriptor [#1609](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1609) > - [NEW] Yaml binding support [#1618](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1618) > - [NEW] Add PureJSON renderer [#694](https://github-redirect.dependabot.com/gin-gonic/gin/pull/694) > - [NEW] Set default time format in form binding [#1487](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1487) > - [NEW] Upgrade dependency libraries [#1491](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1491) > > ## Bug fix > > - [FIX] Truncate Latency precision in long running request [#1830](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1830) > - [FIX] IsTerm flag should not be affected by DisableConsoleColor method. [#1802](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1802) > - [FIX] Readme updates [#1793](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1793) [#1788](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1788) [1789](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1789) > - [FIX] StaticFS: Fixed Logging two log lines on 404. [#1805](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1805), [#1804](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1804) > - [FIX] Moved [examples](https://github.com/gin-gonic/examples) to stand alone Repo [#1775](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1775) > - [FIX] Support HTTP content negotiation wildcards [#1112](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1112) > - [FIX] Pass MaxMultipartMemory when FormFile is called [#1600](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1600) > - [FIX] LoadHTML* tests [#1559](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1559) > - [FIX] Removed use of sync.pool from HandleContext [#1565](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1565) > - [FIX] Format output log to os.Stderr [#1571](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1571) > - [FIX] Make logger use a yellow background and a darkgray text for legibility [#1570](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1570) > - [FIX] Remove sensitive request information from panic log. [#1370](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1370) > - [FIX] log.Println() does not print timestamp [#829](https://github-redirect.dependabot.com/gin-gonic/gin/pull/829) [#1560](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1560) > - [FIX] Add missing copyright and update if/else [#1497](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1497) > - [FIX] Update msgpack usage [#1498](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1498) > - [FIX] Use protobuf on render [#1496](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1496) > - [FIX] Add support for Protobuf format response [#1479](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1479) > - [FIX] Add BindXML and ShouldBindXML [#1485](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1485) > - [FIX] CI testing updates [#1671](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1671) [#1670](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1670) [#1682](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1682) [#1669](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1669) > - [FIX] StaticFS(): Send 404 when path does not exist [#1663](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1663) > - [FIX] Handle nil body for JSON binding [#1638](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1638) > - [FIX] Support bind uri param [#1612](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1612) > ... (truncated)
Changelog *Sourced from [github.com/gin-gonic/gin's changelog](https://github.com/gin-gonic/gin/blob/master/CHANGELOG.md).* > ### Gin 1.4.0 > > - [NEW] Support for [Go Modules](https://github.com/golang/go/wiki/Modules) [#1569](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1569) > - [NEW] Refactor of form mapping multipart request [#1829](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1829) > - [FIX] Truncate Latency precision in long running request [#1830](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1830) > - [FIX] IsTerm flag should not be affected by DisableConsoleColor method. [#1802](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1802) > - [NEW] Supporting file binding [#1264](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1264) > - [NEW] Add support for mapping arrays [#1797](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1797) > - [FIX] Readme updates [#1793](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1793) [#1788](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1788) [1789](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1789) > - [FIX] StaticFS: Fixed Logging two log lines on 404. [#1805](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1805), [#1804](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1804) > - [NEW] Make context.Keys available as LogFormatterParams [#1779](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1779) > - [NEW] Use internal/json for Marshal/Unmarshal [#1791](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1791) > - [NEW] Support mapping time.Duration [#1794](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1794) > - [NEW] Refactor form mappings [#1749](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1749) > - [NEW] Added flag to context.Stream indicates if client disconnected in middle of stream [#1252](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1252) > - [FIX] Moved [examples](https://github.com/gin-gonic/examples) to stand alone Repo [#1775](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1775) > - [NEW] Extend context.File to allow for the content-dispositon attachments via a new method context.Attachment [#1260](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1260) > - [FIX] Support HTTP content negotiation wildcards [#1112](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1112) > - [NEW] Add prefix from X-Forwarded-Prefix in redirectTrailingSlash [#1238](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1238) > - [FIX] context.Copy() race condition [#1020](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1020) > - [NEW] Add context.HandlerNames() [#1729](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1729) > - [FIX] Change color methods to public in the defaultLogger. [#1771](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1771) > - [FIX] Update writeHeaders method to use http.Header.Set [#1722](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1722) > - [NEW] Add response size to LogFormatterParams [#1752](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1752) > - [NEW] Allow ignoring field on form mapping [#1733](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1733) > - [NEW] Add a function to force color in console output. [#1724](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1724) > - [FIX] Context.Next() - recheck len of handlers on every iteration. [#1745](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1745) > - [FIX] Fix all errcheck warnings [#1739](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1739) [#1653](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1653) > - [NEW] context: inherits context cancellation and deadline from http.Request context for Go>=1.7 [#1690](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1690) > - [NEW] Binding for URL Params [#1694](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1694) > - [NEW] Add LoggerWithFormatter method [#1677](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1677) > - [FIX] CI testing updates [#1671](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1671) [#1670](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1670) [#1682](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1682) [#1669](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1669) > - [FIX] StaticFS(): Send 404 when path does not exist [#1663](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1663) > - [FIX] Handle nil body for JSON binding [#1638](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1638) > - [FIX] Support bind uri param [#1612](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1612) > - [FIX] recovery: fix issue with syscall import on google app engine [#1640](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1640) > - [FIX] Make sure the debug log contains line breaks [#1650](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1650) > - [FIX] Panic stack trace being printed during recovery of broken pipe [#1089](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1089) [#1259](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1259) > - [NEW] RunFd method to run http.Server through a file descriptor [#1609](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1609) > - [NEW] Yaml binding support [#1618](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1618) > - [FIX] Pass MaxMultipartMemory when FormFile is called [#1600](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1600) > - [FIX] LoadHTML* tests [#1559](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1559) > - [FIX] Removed use of sync.pool from HandleContext [#1565](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1565) > - [FIX] Format output log to os.Stderr [#1571](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1571) > - [FIX] Make logger use a yellow background and a darkgray text for legibility [#1570](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1570) > - [FIX] Remove sensitive request information from panic log. [#1370](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1370) > - [FIX] log.Println() does not print timestamp [#829](https://github-redirect.dependabot.com/gin-gonic/gin/pull/829) [#1560](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1560) > - [NEW] Add PureJSON renderer [#694](https://github-redirect.dependabot.com/gin-gonic/gin/pull/694) > - [FIX] Add missing copyright and update if/else [#1497](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1497) > - [FIX] Update msgpack usage [#1498](https://github-redirect.dependabot.com/gin-gonic/gin/pull/1498) > ... (truncated)
Commits - [`b75d67c`](https://github.com/gin-gonic/gin/commit/b75d67cd51eb53c3c3a2fc406524c940021ffbda) update vendor: ugorji/go ([#1879](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1879)) - [`b642568`](https://github.com/gin-gonic/gin/commit/b6425689dc657ad20762ada1591ebcc50f668c09) Clean the Request Path early ([#1817](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1817)) - [`66d2c30`](https://github.com/gin-gonic/gin/commit/66d2c30c54ff8042f5ae13d9ebb26dfe556561fe) binding: move tests of mapping to separate test file ([#1842](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1842)) - [`094f9a9`](https://github.com/gin-gonic/gin/commit/094f9a9105f8e7b971a01a64677eef5a1f7bcd9b) v1.4.0 + [#1631](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1631) (remove go1.6/go1,7 support) ([#1851](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1851)) - [`202f8fc`](https://github.com/gin-gonic/gin/commit/202f8fc58af47ab5c8e834662ee7fc46deacc37d) Fix a typo syscanll.SIGTERM -> syscall.SIGTERM ([#1868](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1868)) - [`11407e7`](https://github.com/gin-gonic/gin/commit/11407e73adb23e7ba4bf0fbdd02cc5336938a167) Fix spelling. ([#1861](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1861)) - [`f9de604`](https://github.com/gin-gonic/gin/commit/f9de6049cbf0820198708091e2b8e01696ec1473) Remove contents of the Authorization header while dumping requests ([#1836](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1836)) - [`ffcbe77`](https://github.com/gin-gonic/gin/commit/ffcbe77b1e6222b4e0e97eb1920adc1813fb2224) chore(readme): rollback readme ([#1846](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1846)) - [`2e915f4`](https://github.com/gin-gonic/gin/commit/2e915f4e5083995154f65a600c86582b5396d02a) refactor(form_mapping.go): mapping multipart request ([#1829](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1829)) - [`ce20f10`](https://github.com/gin-gonic/gin/commit/ce20f107f5dc498ec7489d7739541a25dcd48463) Truncate Latency precision in long running request ([#1830](https://github-redirect.dependabot.com/gin-gonic/gin/issues/1830)) - Additional commits viewable in [compare view](https://github.com/gin-gonic/gin/compare/v1.3.0...v1.4.0)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.