-
Notifications
You must be signed in to change notification settings - Fork 1
chore(deps): update deps #57
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #57 +/- ##
==========================================
+ Coverage 29.83% 30.36% +0.53%
==========================================
Files 47 47
Lines 1361 1337 -24
==========================================
Hits 406 406
+ Misses 926 902 -24
Partials 29 29
Continue to review full report at Codecov.
|
849410d to
666532f
Compare
666532f to
8ed7e17
Compare
457bda5 to
6bacee4
Compare
71b83ef to
d312737
Compare
c19281c to
6907a92
Compare
6907a92 to
ada7713
Compare
ada7713 to
3556bc7
Compare
|
3556bc7 to
cb059ff
Compare
be34cd1 to
2d9f67d
Compare
2d9f67d to
da95490
Compare
8d7e2e6 to
81cd083
Compare
a0bae60 to
0484961
Compare
0484961 to
bcb2717
Compare
bcb2717 to
e17138f
Compare
|
e17138f to
e05378c
Compare
e05378c to
6602879
Compare
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum |
6602879 to
c160b5f
Compare
This PR contains the following updates:
v0.6.1->v0.11.0v2.3.0->v2.6.0v1.5.0->v1.6.0v0.1.1->v0.1.2v1.12.1->v1.14.6v0.1.1->v0.1.2v0.1.0->v0.1.1v1.0.5->v1.0.8v1.2.0->v1.3.4feb996c->5a0337bv0.7.1->v0.7.7v0.17.0->v0.17.1v1.5.2->v1.6.0v1.6.0->v1.8.1v1.0.0->v1.1.3v1.6.1->v1.7.0v1.6.7->v1.7.0v1.14.0->v1.26.0v2.0.2-0.20191206192251-962b9abdec2b+incompatible->v2.1.0v1.15.0->v1.17.04c52546->84b48f8v2.3.0->v2.4.0Release Notes
getsentry/sentry-go
v0.11.0Compare Source
go docdocumentation (#344, #350, #351)(57123a40, #128, #338, #345, #346, #352, #353, #355)
NOTE:
This version drops support for Go 1.13. The currently supported Go versions are the last 3 stable releases: 1.14, 1.15 and 1.16.
Users of the tracing functionality (
StartSpan, etc) should upgrade to this version to benefit from separate rate limits for errors and transactions.There are no breaking changes and upgrading should be a smooth experience for all users.
v0.10.0Compare Source
Event.Extra(#329)v0.9.0Compare Source
NOTE:
This version introduces support for Sentry's Performance Monitoring.
The new tracing capabilities are beta, and we plan to expand them on future versions. Feedback is welcome, please open new issues on GitHub.
The
sentryhttppackage got better API docs, an updated usage example and support for creating automatic transactions as part of Performance Monitoring.v0.8.0Compare Source
NOTE:
This version comes with a few updates. Some examples and documentation have been
improved. We've bumped the supported version of the Iris framework to avoid
LGPL-licensed modules in the module dependency graph.
The
Exception.RawStacktraceandThread.RawStacktracefields have beenremoved to conform to Sentry's ingestion protocol, only
Exception.Stacktraceand
Thread.Stacktraceshould appear in user code.v0.7.0Compare Source
NOTE:
This version comes packed with several fixes and improvements and no breaking
changes.
Notably, there is a change in how the SDK reports file names in stack traces
that should resolve any ambiguity when looking at stack traces and using the
Suspect Commits feature.
We recommend all users to upgrade.
go-resty/resty
v2.6.0Compare Source
Release Notes
Features
Enhancements
General
v2.5.0Compare Source
Release Notes
Bug Fixes
v2.4.0Compare Source
Release Notes
Features
OnErrorhook that is called when a Resty request returns an error PR #398 @justenwalkerEnhancements
HeaderAuthorizationKeyin theClientstruct, it can be configured #387 PR #403 @jeevatkmSetPathParammethod inClientsndRequestfor setting single path param #402 PR #403 @jeevatkmhttp.NoBodywhen content length is settrueand request body is nil #395 PR #403 @moorereason @jeevatkmBug Fixes
Documentation
go-sql-driver/mysql
v1.6.0Compare Source
Major Release
NullTimeis deprecated (#960, #1144)See CHANGELOG.md for full details
gofiber/embed
v0.1.2Compare Source
v1.13.3gofiber/fiber
v1.14.6Compare Source
v2will be released on 15 September 2020!Please visit https://gofiber.io/v2 for more information.
v1.14.5Compare Source
This version will be the last tag before we release
v1.15.0, it contains breaking changes and I highly recommend reading the changelog gofiber/fiber#736 to prepare for the migration on 15 September 2020v1.14.4Compare Source
🩹 Fixes
MEM->PREFORKv1.14.3Compare Source
🧹 Updates
v1.16.0v0.0.10🩹 Fixes
v1.14.2Compare Source
🩹 Fixes
Versiontov1.14.2v1.14.1Compare Source
Somehow Go pkg cached the branch (
v1.14.0) that wasn't released, we had to tagv1.14.1that contains the master versionv1.13.3to avoid breaking changes.🩹 Fixes
@to param delimiter 🚀 Add @ to param delimiter gofiber/fiber#707v1.13.3Compare Source
⚠ Deprecated
app.Routes()will no longer be supported, to access routes from the stack, please use app.Stack()Nameis removed from the Route struct, did had no more purpose after we decided to compress our router stack in 🚀 compress same route's handler and sort routes when registering gofiber/fiber#651🔥 New
TimeFormattomiddleware.Logger🔥 Add logger middleware time zone support gofiber/fiber#652 ⏲ Optimize time zone support gofiber/fiber#654 @kallydev @Fenny🧹 Updates
🚀 Improvements
🩹 Fixes
BodyParsernot passing content-types with invalid charsets 🧉 Allow missing space in Content-Type's using BodyParser gofiber/fiber#655 🐛 BodyParser doesn't detect chartset content-types without spaces gofiber/fiber#650 @ReneWerner87 @Fennyv1.13.2Compare Source
v1.13.1Compare Source
🩹 Fixes
v1.13.0Compare Source
Special thanks to @kiyonlin, @ReneWerner87, @thomasvvugt for their input behind the scenes!
And I want to thank all the contributors for their awesome work, this community is awesome! ❤️
🔥 New
QueryParser is a method to parse query parameters into a struct.
🧹 Updates
v1.15.1-- 📦 Bump fasthttp v1.15.1 gofiber/fiber#620 @Fennytcp4ortcp6depending on the address input -- 🔌 Detect TCP protcol based on Addr gofiber/fiber#633 @FennyCorestoThreads-- 📀 Cores should be Threads gofiber/fiber#632 @Fenny-preforkflag is removed -- use prefork child env gofiber/fiber#580 @kiyonlinmethod,statusare supported by default inmiddleware.Logger()-- 🚀 Logger coloration gofiber/fiber#565 🐛 Fix reset color in Logger gofiber/fiber#607 Fix: #565 🖌 Add coloration in logger middleware gofiber/fiber#586 @YuilTripathee @Fenny🚀 Improvements
97.5%-- @kiyonlin🩹 Fixes
PPID->PIDfor master process -- Ppid2pid gofiber/fiber#582 @kiyonlinv1.12.6Compare Source
🔥 New
A method to determine if the current process is a result of Prefork and defines as a child process, this method can be useful when Prefork is enabled. 🚀 Detect Child Process gofiber/fiber#575 @Fenny
🧹 Updates
path.gocoverage 💯 improve path.go coverage gofiber/fiber#568 @kiyonlinctx.Send&ctx.SendBytesperformance Improve ctx.Send and ctx.SendBytes performance gofiber/fiber#567 @kiyonlin🩹 Fixes
ctx.Attachment()input 🐛 Escape fname gofiber/fiber#579 @Fenny @boolooper @abdshalehv1.12.5Compare Source
🔥 New
🧹 Updates
app.Listendocumentation 💡 Show possible signatures gofiber/fiber#561MethodNotAllowedprocess 🚀 Better performance for MethodNotAllowed process gofiber/fiber#563 @ReneWerner87🩹 Fixes
405forUsecases 🐛 405 is not responded when use middleware gofiber/fiber#556-prefork-childflag fromflag.Usage🐛 Fiber's flags are part of the printed usage gofiber/fiber#522 🩹 Improve flag handling gofiber/fiber#542 @doingodsworkv1.12.4Compare Source
🧹 Updates
🩹 Fixes
v1.12.3Compare Source
🔥 New
🧹 Updates
valyala/tcplisten&x/sys) gofiber/fiber@af474e2#diff-37aff102a57d3d7b797f152915a6dc16🩹 Fixes
127.0.0.1if left empty gofiber/fiber@0daee4cv1.12.2Compare Source
🔥 New
🧹 Updates
gofiber/utils v0.0.9🩹 Fixes
SendFile304 cache behaviour 🤔 SendFile should send a 304? gofiber/fiber#516gofiber/recover
v0.1.2Compare Source
v1.13.3gofiber/requestid
v0.1.1Compare Source
v1.13.3jarcoal/httpmock
v1.0.8Compare Source
New feature:
ResponderFromMultipleResponses()thanks to @c-rousselEnjoy!
v1.0.7Compare Source
New feature:
Filetype allowing to easily serve files contentsFix:
GetCallCountInfo()thanks to @swithekMisc:
Enjoy!
v1.0.6Compare Source
Responder generated by httpmock can now be used concurrently — #93 reported by @ascherkus
jmoiron/sqlx
v1.3.4Compare Source
v1.3.3Compare Source
v1.3.2Compare Source
v1.3.1Compare Source
v1.3.0Compare Source
mailru/easyjson
v0.7.7Compare Source
v0.7.6Compare Source
v0.7.3Compare Source
v0.7.2Compare Source
markbates/pkger
v0.17.1Compare Source
Changelog
0273362Merge pull request #102 from requaos/requaos/gziprussross/blackfriday
v1.6.0Compare Source
A minor release, delivering minor fixes since the last release, and resolving ambiguity in the README about the import path for blackfriday v2:
github.com/russross/blackfriday/v2as the canonical import path for blackfriday v2. (Issue #587)HTML_NOOPENER_LINKSHTML renderer option. (Issue #459, PR #570)sirupsen/logrus
v1.8.1Compare Source
v1.8.0Compare Source
Correct versioning number replacing v1.7.1
v1.7.1Compare Source
Code quality:
Fixes:
Features:
v1.7.0Compare Source
<LogLevel>Fn()functions have been addedspf13/cobra
v1.1.3Compare Source
v1.1.2Compare Source
Notable Changes
v1.1.1Compare Source
v1.1.0Compare Source
Notable Changes
cmd.DisableAutoGenTag = true(#1104) @jpmcbstretchr/testify
v1.7.0Compare Source
Minor feature improvements and bug fixes
swaggo/swag
v1.7.0Compare Source
Changelog
ee29e2bAdd go.mod to example/celler (#838)031a42dOptional second parameter when using object in swaggertype (#844)e18fc86Release swag for Linux/ARM64 (#842)7fdbe7aUpdate dep latest github.com/swagger/gin-swagger (#819)2ca4d38Update dependencies and fix tests (#835)62e4d9bUpdate go.mod (#839)a4053fbchore: release v1.7.0 (#849)09f9621feature: support default response, use comma-separated codes to add a… (#837)c9056f0issue-503: added type map in example value (#683)3d083d3refactor: remove dependency on gin (#800)3f47d68update dep latest swaggo/gin-swagger (#825)88888c5upgrade spec package and simplify code (#836)v1.6.9Compare Source
Changelog
e17fed4Add support for x-tokenname in oauth2 specs (#791)466d9e6chore: fix wrong verison showed (#813)eeae42ffix: Update CLI flags docs (#811)v1.6.8Compare Source
Changelog
6a59a20Add ability to set 'swaggerignore' on embedded fields (#779)366e536Add operationId uniqueness check (#732)542e932Correct typos in README (#773)cbfd47bDon't generate docs for nested structs without fields (#752)e769bbeFix typos in maximum/minimum attributes (#762)1889a3aIgnore swag file from root dir only (#775)33e4ac3chore(travis): support go1.15 (#787)b712c54feat: add parse depth flag (#766)3ce6eb2feat: generate formData params via go struct (#770)a72dff0fix README_zh-CN typo (#744)01fb318fix x-logo vendor extension & parse x-codeSamples from files (#760)d8893d0fix: don't generate license field if it's empty (#768)940d072fix: fmt check lint (#740)6937d1cfix: honor x-order while sorting query parameters (#806)4a18bc9fix: primitive type of param in body; use const string for type (#734)80b6894fix: replace unsupported and vulnerable satori/go.uuid with gofrs/uuid (#798)b28321dparseDepth flag readme (#769)1868a02readme: add absent annotation (#733)c5fb1a1refactor: fix more than one models have the same the from different packages (#736)67cb097refactor: build spec.Schema; parse object in request (#728)ec7a5eestable renaming to fix issue #745; uncapitalize tow members of parser (#746)valyala/fasthttp
v1.26.0Compare Source
6233fbcFix header .Add functions (#1036) (Erik Dubbelboer)5bb5cfcRemove unused peekRawHeader (Erik Dubbelboer)7d13e18Add Request.TLS and try to avoid a new alloc if Request.Header is already allocated (#1034) (Sergio Andrés Virviescas Santana)b433ecfMake sure to reset the userValues always and at the exact time (#1027) (Sergio Andrés Virviescas Santana)a18c632Fix cookie panic (Erik Dubbelboer)f3e4118Don't recommend Go 1.13 (Erik Dubbelboer)v1.25.0Compare Source
fa3e5d8Run test with go 1.16.X (#1028) (Sergio Andrés Virviescas Santana)ffa0cabUse proper content-type when it is not present (#1023) (MoreFreeze)04cde74feature: add ConvertRequest func (#1024) (Nícolas Barbosa)5898006Upgrade dependencies and tidy (#1029) (Sergio Andrés Virviescas Santana)097fa05Fix ignoreBody still set content length (#1022) (MoreFreeze)b2f111bFix(adaptor): Fixed an issue where the adapter did not convert all (#1021) (Juan Chan)19fcd40Fix chunked streaming (#1015) (Roman Khimov)v1.24.0Compare Source
620f0c8Add option for middleware to set custom remote address (#1009) (Lauris BH)894272eFix golangci-lint action (#1010) (Lauris BH)v1.23.0Compare Source
2a6f7dbAdding support for securing error logs (#1001) (Daniel Firsht)e61c9d5Improve Client/HostClient pooling when many HostClient structs created and removed during program execution (#1000) (Mikhail Faraponov)a583006Use bytes.IndexByte instead of bytes.Index for single byte lookup (#999) (Mike Faraponov)860c345Fix unexpected panic when calling Do of a PipelineClient (#997) (blanet)0cd7349ImmediateHeaderFlush when no body (#995) (Vladimir Shteinman)02e0722Add PipelineClient name (#994) (kiyon)1a7995bformat err info (#989) (peakle)f40ea7eImprove socks proxy (#990) (kiyon)34fa9a6Add DisableHeaderNamesNormalizing to PipelineClient (#991) (kiyon)v1.22.0Compare Source
4637395Update deps (Erik Dubbelboer)c3cd5e1Export HostClient.connsCount ([#981](https://github.com/valyala/fasthttp/isConfiguration
📅 Schedule: "on the 15th day of the month" in timezone Asia/Shanghai.
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by WhiteSource Renovate. View repository job log here.