-
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.0
v2.3.0
->v2.6.0
v1.5.0
->v1.6.0
v0.1.1
->v0.1.2
v1.12.1
->v1.14.6
v0.1.1
->v0.1.2
v0.1.0
->v0.1.1
v1.0.5
->v1.0.8
v1.2.0
->v1.3.4
feb996c
->5a0337b
v0.7.1
->v0.7.7
v0.17.0
->v0.17.1
v1.5.2
->v1.6.0
v1.6.0
->v1.8.1
v1.0.0
->v1.1.3
v1.6.1
->v1.7.0
v1.6.7
->v1.7.0
v1.14.0
->v1.26.0
v2.0.2-0.20191206192251-962b9abdec2b+incompatible
->v2.1.0
v1.15.0
->v1.17.0
4c52546
->84b48f8
v2.3.0
->v2.4.0
Release Notes
getsentry/sentry-go
v0.11.0
Compare Source
go doc
documentation (#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.0
Compare Source
Event.Extra
(#329)v0.9.0
Compare 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
sentryhttp
package got better API docs, an updated usage example and support for creating automatic transactions as part of Performance Monitoring.v0.8.0
Compare 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.RawStacktrace
andThread.RawStacktrace
fields have beenremoved to conform to Sentry's ingestion protocol, only
Exception.Stacktrace
and
Thread.Stacktrace
should appear in user code.v0.7.0
Compare 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.0
Compare Source
Release Notes
Features
Enhancements
General
v2.5.0
Compare Source
Release Notes
Bug Fixes
v2.4.0
Compare Source
Release Notes
Features
OnError
hook that is called when a Resty request returns an error PR #398 @justenwalkerEnhancements
HeaderAuthorizationKey
in theClient
struct, it can be configured #387 PR #403 @jeevatkmSetPathParam
method inClient
sndRequest
for setting single path param #402 PR #403 @jeevatkmhttp.NoBody
when content length is settrue
and request body is nil #395 PR #403 @moorereason @jeevatkmBug Fixes
Documentation
go-sql-driver/mysql
v1.6.0
Compare Source
Major Release
NullTime
is deprecated (#960, #1144)See CHANGELOG.md for full details
gofiber/embed
v0.1.2
Compare Source
v1.13.3
gofiber/fiber
v1.14.6
Compare Source
v2
will be released on 15 September 2020!Please visit https://gofiber.io/v2 for more information.
v1.14.5
Compare 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.4
Compare Source
🩹 Fixes
MEM
->PREFORK
v1.14.3
Compare Source
🧹 Updates
v1.16.0
v0.0.10
🩹 Fixes
v1.14.2
Compare Source
🩹 Fixes
Version
tov1.14.2
v1.14.1
Compare Source
Somehow Go pkg cached the branch (
v1.14.0
) that wasn't released, we had to tagv1.14.1
that contains the master versionv1.13.3
to avoid breaking changes.🩹 Fixes
@
to param delimiter 🚀 Add @ to param delimiter gofiber/fiber#707v1.13.3
Compare Source
⚠ Deprecated
app.Routes()
will no longer be supported, to access routes from the stack, please use app.Stack()Name
is 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
TimeFormat
tomiddleware.Logger
🔥 Add logger middleware time zone support gofiber/fiber#652 ⏲ Optimize time zone support gofiber/fiber#654 @kallydev @Fenny🧹 Updates
🚀 Improvements
🩹 Fixes
BodyParser
not 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.2
Compare Source
v1.13.1
Compare Source
🩹 Fixes
v1.13.0
Compare 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 @Fennytcp4
ortcp6
depending on the address input -- 🔌 Detect TCP protcol based on Addr gofiber/fiber#633 @FennyCores
toThreads
-- 📀 Cores should be Threads gofiber/fiber#632 @Fenny-prefork
flag is removed -- use prefork child env gofiber/fiber#580 @kiyonlinmethod
,status
are 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
->PID
for master process -- Ppid2pid gofiber/fiber#582 @kiyonlinv1.12.6
Compare 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.go
coverage 💯 improve path.go coverage gofiber/fiber#568 @kiyonlinctx.Send
&ctx.SendBytes
performance Improve ctx.Send and ctx.SendBytes performance gofiber/fiber#567 @kiyonlin🩹 Fixes
ctx.Attachment()
input 🐛 Escape fname gofiber/fiber#579 @Fenny @boolooper @abdshalehv1.12.5
Compare Source
🔥 New
🧹 Updates
app.Listen
documentation 💡 Show possible signatures gofiber/fiber#561MethodNotAllowed
process 🚀 Better performance for MethodNotAllowed process gofiber/fiber#563 @ReneWerner87🩹 Fixes
405
forUse
cases 🐛 405 is not responded when use middleware gofiber/fiber#556-prefork-child
flag fromflag.Usage
🐛 Fiber's flags are part of the printed usage gofiber/fiber#522 🩹 Improve flag handling gofiber/fiber#542 @doingodsworkv1.12.4
Compare Source
🧹 Updates
🩹 Fixes
v1.12.3
Compare Source
🔥 New
🧹 Updates
valyala/tcplisten
&x/sys
) gofiber/fiber@af474e2#diff-37aff102a57d3d7b797f152915a6dc16🩹 Fixes
127.0.0.1
if left empty gofiber/fiber@0daee4cv1.12.2
Compare Source
🔥 New
🧹 Updates
gofiber/utils v0.0.9
🩹 Fixes
SendFile
304 cache behaviour 🤔 SendFile should send a 304? gofiber/fiber#516gofiber/recover
v0.1.2
Compare Source
v1.13.3
gofiber/requestid
v0.1.1
Compare Source
v1.13.3
jarcoal/httpmock
v1.0.8
Compare Source
New feature:
ResponderFromMultipleResponses()
thanks to @c-rousselEnjoy!
v1.0.7
Compare Source
New feature:
File
type allowing to easily serve files contentsFix:
GetCallCountInfo()
thanks to @swithekMisc:
Enjoy!
v1.0.6
Compare Source
Responder generated by httpmock can now be used concurrently — #93 reported by @ascherkus
jmoiron/sqlx
v1.3.4
Compare Source
v1.3.3
Compare Source
v1.3.2
Compare Source
v1.3.1
Compare Source
v1.3.0
Compare Source
mailru/easyjson
v0.7.7
Compare Source
v0.7.6
Compare Source
v0.7.3
Compare Source
v0.7.2
Compare Source
markbates/pkger
v0.17.1
Compare Source
Changelog
0273362
Merge pull request #102 from requaos/requaos/gziprussross/blackfriday
v1.6.0
Compare 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/v2
as the canonical import path for blackfriday v2. (Issue #587)HTML_NOOPENER_LINKS
HTML renderer option. (Issue #459, PR #570)sirupsen/logrus
v1.8.1
Compare Source
v1.8.0
Compare Source
Correct versioning number replacing v1.7.1
v1.7.1
Compare Source
Code quality:
Fixes:
Features:
v1.7.0
Compare Source
<LogLevel>Fn()
functions have been addedspf13/cobra
v1.1.3
Compare Source
v1.1.2
Compare Source
Notable Changes
v1.1.1
Compare Source
v1.1.0
Compare Source
Notable Changes
cmd.DisableAutoGenTag = true
(#1104) @jpmcbstretchr/testify
v1.7.0
Compare Source
Minor feature improvements and bug fixes
swaggo/swag
v1.7.0
Compare Source
Changelog
ee29e2b
Add go.mod to example/celler (#838)031a42d
Optional second parameter when using object in swaggertype (#844)e18fc86
Release swag for Linux/ARM64 (#842)7fdbe7a
Update dep latest github.com/swagger/gin-swagger (#819)2ca4d38
Update dependencies and fix tests (#835)62e4d9b
Update go.mod (#839)a4053fb
chore: release v1.7.0 (#849)09f9621
feature: support default response, use comma-separated codes to add a… (#837)c9056f0
issue-503: added type map in example value (#683)3d083d3
refactor: remove dependency on gin (#800)3f47d68
update dep latest swaggo/gin-swagger (#825)88888c5
upgrade spec package and simplify code (#836)v1.6.9
Compare Source
Changelog
e17fed4
Add support for x-tokenname in oauth2 specs (#791)466d9e6
chore: fix wrong verison showed (#813)eeae42f
fix: Update CLI flags docs (#811)v1.6.8
Compare Source
Changelog
6a59a20
Add ability to set 'swaggerignore' on embedded fields (#779)366e536
Add operationId uniqueness check (#732)542e932
Correct typos in README (#773)cbfd47b
Don't generate docs for nested structs without fields (#752)e769bbe
Fix typos in maximum/minimum attributes (#762)1889a3a
Ignore swag file from root dir only (#775)33e4ac3
chore(travis): support go1.15 (#787)b712c54
feat: add parse depth flag (#766)3ce6eb2
feat: generate formData params via go struct (#770)a72dff0
fix README_zh-CN typo (#744)01fb318
fix x-logo vendor extension & parse x-codeSamples from files (#760)d8893d0
fix: don't generate license field if it's empty (#768)940d072
fix: fmt check lint (#740)6937d1c
fix: honor x-order while sorting query parameters (#806)4a18bc9
fix: primitive type of param in body; use const string for type (#734)80b6894
fix: replace unsupported and vulnerable satori/go.uuid with gofrs/uuid (#798)b28321d
parseDepth flag readme (#769)1868a02
readme: add absent annotation (#733)c5fb1a1
refactor: fix more than one models have the same the from different packages (#736)67cb097
refactor: build spec.Schema; parse object in request (#728)ec7a5ee
stable renaming to fix issue #745; uncapitalize tow members of parser (#746)valyala/fasthttp
v1.26.0
Compare Source
6233fbc
Fix header .Add functions (#1036) (Erik Dubbelboer)5bb5cfc
Remove unused peekRawHeader (Erik Dubbelboer)7d13e18
Add Request.TLS and try to avoid a new alloc if Request.Header is already allocated (#1034) (Sergio Andrés Virviescas Santana)b433ecf
Make sure to reset the userValues always and at the exact time (#1027) (Sergio Andrés Virviescas Santana)a18c632
Fix cookie panic (Erik Dubbelboer)f3e4118
Don't recommend Go 1.13 (Erik Dubbelboer)v1.25.0
Compare Source
fa3e5d8
Run test with go 1.16.X (#1028) (Sergio Andrés Virviescas Santana)ffa0cab
Use proper content-type when it is not present (#1023) (MoreFreeze)04cde74
feature: add ConvertRequest func (#1024) (Nícolas Barbosa)5898006
Upgrade dependencies and tidy (#1029) (Sergio Andrés Virviescas Santana)097fa05
Fix ignoreBody still set content length (#1022) (MoreFreeze)b2f111b
Fix(adaptor): Fixed an issue where the adapter did not convert all (#1021) (Juan Chan)19fcd40
Fix chunked streaming (#1015) (Roman Khimov)v1.24.0
Compare Source
620f0c8
Add option for middleware to set custom remote address (#1009) (Lauris BH)894272e
Fix golangci-lint action (#1010) (Lauris BH)v1.23.0
Compare Source
2a6f7db
Adding support for securing error logs (#1001) (Daniel Firsht)e61c9d5
Improve Client/HostClient pooling when many HostClient structs created and removed during program execution (#1000) (Mikhail Faraponov)a583006
Use bytes.IndexByte instead of bytes.Index for single byte lookup (#999) (Mike Faraponov)860c345
Fix unexpected panic when calling Do of a PipelineClient (#997) (blanet)0cd7349
ImmediateHeaderFlush when no body (#995) (Vladimir Shteinman)02e0722
Add PipelineClient name (#994) (kiyon)1a7995b
format err info (#989) (peakle)f40ea7e
Improve socks proxy (#990) (kiyon)34fa9a6
Add DisableHeaderNamesNormalizing to PipelineClient (#991) (kiyon)v1.22.0
Compare Source
4637395
Update deps (Erik Dubbelboer)c3cd5e1
Export 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.