Skip to content

fix(deps): update all non-major dependencies #138

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 21, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Mar 6, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/disgoorg/snowflake/v2 v2.0.1 -> v2.0.3 age adoption passing confidence require patch
github.com/go-co-op/gocron/v2 v2.2.4 -> v2.16.1 age adoption passing confidence require minor
github.com/rabbitmq/amqp091-go v1.9.0 -> v1.10.0 age adoption passing confidence require minor
github.com/redis/go-redis/v9 v9.5.1 -> v9.7.3 age adoption passing confidence require minor
golang 1.22-alpine -> 1.24-alpine age adoption passing confidence stage minor

Release Notes

disgoorg/snowflake (github.com/disgoorg/snowflake/v2)

v2.0.3

Compare Source

What's Changed

Full Changelog: disgoorg/snowflake@v2.0.2...v2.0.3

v2.0.2

Compare Source

What's Changed

  • added option to ignore snowflake unquote error (this is useful when discord fucks up and sends ids as numbers) in disgoorg/snowflake@c9c4fec

Full Changelog: disgoorg/snowflake@v2.0.1...v2.0.2

go-co-op/gocron (github.com/go-co-op/gocron/v2)

v2.16.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.16.0...v2.16.1

v2.16.0

Compare Source

What's Changed

Bug fixes

Chores

New Contributors

Full Changelog: go-co-op/gocron@v2.15.0...v2.16.0

v2.15.0

Compare Source

What's New

// WithContext sets the parent context for the job.
// If you set the first argument of your Task func to be a context.Context,
// gocron will pass in the provided context to the job and will cancel the
// context on shutdown. If you cancel the context the job will no longer be
// scheduled as well. This allows you to both control the job via a context
// and listen for and handle cancellation within your job.
// NewTask provides the job's task function and parameters.
// If you set the first argument of your Task func to be a context.Context,
// gocron will pass in a context (either the default Job context, or one
// provided via WithContext) to the job and will cancel the context on shutdown.
// This allows you to listen for and handle cancellation within your job.

Chores

Full Changelog: go-co-op/gocron@v2.14.2...v2.15.0

v2.14.2

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.14.1...v2.14.2

v2.14.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.14.0...v2.14.1

v2.14.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.13.0...v2.14.0

v2.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.12.4...v2.13.0

v2.12.4

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.3...v2.12.4

v2.12.3

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.2...v2.12.3

v2.12.2

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.1...v2.12.2

v2.12.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.12.0...v2.12.1

v2.12.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.11.0...v2.12.0

v2.11.0

Compare Source

Features

Fixes

Internal

New Contributors

Full Changelog: go-co-op/gocron@v2.10.1...v2.11.0

v2.10.1

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.10.0...v2.10.1

v2.10.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.9.0...v2.10.0

v2.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.8.0...v2.9.0

v2.8.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.7.1...v2.8.0

v2.7.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.7.0...v2.7.1

v2.7.0

Compare Source

Added

Fixed

Full Changelog: go-co-op/gocron@v2.6.0...v2.7.0

v2.6.0

Compare Source

Added

Fixed

Misc

New Contributors

Full Changelog: go-co-op/gocron@v2.5.0...v2.6.0

v2.5.0

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.4.1...v2.5.0

v2.4.1

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.4.0...v2.4.1

v2.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.3.0...v2.4.0

v2.3.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.10...v2.2.11

v2.2.10

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.9...v2.2.10

v2.2.9

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.8...v2.2.9

v2.2.8

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.7...v2.2.8

v2.2.7

Compare Source

What's Changed

New Contributors

Full Changelog: go-co-op/gocron@v2.2.6...v2.2.7

v2.2.6

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.5...v2.2.6

v2.2.5

Compare Source

What's Changed

Full Changelog: go-co-op/gocron@v2.2.4...v2.2.5

rabbitmq/amqp091-go (github.com/rabbitmq/amqp091-go)

v1.10.0

Compare Source

Full Changelog

Implemented enhancements:

Fixed bugs:

  • republishing on reconnect bug in the example #​249
  • Channel Notify Close not receive event when connection is closed by RMQ server. #​241
  • Inconsistent documentation #​231
  • Data race in the client example #​72
  • Fix string function of URI #​258 (Zerpet)

Closed issues:

  • Documentation needed (PublishWithContext does not use context) #​195
  • concurrent dispatch data race #​226

Merged pull requests:

redis/go-redis (github.com/redis/go-redis/v9)

v9.7.3

Compare Source

