Closed dependabot[bot] closed 5 months ago
Bumps the gomod-dependencies group with 12 updates in the /server directory:
0.17.2
0.18.7
25.0.4+incompatible
26.1.4+incompatible
1.7.0
1.7.2
1.9.1
1.10.0
5.11.0
5.12.0
0.19.0
0.19.1
1.5.1
1.5.2
1.3.5
1.4.0
0.11.3
0.11.4
1.19.0
1.19.1
1.25.7
1.25.10
1.29.3
1.30.0
Updates github.com/disgoorg/disgo from 0.17.2 to 0.18.7
github.com/disgoorg/disgo
Sourced from github.com/disgoorg/disgo's releases.
v0.18.7 What's Changed Fix stuck at mutex when reconnecting and error happens in Gateway.Open by @topi314 in disgoorg/disgo#361 Add member profiles automod rule by @sebm253 in disgoorg/disgo#256 Fix error when creating or updating global application command by @topi314 in https://github.com/disgoorg/disgo/commit/49119a66e2b5d1ce84426b76f374b9334106f8f1 Full Changelog: https://github.com/disgoorg/disgo/compare/v0.18.6...v0.18.7 v0.18.6 - Additions and fixes What's Changed Properly uncache members + scheduled events on guild delete by @sebm253 in https://github.com/disgoorg/disgo/commit/ee8814f359a640aea02255492cec30aabe0fb77c Handle group DMs (channels) by @sebm253 in disgoorg/disgo#360 Add Banner field to UserUpdate by @sebm253 in disgoorg/disgo#337 Add ConnectionTypeDomain and rename ConnectionTypeTwitter to ConnectionTypeX by @sebm253 in disgoorg/disgo#304 Add Type to EventMessageReactionAdd and EventMessageReactionRemove by @sebm253 in https://github.com/disgoorg/disgo/commit/9356c13378efbb877efb4cc5e6c20810255ade6c Add query params to channels.GetReactions by @sebm253 in disgoorg/disgo#301 Add guild onboarding + home audit log events by @sebm253 in disgoorg/disgo#258 Add InviteType by @sebm253 in disgoorg/disgo#327 Add InteractionGuild by @sebm253 in disgoorg/disgo#276 and https://github.com/disgoorg/disgo/commit/3599a10dcd526d2d7d790700b81cd13682d1d281 Add MessageCall by @sebm253 in https://github.com/disgoorg/disgo/commit/d20134531ace09313e1b8d16b9d516738593b543 Fix VoiceRegion.ID type by @MCausc78 in disgoorg/disgo#354 Populate CreatedAt in EventMessageUpdate by @sebm253 in https://github.com/disgoorg/disgo/commit/7bb8e17a64358b15d72cc860ecd2687287d48239 Breaking Changes ConnectionTypeTwitter has been renamed to ConnectionTypeX channels.GetReactions now accepts 3 new parameters: reactionType, after and before New Contributors @MCausc78 made their first contribution in disgoorg/disgo#354 Full Changelog: https://github.com/disgoorg/disgo/compare/v0.18.5...v0.18.6 v0.18.5 - Bug fix and more What's Changed Fix incorrect type of ID in PollAnswerCount by @mlnrDev in https://github.com/disgoorg/disgo/commit/791bf45ce709633184a471446328ca4f9efee63e Add one time purchase SKUs by @mlnrDev in disgoorg/disgo#351 Add Image to GuildScheduledEvent and GuildScheduledEventUpdate by @mlnrDev in https://github.com/disgoorg/disgo/commit/abe9a44eea19654b1b4d17defe560df2b867376a Full Changelog: https://github.com/disgoorg/disgo/compare/v0.18.4...v0.18.5 v0.18.4 - Consistency fix What's Changed Rename some PollCreateBuilder funcs for consistency by @mlnrDev in https://github.com/disgoorg/disgo/commit/3ff4973fd97f56d85bf0be05c2a25db393698653 Breaking Changes PollCreateBuilder.SetPollAnswers -> SetAnswers, PollCreateBuilder.AddPollAnswer -> AddAnswer Full Changelog: https://github.com/disgoorg/disgo/compare/v0.18.3...v0.18.4 v0.18.3 - Polls!
Gateway.Open
@topi314
@sebm253
Full Changelog: https://github.com/disgoorg/disgo/compare/v0.18.6...v0.18.7
Banner
UserUpdate
ConnectionTypeDomain
ConnectionTypeTwitter
ConnectionTypeX
Type
EventMessageReactionAdd
EventMessageReactionRemove
channels.GetReactions
InviteType
InteractionGuild
MessageCall
VoiceRegion.ID
@MCausc78
CreatedAt
EventMessageUpdate
reactionType
after
before
Full Changelog: https://github.com/disgoorg/disgo/compare/v0.18.5...v0.18.6
ID
PollAnswerCount
@mlnrDev
Image
GuildScheduledEvent
GuildScheduledEventUpdate
Full Changelog: https://github.com/disgoorg/disgo/compare/v0.18.4...v0.18.5
PollCreateBuilder
PollCreateBuilder.SetPollAnswers
SetAnswers
PollCreateBuilder.AddPollAnswer
AddAnswer
Full Changelog: https://github.com/disgoorg/disgo/compare/v0.18.3...v0.18.4
... (truncated)
49119a6
fd872a1
5bb14bb
3599a10
b81270a
d934f63
ee8814f
71cd768
9356c13
fbf9a5d
Updates github.com/docker/docker from 25.0.4+incompatible to 26.1.4+incompatible
github.com/docker/docker
Sourced from github.com/docker/docker's releases.
v26.1.4 26.1.4 For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: docker/cli, 26.1.4 milestone moby/moby, 26.1.4 milestone Deprecated and removed features, see Deprecated Features. Changes to the Engine API, see API version history. Security This release updates the Go runtime to 1.21.11 which contains security fixes for: CVE-2024-24789 CVE-2024-24790 A symlink time of check to time of use race condition during directory removal reported by Addison Crump (@addisoncrump). Bug fixes and enhancements Fixed an issue where promoting a node immediately after another node was demoted could cause the promotion to fail. moby/moby#47870 Prevent the daemon log from being spammed with superfluous response.WriteHeader call ... messages.. moby/moby#47843 Don't show empty hints when plugins return an empty hook message. docker/cli#5083 Added ContextType: "moby" to the context list/inspect output to address a compatibility issue with Visual Studio Container Tools. docker/cli#5095 Fix a compatibility issue with Visual Studio Container Tools. docker/cli#5095 Packaging updates Update containerd (static binaries only) to v1.7.17. moby/moby#47841 CVE-2024-24789, CVE-2024-24790: Update Go runtime to 1.21.11. moby/moby#47904 Update Compose to v2.27.1. docker/docker-ce-packages#1022 Update Buildx to v0.14.1. docker/docker-ce-packages#1021 v26.1.3 26.1.3 For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones: docker/cli, 26.1.3 milestone moby/moby, 26.1.3 milestone Deprecated and removed features, see Deprecated Features. Changes to the Engine API, see API version history. Bug fixes and enhancements Fix a regression that prevented the use of DNS servers within a --internal network. moby/moby#47832 When the internal DNS server's own address is supplied as an external server address, ignore it to avoid unproductive recursion. moby/moby#47833 Packaging updates
For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:
This release updates the Go runtime to 1.21.11 which contains security fixes for:
@addisoncrump
superfluous response.WriteHeader call ...
ContextType: "moby"
--internal
de5c9cf
c62dcf8
17315a2
cbd9418
fb9f72a
3115daa
2861734
9c95aea
3e09e19
65b679a
Updates github.com/gin-contrib/cors from 1.7.0 to 1.7.2
github.com/gin-contrib/cors
Sourced from github.com/gin-contrib/cors's releases.
v1.7.2 Changelog Enhancements f952c06051ba36d87edf074af15b36a56e5d6e16: chore: improve changelog generation and categorization (@appleboy) c4d5284215fd8858cb5b88b3c5d5fab2a6b43d91: chore: update dependencies and refactor imports (@appleboy) Build process updates 064064f7214ebfe75a019e6534b92f1ce709065e: ci: update Go workflow linting action to v5 (@appleboy) v1.7.1 Changelog Enhancements 71a48a2 chore: update third-party dependencies to latest versions Others 88cbcd0 ci: update GitHub Actions workflows for Go projects 84d0919 test: refactor CORS tests and expand coverage
@appleboy
064064f
c4d5284
f952c06
71a48a2
88cbcd0
84d0919
Updates github.com/gin-gonic/gin from 1.9.1 to 1.10.0
github.com/gin-gonic/gin
Sourced from github.com/gin-gonic/gin's releases.
v1.10.0 Changelog Features 5f458dd1a6d631f324e4af9a4f5429ffdf199342: feat(auth): add proxy-server authentication (#3877) (@EndlessParadox1) 7a865dcf1dbe6ec52e074b1ddce830d278eb72cf: feat(bind): ShouldBindBodyWith shortcut and change doc (#3871) (@RedCrazyGhost) a18219566ca25fc51e6d2886bed849c6c3a0cd12: feat(binding): Support custom BindUnmarshaler for binding. (#3933) (@dkkb) fd1faaded01aef14a3955ec076f1cbeb9cb87775: feat(binding): support override default binding implement (#3514) (@ssfyn) ac5e84d93ce34359bfd2f346cb2971ea754d83e3: feat(engine): Added OptionFunc and With (#3572) (@flc1125) c6ae2e69666a2b36203b29650ee75d172c725c66: feat(logger): ability to skip logs based on user-defined logic (#3593) (@palvaneh) Bug fixes d4e413648824333726ef65de5defc457e9dbf095: Revert "fix(uri): query binding bug (#3236)" (#3899) (@appleboy) 3dc1cd6572b4e3a0cd170a15debe546c2c72294f: fix(binding): binding error while not upload file (#3819) (#3820) (@clearcodecn) 82bcd6d39bfe9c22032764ff3b0b6f8ef1673e49: fix(binding): dereference pointer to struct (#3199) (@echovl) 2b1da2b0b38dfc5d5841266037c0c8b249eca1dd: fix(context): make context Value method adhere to Go standards (#3897) (@FarmerChillax) f70dd00b00bc0a46cb18b55bfe1f918d5d29b511: fix(engine): fix unit test (#3878) (@flc1125) 86ff4a64c7efe1a1c875529835eeef9e15de1e86: fix(header): Allow header according to RFC 7231 (HTTP 405) (#3759) (@Crocmagnon) 09f8224593e31edf3c58ab3f13bc31ef53473733: fix(route): Add fullPath in context copy (#3784) (@KarthikReddyPuli) 9f598a31aafb92d675f38f1c8371e4ac76f858bf: fix(router): catch-all conflicting wildcard (#3812) (@FirePing32) 4a40f8f1a49b9086b461d97e167c3b9628d8b923: fix(sec): upgrade golang.org/x/crypto to 0.17.0 (#3832) (@chncaption) 386d244068db3693f938db4ead6d1f5f85942e3f: fix(tree): correctly expand the capacity of params (#3502) (@georgijd-form3) 8790d08909fc4d193c6c787c9c72f3089168f411: fix(uri): query binding bug (#3236) (@illiafox) 44d0dd70924dd154e3b98bc340accc53484efa9c: fix: Add pointer support for url query params (#3659) (#3666) (@omkar-foss) 646312aef6a34095476ac846b0920db5fb24b2ea: fix: protect Context.Keys map when call Copy method (#3873) (@kingcanfish) Enhancements d4a64265f21993368c90602c18e778bf04ef36db: chore(CI): update release args (#3595) (@qloog) bb3519d26f52835cf00e5e430b52651a9c378c97: chore(IP): add TrustedPlatform constant for Fly.io. (#3839) (@ab) 1b3c0859693fc85290c01ba098b1440d4776549f: chore(debug): add ability to override the debugPrint statement (#2337) (@josegonzalez) a64286a7760be2031209686ce4d36e99d42dd419: chore(deps): update dependencies to latest versions (#3835) (@appleboy) 9c61295efeea99f6c9d1722294f1bf61d8e464d6: chore(header): Add support for RFC 9512: application/yaml (#3851) (@vincentbernat) a481ee2897af1e368de5c919fbeb21b89aa26fc7: chore(http): use white color for HTTP 1XX (#3741) (@viralparmarme) c964ad370bbe007f1b18a7570f058a66f05fbe1f: chore(optimize): the ShouldBindUri method of the Context struct (#3911) (@1911860538) 739d2d9c80e0298dafb5df1c30bae35d63935d6c: chore(perf): Optimize the Copy method of the Context struct (#3859) (@1911860538) 3ea8bd99fbb4e499d70a0c8e1ce2ce4b7c6348b6: chore(refactor): modify interface check way (#3855) (@demoManito) ab8042e9e5370bbe0e93ea5adc6e74ae4c5df95e: chore(request): check reader if it's nil before reading (#3419) (@noahyao1024) 0d9dbbb44551a872d30fd89d4d55ba0515d646fd: chore(security): upgrade Protobuf for CVE-2024-24786 (#3893) (@Fotkurz) ecdbbbe9483dd12222f2085f717a2c7cb5ac55fe: chore: refactor CI and update dependencies (#3848) (@appleboy) 39089af62535b27aa63608f341c0a339aa88f64e: chore: refactor configuration files for better readability (#3951) (@appleboy) 160c1730efd30046239c802d5b9f895a708c3f4c: chore: update GitHub Actions configuration (#3792) (@appleboy) 0397e5e0c0f8f8176c29f7edd8f1bff8e45df780: chore: update changelog categories and improve documentation (#3917) (@appleboy) 62b50cfbc0de877207ff74c160a23dff6394f563: chore: update dependencies to latest versions (#3694) (@appleboy) 638aa19e7d30513f7bc777c62ff8558fd5f90ea5: chore: update external dependencies to latest versions (#3950) (@appleboy) c6f90df4e0c888c69524307cc35952ec2e7ead41: chore: update various Go dependencies to latest versions (#3901) (@appleboy) Build process updates 78f4687875d72d10392f8a77008cbefdec4c0aa0: build(codecov): Added a codecov configuration (#3891) (@flc1125) 56dc72c4d5b1076fc9c6b81f57299739c11910b8: ci(Makefile): vet command add .PHONY (#3915) (@imalasong) 8ab47c694ea93fdb442b617961ce9b3171151749: ci(lint): update tooling and workflows for consistency (#3834) (@appleboy) 8acbe657f1c140e3fba38f869978cab2376500c9: ci(release): refactor changelog regex patterns and exclusions (#3914) (@appleboy) 000fdb3ac95c7c318440afbd98eaf60f7430a1db: ci(testing): add go1.22 version (#3842) (@appleboy) Documentation updates
@EndlessParadox1
@RedCrazyGhost
@dkkb
@ssfyn
OptionFunc
With
@flc1125
@palvaneh
@clearcodecn
@echovl
@FarmerChillax
@Crocmagnon
@KarthikReddyPuli
@FirePing32
@chncaption
@georgijd-form3
@illiafox
@omkar-foss
@kingcanfish
@qloog
@ab
@josegonzalez
@vincentbernat
@viralparmarme
@1911860538
@demoManito
@noahyao1024
@Fotkurz
@imalasong
Sourced from github.com/gin-gonic/gin's changelog.
Gin v1.10.0 Features feat(auth): add proxy-server authentication (#3877) (@EndlessParadox1) feat(bind): ShouldBindBodyWith shortcut and change doc (#3871) (@RedCrazyGhost) feat(binding): Support custom BindUnmarshaler for binding. (#3933) (@dkkb) feat(binding): support override default binding implement (#3514) (@ssfyn) feat(engine): Added OptionFunc and With (#3572) (@flc1125) feat(logger): ability to skip logs based on user-defined logic (#3593) (@palvaneh) Bug fixes Revert "fix(uri): query binding bug (#3236)" (#3899) (@appleboy) fix(binding): binding error while not upload file (#3819) (#3820) (@clearcodecn) fix(binding): dereference pointer to struct (#3199) (@echovl) fix(context): make context Value method adhere to Go standards (#3897) (@FarmerChillax) fix(engine): fix unit test (#3878) (@flc1125) fix(header): Allow header according to RFC 7231 (HTTP 405) (#3759) (@Crocmagnon) fix(route): Add fullPath in context copy (#3784) (@KarthikReddyPuli) fix(router): catch-all conflicting wildcard (#3812) (@FirePing32) fix(sec): upgrade golang.org/x/crypto to 0.17.0 (#3832) (@chncaption) fix(tree): correctly expand the capacity of params (#3502) (@georgijd-form3) fix(uri): query binding bug (#3236) (@illiafox) fix: Add pointer support for url query params (#3659) (#3666) (@omkar-foss) fix: protect Context.Keys map when call Copy method (#3873) (@kingcanfish) Enhancements chore(CI): update release args (#3595) (@qloog) chore(IP): add TrustedPlatform constant for Fly.io. (#3839) (@ab) chore(debug): add ability to override the debugPrint statement (#2337) (@josegonzalez) chore(deps): update dependencies to latest versions (#3835) (@appleboy) chore(header): Add support for RFC 9512: application/yaml (#3851) (@vincentbernat) chore(http): use white color for HTTP 1XX (#3741) (@viralparmarme) chore(optimize): the ShouldBindUri method of the Context struct (#3911) (@1911860538) chore(perf): Optimize the Copy method of the Context struct (#3859) (@1911860538) chore(refactor): modify interface check way (#3855) (@demoManito) chore(request): check reader if it's nil before reading (#3419) (@noahyao1024) chore(security): upgrade Protobuf for CVE-2024-24786 (#3893) (@Fotkurz) chore: refactor CI and update dependencies (#3848) (@appleboy) chore: refactor configuration files for better readability (#3951) (@appleboy) chore: update GitHub Actions configuration (#3792) (@appleboy) chore: update changelog categories and improve documentation (#3917) (@appleboy) chore: update dependencies to latest versions (#3694) (@appleboy) chore: update external dependencies to latest versions (#3950) (@appleboy) chore: update various Go dependencies to latest versions (#3901) (@appleboy) Build process updates
75ccf94
39089af
638aa19
a182195
b4f66e9
f80ade7
0397e5e
c6f90df
8acbe65
56dc72c
Updates github.com/go-git/go-git/v5 from 5.11.0 to 5.12.0
github.com/go-git/go-git/v5
Sourced from github.com/go-git/go-git/v5's releases.
v5.12.0 What's Changed git: Worktree.AddWithOptions: add skipStatus option when providing a specific path by @moranCohen26 in go-git/go-git#994 git: Signer: fix usage of crypto.Signer interface by @wlynch in go-git/go-git#1029 git: Remote, fetch, adds the prune option. by @juliens in go-git/go-git#366 git: Add crypto.Signer option to CommitOptions. by @wlynch in go-git/go-git#996 git: Worktree checkout tag hash id (#959) by @aymanbagabas in go-git/go-git#966 git: Worktree, Don't panic on empty or root path when checking if it is valid by @tim775 in go-git/go-git#1042 git: Add commit validation for Reset by @pjbgf in go-git/go-git#1048 git: worktree_commit, Fix amend commit to apply changes. Fixes #1024 by @onee-only in go-git/go-git#1045 git: Implement Merge function with initial FastForwardMerge support by @pjbgf in go-git/go-git#1044 plumbing: object, Make first commit visible on logs filtered with filename. Fixes #191 by @onee-only in go-git/go-git#1036 plumbing: no panic in printStats function. Fixes #177 by @nodivbyzero in go-git/go-git#971 plumbing: object, Optimize logging with file. by @onee-only in go-git/go-git#1046 plumbing: object, check legitimacy in (*Tree).Encode by @niukuo in go-git/go-git#967 plumbing: format/gitattributes, close file in ReadAttributesFile by @prskr in go-git/go-git#1018 plumbing: check setAuth error. Fixes #185 by @nodivbyzero in go-git/go-git#969 plumbing: object, fix variable defaultUtf8CommitMessageEncoding name spell error by @Jerry-yz in go-git/go-git#987 utils: merkletrie, calculate filesystem node's hash lazily. by @candid82 in go-git/go-git#825 utils: update comment in node.go's Hash() by @codablock in go-git/go-git#992 _example: fix 404 link and added ssh-agent clone link by @grinish21 in go-git/go-git#1022 _example: checkout-branch example by @dlambda in go-git/go-git#446 _example: example for git clone using ssh-agent by @pjbgf in go-git/go-git#998 New Contributors @candid82 made their first contribution in go-git/go-git#825 @codablock made their first contribution in go-git/go-git#992 @Jerry-yz made their first contribution in go-git/go-git#987 @wlynch made their first contribution in go-git/go-git#996 @moranCohen26 made their first contribution in go-git/go-git#994 @grinish21 made their first contribution in go-git/go-git#1022 @prskr made their first contribution in go-git/go-git#1018 @dlambda made their first contribution in go-git/go-git#446 @juliens made their first contribution in go-git/go-git#366 @onee-only made their first contribution in go-git/go-git#1036 @tim775 made their first contribution in go-git/go-git#1042 @niukuo made their first contribution in go-git/go-git#967 @avoidalone made their first contribution in go-git/go-git#1047 Full Changelog: https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0
@moranCohen26
@wlynch
@juliens
@aymanbagabas
@tim775
@pjbgf
@onee-only
FastForwardMerge
@nodivbyzero
@niukuo
@prskr
@Jerry-yz
@candid82
@codablock
@grinish21
@dlambda
@avoidalone
Full Changelog: https://github.com/go-git/go-git/compare/v5.11.0...v5.12.0
302ddde
6bba34d
feaeb36
7959a42
4c17ce7
3f77e6f
6af38e0
e6c3e58
04f7b23
f4f1a87
Updates github.com/google/go-containerregistry from 0.19.0 to 0.19.1
github.com/google/go-containerregistry
Sourced from github.com/google/go-containerregistry's releases.
v0.19.1 What's Changed Bump golang.org/x/net from 0.10.0 to 0.17.0 in /pkg/authn/k8schain by @dependabot in google/go-containerregistry#1815 Bump golang.org/x/ packages by @jonjohnsonjr in google/go-containerregistry#1892 Full Changelog: https://github.com/google/go-containerregistry/compare/v0.19.0...v0.19.1
@dependabot
@jonjohnsonjr
Full Changelog: https://github.com/google/go-containerregistry/compare/v0.19.0...v0.19.1
8b3c303
afec664
Updates github.com/gorilla/websocket from 1.5.1 to 1.5.2
github.com/gorilla/websocket
Sourced from github.com/gorilla/websocket's releases.
v1.5.2 What's Changed Fixes subprotocol selection (aling with rfc6455) by @KSDaemon in gorilla/websocket#823 Update README.md, replace master to main by @mstmdev in gorilla/websocket#862 Use status code constant by @mstmdev in gorilla/websocket#864 conn.go: default close handler should not return ErrCloseSent. by @pnx in gorilla/websocket#865 fix: replace ioutil.readfile with os.readfile by @rfyiamcool in gorilla/websocket#868 fix: add comment for the readBufferSize and writeBufferSize by @rfyiamcool in gorilla/websocket#869 Remove noisy printf in NextReader() and beginMessage() by @bcreane in gorilla/websocket#878 docs(echoreadall): fix function echoReadAll comment by @XdpCs in gorilla/websocket#881 make tests parallel by @ninedraft in gorilla/websocket#872 Upgrader.Upgrade: use http.ResposnseController by @ninedraft in gorilla/websocket#871 Do not handle network error in SetCloseHandler() by @nak3 in gorilla/websocket#863 perf: reduce timer in write_control by @rfyiamcool in gorilla/websocket#879 fix: lint example code by @rfyiamcool in gorilla/websocket#890 feat: format message type by @rfyiamcool in gorilla/websocket#889 Remove hideTempErr to allow downstream users to check for errors like net.ErrClosed by @UnAfraid in gorilla/websocket#894 Do not timeout when WriteControl deadline is zero in gorilla/websocket#898 Excludes errchecks linter by @apoorvajagtap in gorilla/websocket#904 Return errors instead of printing to logs by @apoorvajagtap in gorilla/websocket#897 Revert " Update go version & add verification/testing tools (#840)" by @apoorvajagtap in gorilla/websocket#908 New Contributors @KSDaemon made their first contribution in gorilla/websocket#823 @mstmdev made their first contribution in gorilla/websocket#862 @pnx made their first contribution in gorilla/websocket#865 @rfyiamcool made their first contribution in gorilla/websocket#868 @bcreane made their first contribution in gorilla/websocket#878 @XdpCs made their first contribution in gorilla/websocket#881 @ninedraft made their first contribution in gorilla/websocket#872 @nak3 made their first contribution in gorilla/websocket#863 @UnAfraid made their first contribution in gorilla/websocket#894 @apoorvajagtap made their first contribution in gorilla/websocket#904 Full Changelog: https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.2
@KSDaemon
@mstmdev
@pnx
@rfyiamcool
@bcreane
@XdpCs
@ninedraft
SetCloseHandler()
@nak3
@UnAfraid
@apoorvajagtap
Full Changelog: https://github.com/gorilla/websocket/compare/v1.5.1...v1.5.2
1bddf2e
750bf92
b2c246b
09a6bab
58af150
e5f1a0a
b2a86a1
695e909
d293aa5
0cfb2ca
Updates github.com/jmoiron/sqlx from 1.3.5 to 1.4.0
github.com/jmoiron/sqlx
Sourced from github.com/jmoiron/sqlx's releases.
Update dependencies to their latest stable versions This release has updated all dependencies to their latest stable version. And now, for the auto-generated description: What's Changed Introduce CircleCI by @dlsniper in jmoiron/sqlx#922 Upgrade dependencies by @dlsniper in jmoiron/sqlx#909 New Contributors @dlsniper made their first contribution at jmoiron/sqlx#922 Full Changelog: https://github.com/jmoiron/sqlx/compare/v1.3.5...v1.4.0
This release has updated all dependencies to their latest stable version.
And now, for the auto-generated description:
@dlsniper
Full Changelog: https://github.com/jmoiron/sqlx/compare/v1.3.5...v1.4.0
bc91699
dcafbc9
Updates github.com/loopfz/gadgeto from 0.11.3 to 0.11.4
github.com/loopfz/gadgeto
S... _Description has been truncated_
Looks like these dependencies are updatable in another way, so this is no longer needed.
Bumps the gomod-dependencies group with 12 updates in the /server directory:
0.17.2
0.18.7
25.0.4+incompatible
26.1.4+incompatible
1.7.0
1.7.2
1.9.1
1.10.0
5.11.0
5.12.0
0.19.0
0.19.1
1.5.1
1.5.2
1.3.5
1.4.0
0.11.3
0.11.4
1.19.0
1.19.1
1.25.7
1.25.10
1.29.3
1.30.0
Updates
github.com/disgoorg/disgo
from 0.17.2 to 0.18.7Release notes
Sourced from github.com/disgoorg/disgo's releases.
... (truncated)
Commits
49119a6
fix error when creating or updating global application commandfd872a1
Add member profiles automod rule (#256)5bb14bb
fix stuck at mutex when reconnecting and error happens in Gateway.Open (#361)3599a10
Rename InteractionGuild funcs to PartialGuild()b81270a
Handle group DMs (channels) (#360)d934f63
Add guild onboarding + home audit log events (#258)ee8814f
Properly uncache members + events on guild delete71cd768
Add InteractionGuild (#276)9356c13
Add Type to EventMessageReactionAdd/Removefbf9a5d
Add query params to channels.GetReactions (#301)Updates
github.com/docker/docker
from 25.0.4+incompatible to 26.1.4+incompatibleRelease notes
Sourced from github.com/docker/docker's releases.
... (truncated)
Commits
de5c9cf
Merge pull request #47912 from thaJeztah/26.1_backport_vendor_containerd_1.7.18c62dcf8
Merge pull request #47911 from thaJeztah/26.1_backport_bump_containerd_binary...17315a2
vendor: github.com/containerd/containerd v1.7.18cbd9418
update containerd binary to v1.7.18fb9f72a
Merge pull request #47904 from thaJeztah/26.1_backport_bump_go1.21.113115daa
update to go1.21.112861734
Merge pull request #47892 from thaJeztah/26.1_backport_api_docs_network_confi...9c95aea
Merge pull request #47893 from thaJeztah/26.1_backport_bump_docker_py3e09e19
Merge pull request #47894 from thaJeztah/26.1_backport_vendor_containerd_v1.7.1765b679a
Merge pull request #47889 from thaJeztah/26.1_backport_platforms_err_handlingUpdates
github.com/gin-contrib/cors
from 1.7.0 to 1.7.2Release notes
Sourced from github.com/gin-contrib/cors's releases.
Commits
064064f
ci: update Go workflow linting action to v5c4d5284
chore: update dependencies and refactor importsf952c06
chore: improve changelog generation and categorization71a48a2
chore: update third-party dependencies to latest versions88cbcd0
ci: update GitHub Actions workflows for Go projects84d0919
test: refactor CORS tests and expand coverageUpdates
github.com/gin-gonic/gin
from 1.9.1 to 1.10.0Release notes
Sourced from github.com/gin-gonic/gin's releases.
... (truncated)
Changelog
Sourced from github.com/gin-gonic/gin's changelog.
... (truncated)
Commits
75ccf94
feat: update version constant to v1.10.0 (#3952)39089af
chore: refactor configuration files for better readability (#3951)638aa19
chore: update external dependencies to latest versions (#3950)a182195
feat(binding): Support custom BindUnmarshaler for binding. (#3933)b4f66e9
chore(deps): bump github.com/bytedance/sonic from 1.11.3 to 1.11.6 (#3940)f80ade7
chore(deps): bump golangci/golangci-lint-action from 4 to 5 (#3941)0397e5e
chore: update changelog categories and improve documentation (#3917)c6f90df
chore: update various Go dependencies to latest versions (#3901)8acbe65
ci(release): refactor changelog regex patterns and exclusions (#3914)56dc72c
ci(Makefile): vet command add .PHONY (#3915)Updates
github.com/go-git/go-git/v5
from 5.11.0 to 5.12.0Release notes
Sourced from github.com/go-git/go-git/v5's releases.
Commits
302ddde
Merge pull request #1060 from go-git/dependabot/go_modules/github.com/gliderl...6bba34d
build: bump github.com/gliderlabs/ssh from 0.3.6 to 0.3.7feaeb36
Merge pull request #937 from matejrisek/feature/rename-short-fields7959a42
Merge pull request #1052 from go-git/dependabot/go_modules/github.com/skeema/...4c17ce7
build: bump github.com/skeema/knownhosts from 1.2.1 to 1.2.23f77e6f
Merge pull request #1048 from pjbgf/fix-reset-validation6af38e0
Merge pull request #1047 from avoidalone/mastere6c3e58
Merge pull request #1044 from pjbgf/ff-merge04f7b23
*: fix some commentsf4f1a87
Merge pull request #971 from nodivbyzero/fix-177-diff-print-file-statsUpdates
github.com/google/go-containerregistry
from 0.19.0 to 0.19.1Release notes
Sourced from github.com/google/go-containerregistry's releases.
Commits
8b3c303
Bump golang.org/x/ packages (#1892)afec664
Bump golang.org/x/net from 0.10.0 to 0.17.0 in /pkg/authn/k8schain (#1815)Updates
github.com/gorilla/websocket
from 1.5.1 to 1.5.2Release notes
Sourced from github.com/gorilla/websocket's releases.
Commits
1bddf2e
bumps go version & removes deprecated module usage750bf92
adds GHA & Makefile configsb2c246b
Revert " Update go version & add verification/testing tools (#840)"09a6bab
removing error handling while closing connections58af150
return errors instead of printing to logse5f1a0a
excludes errchecks linterb2a86a1
Do not timeout when WriteControl deadline is zero695e909
Remove hideTempErr to allow downstream users to check for errors like net.Err...d293aa5
feat: format message type0cfb2ca
feat: format message typeUpdates
github.com/jmoiron/sqlx
from 1.3.5 to 1.4.0Release notes
Sourced from github.com/jmoiron/sqlx's releases.
Commits
bc91699
Upgrade dependencies (#909)dcafbc9
Introduce CircleCI (#922)Updates
github.com/loopfz/gadgeto
from 0.11.3 to 0.11.4Release notes
S... _Description has been truncated_