What's Changed

  • fix: handle network error on SETINFO (#​3295) (CVE-2025-29923)
  • Deprecating misspelled DisableIndentity flag in the client options.
  • Introducing DisableIdentity flag in the client options.
  • Updating the documentation related to the new flag and the one that was deprecated.

Full Changelog: redis/go-redis@v9.7.1...v9.7.3

v9.7.2

Compare Source

v9.7.1

Compare Source

Changes
  • Recognize byte slice for key argument in cluster client hash slot computation (#​3049)
  • fix(search&aggregate):fix error overwrite and typo #​3220 (#​3224)
  • fix: linter configuration (#​3279)
  • fix(search): if ft.aggregate use limit when limitoffset is zero (#​3275)
  • Reinstate read-only lock on hooks access in dialHook to fix data race (#​3225)
  • fix: flaky ClientKillByFilter test (#​3268)
  • chore: fix some comments (#​3226)
  • fix(aggregate, search): ft.aggregate bugfixes (#​3263)
  • fix: add unstableresp3 to cluster client (#​3266)
  • Fix race condition in clusterNodes.Addrs() (#​3219)
  • SortByWithCount FTSearchOptions fix (#​3201)
  • Eliminate redundant dial mutex causing unbounded connection queue contention (#​3088)
  • Add guidance on unstable RESP3 support for RediSearch commands to README (#​3177)
🚀 New Features
  • Add guidance on unstable RESP3 support for RediSearch commands to README (#​3177)
🐛 Bug Fixes
  • fix(search): if ft.aggregate use limit when limitoffset is zero (#​3275)
  • fix: add unstableresp3 to cluster client (#​3266)
  • fix(aggregate, search): ft.aggregate bugfixes (#​3263)
  • SortByWithCount FTSearchOptions fix (#​3201)
  • Recognize byte slice for key argument in cluster client hash slot computation (#​3049)
Contributors

We'd like to thank all the contributors who worked on this release!

@​ofekshenawa, @​Cgol9, @​LINKIWI, @​shawnwgit, @​zhuhaicity, @​bitsark, @​vladvildanov, @​ndyakov

Full Changelog: redis/go-redis@v9.7.0...v9.7.1

v9.7.0: 9.7.0

Compare Source

Changes

🚀 New Features

  • Support Redis search and query capabilities (#​2801, #​3098)
  • Support indexing and querying empty values (#​3053)
  • Support for Redis JSON with RESP2 protocol (#​3146)

🛠️ Improvements

We're glad to announce that we added a search and query support in the current release.

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​ipechorin, @​ofekshenawa and @​vladvildanov

v9.6.3

Compare Source

What's Changed

Full Changelog: redis/go-redis@v9.6.2...v9.6.3

v9.6.2: 9.6.2

Compare Source

Changes

🐛 Bug Fixes

  • Fixed bug with broken TLS sessions (#​3145)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ofekshenawa @​vladvildanov @​rentziass

v9.6.1: 9.6.1

Compare Source

Changes

9.6

This release contains all new features from version 9.6.

🚀 New Features
  • Support Hash-field expiration commands (#​2991)
  • Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#​3038)
  • Support NOVALUES parameter for HSCAN (#​2925)
  • Added test case for CLIENT KILL with MAXAGE option (#​2971)
  • Add support for XREAD last entry (#​3005)
  • Reduce the type assertion of CheckConn (#​3066)

9.6.1

In addition minor changes were performed to retract version 9.5.3 and 9.5.4 that were released accidentally.

🧰 Maintenance
🎁 Package Distribution
  • Retract versions 9.5.3 and 9.5.4 (#​3069)

Contributors

We'd like to thank all the contributors who worked on this release!

@​LINKIWI, @​b1ron, @​gerzse, @​haines, @​immersedin, @​naiqianz, @​ofekshenawa, @​srikar-jilugu, @​tzongw, @​vladvildanov, @​vmihailenco and @​monkey92t

v9.6.0: 9.6.0

Compare Source

Changes

🚀 New Features

  • Support Hash-field expiration commands (#​2991)
  • Support Hash-field expiration commands in Pipeline & Fix HExpire HExpireWithArgs expiration (#​3038)
  • Support NOVALUES parameter for HSCAN (#​2925)
  • Added test case for CLIENT KILL with MAXAGE option (#​2971)
  • Add support for XREAD last entry (#​3005)
  • Reduce the type assertion of CheckConn (#​3066)

🛠️ Improvements

This release includes support for Redis Community Edition (CE) 7.4.0, ensuring compatibility with the latest features and improvements introduced in Redis CE 7.4.0.

🧰 Maintenance

  • chore(deps): bump golangci/golangci-lint-action from 4 to 6 (#​2993)
  • Avoid unnecessary retry delay in cluster client following MOVED and ASK redirection (#​3048)
  • add test for tls connCheck #​3025 (#​3047)
  • fix node routing in slotClosestNode (#​3043)
  • Update pubsub.go (#​3042)
  • Change monitor test to run manually (#​3041)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.36.0 to 0.38.0 (#​3028)
  • Add (*StatusCmd).Bytes() method (#​3030)
  • chore(deps): bump golang.org/x/net from 0.20.0 to 0.23.0 in /example/otel (#​3000)

Contributors

We'd like to thank all the contributors who worked on this release!

@​LINKIWI, @​b1ron, @​dependabot, @​dependabot[bot], @​gerzse, @​haines, @​immersedin, @​naiqianz, @​ofekshenawa, @​srikar-jilugu, @​tzongw, @​vladvildanov and @​vmihailenco @​monkey92t

v9.5.5

Compare Source

What's Changed

Full Changelog: redis/go-redis@v9.5.4...v9.5.5

v9.5.4

Compare Source

v9.5.3

Compare Source

v9.5.2: 9.5.2

Compare Source

Changes

  • fix: fix #​2681 (#​2998)
  • Remove skipping span creation by checking parent spans (#​2980)
  • Handle IPv6 in isMovedError (#​2981)
  • Fix XGroup first pos key (#​2983)
  • Adding BitfieldRo in BitMapCmdable interface (#​2962)
  • Optimize docs useless imports and typo (#​2970)
  • chore: fix some comments (#​2967)
  • Fix for issues #​2959 and #​2960 (#​2961)
  • fix: #​2956 (#​2957)
  • fix misuses of a vs an (#​2936)
  • add server address and port span attributes to redis otel trace instrumentation (#​2826)
  • chore(deps): bump google.golang.org/protobuf from 1.32.0 to 1.33.0 in /example/otel (#​2944)
  • Remove secrets from Redis Enterprise CI (#​2938)
  • Fix monitor on go 1.19 (#​2908)
  • chore(deps): bump google.golang.org/protobuf from 1.28.1 to 1.33.0 in /extra/redisprometheus (#​2942)
  • Change RE image to public RE image (#​2935)

Contributors

We'd like to thank all the contributors who worked on this release!

@​XSAM, @​akash14darshan, @​daviddzxy, @​dependabot, @​dependabot[bot], @​esara, @​hakusai22, @​hishope, @​kindknow, @​monkey92t, @​ofekshenawa, @​singular-seal and deferdeter


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.5 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.6 Mar 13, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7f836f1 to df51d5f Compare March 13, 2024 14:51
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.6 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.7 Mar 25, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 89cfd01 to 1b207b3 Compare March 26, 2024 18:44
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.7 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.8 Mar 26, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.8 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.9 Mar 26, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1b207b3 to 264afd0 Compare March 26, 2024 22:03
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.9 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.10 Apr 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 264afd0 to ed6fcaa Compare April 23, 2024 16:29
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.2.10 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.3.0 Apr 30, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ed6fcaa to 8fa7e7f Compare April 30, 2024 16:14
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.3.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.4.0 May 2, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9346eea to 28416f5 Compare May 5, 2024 01:44
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.4.0 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.4.1 May 5, 2024
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.4.1 fix(deps): update module github.com/go-co-op/gocron/v2 to v2.5.0 May 6, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f57e90f to 1a8c8d5 Compare May 8, 2024 13:13
@renovate renovate bot changed the title fix(deps): update module github.com/go-co-op/gocron/v2 to v2.5.0 fix(deps): update all non-major dependencies May 8, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1a8c8d5 to c6ef322 Compare May 31, 2024 04:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c6ef322 to ba68ac7 Compare June 7, 2024 16:14
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a137058 to 3ded699 Compare June 22, 2024 02:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 4e748a9 to aae6c20 Compare July 3, 2024 17:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from caf9117 to 287ac14 Compare July 12, 2024 16:46
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 3a485d7 to 33190fe Compare July 25, 2024 09:17
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 33190fe to 18527cc Compare August 13, 2024 21:25
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 2ac5906 to f32888a Compare September 20, 2024 14:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 5e9eca6 to 2c31e50 Compare October 17, 2024 15:05
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 9ede8a2 to aa24267 Compare October 31, 2024 21:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from aa24267 to d02b611 Compare November 20, 2024 20:22
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from a7d3b84 to 14297e3 Compare December 17, 2024 18:16
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from f8f3f0c to 9f201fb Compare January 9, 2025 04:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 9f201fb to ef304e0 Compare January 23, 2025 23:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ef304e0 to 3ffbb4e Compare February 12, 2025 21:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 8a43227 to 4c32832 Compare February 25, 2025 04:53
Copy link
Contributor Author

renovate bot commented Feb 25, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.20 -> 1.24.2

@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 413e32c to 3602187 Compare March 7, 2025 05:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 508f9ba to 168f846 Compare March 20, 2025 17:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 168f846 to 8c644fb Compare April 8, 2025 16:09
@renovate renovate bot merged commit 97e65f1 into main Apr 21, 2025
3 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch April 21, 2025 09:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants