Skip to content
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

Update dependency io.lettuce:lettuce-core to v6 #155

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 23, 2021

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.lettuce:lettuce-core 5.0.5.RELEASE -> 6.4.0.RELEASE age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

lettuce-io/lettuce-core (io.lettuce:lettuce-core)

v6.4.0.RELEASE

Compare Source

⭐ New Features
  • Implement HPEXPIRE, HPEXPIREAT, HPEXPIRETIME, HTTL and HPTTL` (#​2857)
  • Implement HEXPIRE, HEXPIREAT, HEXPIRETIME and HPERSIST (#​2836)
  • Mark dnsResolver(DnsResolver) as deprecated. (#​2855)
  • implementation of PUBSUB SHARDCHANNELS (#​2793)
  • Add support for SUNSUBSCRIBE #​2759 (#​2851)
  • Add support for SPUBLISH (#​2838)
  • Add a evalReadOnly overload that accepts the script as a String (#​2868)
  • XREAD support for reading last message from stream (#​2863)
  • Send the CLIENT SETINFO command in a fire-and-forget way (#​2823)
  • Add support CLIENT KILL [MAXAGE] (#​2782)
  • Support HSCAN with NOVALUES argument (#​2816)
  • Server addressed the issues of empty list returned for missing keys (#​2899)
🐞 Bug Fixes
💡 Other
❤️ Contributors

We'd like to thank all the contributors who worked on this release!
@​BalmungSan, @​atakavci, @​dengliming, @​dependabot, @​dependabot[bot], @​gerzse, @​mp911de, @​sullis, @​thachlp, @​tishun, @​uglide and @​yfwz100

Full Changelog: redis/lettuce@6.3.0.RELEASE...6.4.0.RELEASE

v6.3.2.RELEASE

Compare Source

📗 Links

⭐ New Features

  • Performance: Encoding of keys/values in CommandArgs when using a codec that implements ToByteBufEncoder #​2610
  • Switch to ConcurrentLinkedQueue to avoid expensive size calls #​2602
  • Use HashedWheelTimer for command expiration management to reduce thread context switches and improve performance #​2773

🐞 Bug Fixes

  • Connection reconnect suspended after reconnect to Redis with protected mode #​2770
  • Can't PUBLISH when subscribed with RESP3 #​2594

💡 Other

❤️ Contributors

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

v6.3.1.RELEASE

Compare Source

📗 Links

⭐ New Features

  • Update RedisVersion parser to accept version numbers with non-numeric suffix #​2557
  • ClusterTopologyRefreshOptions.Builder. enableAdaptiveRefreshTrigger (…) without options should throw IllegalArgumentException #​2575
  • GraalVM - io.lettuce.core.metrics.DefaultCommandLatencyCollector$DefaultPauseDetectorWrapper was found in the image heap #​2579

🐞 Bug Fixes

  • Geosearch and FCALL_RO commands go to the master node #​2568

💡 Other

  • Extend copyright license years to 2024 #​2577
  • Upgrade to Reactor 3.6.2 #​2586

❤️ Contributors

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

v6.3.0.RELEASE

Compare Source

📗 Links

⭐ Commands

  • Add WITHSCORE option to ZRANK and ZREVRANK commands #​2410
  • Add support for CLIENT SETINFO, CLIENT INFO, and enhanced CLIENT LIST #​2439
  • ZMPOP and BZMPOP commands #​2435
  • Support FCALL commands to Call Lua-scripts that are loaded as Function in redis #​2185

⭐ New Features

  • Add support for disconnect on timeout to recover early from no RST packet failures #​2082
  • Avoid buffer copies in RedisStateMachine #​2173
  • Make SlotHash utility methods public #​2199
  • Improve AdaptiveRefreshTriggeredEvent to provide the cause and contextual details #​2338
  • Refine RedisException instantiation to avoid exception instances if they are not used #​2353
  • Add capability of FailOver with takeOver option #​2358
  • Add option to disable tracing for individual commands #​2373
  • ReplicaTopologyProvider can't parse replicas from INFO #​2375
  • Add support for Micrometer Tracing #​2391
  • Add Command filter to MicrometerCommandLatencyRecorder #​2406
  • Expose methods to suspend periodic topology refresh and to check whether a topology refresh is running #​2428
  • Accept Double and Boolean in MapOutput #​2429
  • Array lists with set capacities in SimpleBatcher #​2445
  • Add fallback to RESP2 upon NOPROTO response #​2455
  • Introduce generic Object output #​2467
  • Propagate initialization failures from ChannelInitializer #​2475
  • Register library name and library version on Redis 7.2 or greater #​2483
  • Add support for cluster-announced hostname #​2487

🐞 Bug Fixes

  • Proper creation of AttributeKey #​2111
  • INFO response parsing throws on encountering '' on NodeTopologyView #​2161
  • PartitionSelectorException during refresh of Partitions #​2178
  • RedisURI.Builder#withSsl(RedisURI) not working with SslVerifyMode#CA #​2182
  • SMISMEMBER is not marked a readonly command #​2197
  • Eval lua script expects return integer but null #​2200
  • ZRANGESTORE does not support by Rank comparison #​2202
  • zrevrangestorebylex/zrevrangestorebyscore range arguments flipped #​2203
  • Own RedisCredentialsProvider causes issue with protocol handshake on Redis 5 #​2234
  • NullPointerException if INFO command on redis cluster fails #​2243
  • XTrimArgs Should Allow Limit = 0 #​2250
  • The hostname and password cannot parse even if escaping with RedisURI redis-sentinel the password include '@​' and '#' #​2254
  • Fix password parsing error when redis-sentinel URI contains @​ #​2255
  • Handle unknown endpoints in MOVED response #​2290
  • Fallback to RESP2 hides potential authentication configuration problems #​2313
  • Accept slots as String using CLUSTER SHARDS #​2325
  • RedisURI.applySsl(…) does not retain SslVerifyMode #​2328
  • Apply SslVerifyMode in RedisURI.applySsl(…) #​2329
  • Fix long overflow in RedisSubscription#potentiallyReadMore #​2383
  • Consistently implement CompositeArgument in arg types #​2387
  • Reactive Cluster MGET is not running in parallel #​2395
  • Polish RedisObservation name & javadoc #​2404
  • memory usage command passes key as String instead of using the codec #​2424
  • Fix NPE when manually flushing a batch #​2444
  • flushCommands leads to random inbound command order when using large argument values with SSL #​2456
  • CommandListener notified twice on error #​2457
  • RoleParser does not define none, handshake, and unknown replica states #​2482
  • StatefulRedisClusterPubSubConnectionImpl's activated() method will report exception after resubscribe() was call. #​2534

💡 Other

  • Improve Document on pingBeforeActivateConnection #​2138
  • Improve Document on dynamicRefreshSources #​2139
  • Fixes typo in ReadFrom #​2213
  • Fix duplicate word occurrences #​2307
  • Update netty.version to 4.1.89.Final #​2311
  • Avoid using port 7443 in Lettuce tests #​2326
  • Upgrade to Reactor 3.4.27 #​2330
  • Fix Set unit test sscanMultiple fail in redis7 #​2349
  • README.md demo has a error #​2377
  • Upgrade to Kotlin 1.7 #​2392
  • Upgrade to Netty 4.1.94.Final #​2431
  • Update SetArgs.java builder method param comment #​2441
  • Use enum for no-op PauseDetectorWrapper #​2474
  • Upgrade build to Redis 7.2 #​2481
  • Refine command outputs to capture whether a segment has been received instead of relying on the deserialized value state #​2498
  • Upgrade to Reactor 3.6.0 #​2517
  • Docs on metrics (wiki) are misleading #​2538
  • Upgrade to Micrometer 1.12.0 #​2549
  • Upgrade to netty 4.1.101.Final #​2550

❤️ Contributors

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

v6.2.7.RELEASE

Compare Source

📗 Links

⭐ New Features

  • Add support for cluster-announced hostname #​2487
  • Add support for disconnect on timeout to recover early from no RST packet failures #​2082

🐞 Bug Fixes

  • StatefulRedisClusterPubSubConnectionImpl's activated() method will report exception after resubscribe() was call. #​2534

💡 Other

  • Refine command outputs to capture whether a segment has been received instead of relying on the deserialized value state #​2498
  • Docs on metrics (wiki) are misleading #​2538
  • Upgrade to netty 4.1.101.Final #​2550
  • Upgrade to Micrometer 1.9.17 #​2551
  • Release Lettuce 6.2.7 #​2552

❤️ Contributors

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

v6.2.6.RELEASE

Compare Source

📗 Links

⭐ New Features

  • Add fallback to RESP2 upon NOPROTO response #​2455
  • Propagate initialization failures from ChannelInitializer #​2475

🐞 Bug Fixes

  • CommandListener notified twice on error #​2457
  • flushCommands leads to random inbound command order when using large argument values with SSL #​2456
  • RoleParser does not define none, handshake, and unknown replica states #​2482

💡 Other

  • Use enum for no-op PauseDetectorWrapper #​2474
  • Upgrade build to Redis 7.2 #​2481

❤️ Contributors

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

v6.2.5.RELEASE

Compare Source

📗 Links

⭐ New Features

  • ReplicaTopologyProvider can't parse replicas from INFO #​2375
  • Support for module-based read-only commands #​2401
  • Accept Double and Boolean in MapOutput #​2429
  • Array lists with set capacities in SimpleBatcher #​2445

🐞 Bug Fixes

  • Reactive Cluster MGET is not running in parallel #​2395
  • memory usage command passes key as String instead of using the codec #​2424
  • Fix NPE when manually flushing a batch #​2444

💡 Other

  • Upgrade to Netty 4.1.94.Final #​2431
  • Update SetArgs.java builder method param comment #​2441

❤️ Contributors

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

v6.2.4.RELEASE

Compare Source

📗 Links

⭐ New Features

  • Add capability of FailOver with takeOver option #​2358
  • Improve AdaptiveRefreshTriggeredEvent to provide the cause and contextual details #​2338
  • Refine RedisException instantiation to avoid exception instances if they are not used #​2353

🐞 Bug Fixes

  • Fix long overflow in RedisSubscription#potentiallyReadMore #​2383
  • Consistently implement CompositeArgument in arg types #​2387

💡 Other

  • README.md demo has an error #​2377
  • Fix Set unit test sscanMultiple fail in redis7 #​2349

❤️ Contributors

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

v6.2.3.RELEASE

Compare Source

📗 Links

🐞 Bug Fixes

  • Fallback to RESP2 hides potential authentication configuration problems #​2313
  • Accept slots as String using CLUSTER SHARDS #​2325
  • Handle unknown endpoints in MOVED response #​2290
  • RedisURI.applySsl(…) does not retain SslVerifyMode #​2328
  • Apply SslVerifyMode in RedisURI.applySsl(…) #​2329

💡 Other

  • Avoid using port 7443 in Lettuce tests #​2326
  • Update netty.version to 4.1.89.Final #​2311
  • Fix duplicate word occurrences #​2307

❤️ Contributors

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

v6.2.2.RELEASE

Compare Source

📗 Links

🐞 Bug Fixes

  • The hostname and password cannot parse even if escaping with RedisURI redis-sentinel the password include '@​' and '#' #​2254
  • Fix password parsing error when redis-sentinel URI contains @​ #​2255
  • XTrimArgs Should Allow Limit = 0 #​2250
  • NullPointerException if INFO command on redis cluster fails #​2243
  • Own RedisCredentialsProvider causes issue with protocol handshake on Redis 5 #​2234
  • Proper creation of AttributeKey #​2111

💡 Other

  • Improve Document on dynamicRefreshSources #​2139
  • Improve Document on pingBeforeActivateConnection #​2138
  • Shutdown issue #​2111

❤️ Contributors

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

v6.2.1.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.2.1 service release!
This release ships with bugfixes and dependency upgrades.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.2.1.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 19. It is tested continuously against the latest Redis source-build.

📗 Links

⭐ New Features

  • Make SlotHash utility methods public #​2199

🐞 Bug Fixes

  • INFO response parsing throws on encountering '\n' on NodeTopologyView #​2161
  • PartitionSelectorException during refresh of Partitions #​2178
  • RedisURI.Builder#withSsl(RedisURI) not working with SslVerifyMode#CA #​2182
  • SMISMEMBER is not marked a readonly command #​2197
  • Eval lua script expects return integer but null #​2200
  • ZRANGESTORE does not support by Rank comparison #​2202
  • zrevrangestorebylex/zrevrangestorebyscore range arguments flipped #​2203

💡 Other

❤️ Contributors

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

v6.2.0.RELEASE

Compare Source

The Lettuce team is delighted to announce general availability of Lettuce 6.2.

This is a massive release thanks to all the community contributions. Most notable changes
that ship with this release are:

  • Support for Redis 7.0 commands and modifier/argument updates

Lettuce 6 supports Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires
at least Java 8 and works with Java 18.

Thanks to all contributors who made Lettuce 6.2.0 possible.

📗 Links

⭐ New Features

  • Allow configuring a default ThreadFactoryProvider to create ClientResources #​1711
  • Introduce API to allow for extending RedisClusterClient and its connections #​1754
  • Could not initialize JfrConnectionCreatedEvent #​1767
  • Add support for double timeouts for BZPOP and BLPOP/BRPOP commands #​1772
  • Password Rotation support - Add a CredentialProvider interface/class and set your own provider #​1774
  • Emit command latency events using JFR #​1820
  • Lettuce loosing clientTracking after Reconnect #​1838
  • NodeSelection dispatch output gets reused #​1876
  • Specify concrete scheduler name #​1898
  • Add support for SINTERCARD #​1902
  • Add support for LMPOP and BLMPOP commands #​1903
  • Add support for CLUSTER DELSLOTSRANGE and CLUSTER ADDSLOTSRANGE commands #​1904
  • Add NX/XX/GT/LT options to EXPIRE commands #​1905
  • Avoid routing to cluster replicas that are loading data #​1923
  • Introduce nodeFilter Predicate to filter Partitions #​1942
  • Add exception type for READONLY errors #​1943
  • Add support for ZINTERCARD command #​1982
  • Add support NOW, FORCE and ABORT args for SHUTDOWN command #​1985
  • Add support for EVAL_RO and EVALSHA_RO commands #​1987
  • Support CONFIG GET/SET with multiple parameters #​1988
  • Add support for CLIENT NO-EVICT command #​1989
  • Add support for ACL DRYRUN command #​1992
  • Do not use pause detector for CommandLatencyCollector by default #​1995
  • Rename ReadFrom.NEAREST to LOWEST_LATENCY to clarify its functionality #​1997
  • Add support for REPLICAOF and CLUSTER REPLICAS commands #​2020
  • Add support for CLUSTER SHARDS command #​2025
  • Deprecate connection-related methods on commands API #​2028
  • Promote AsyncCloseable to public API #​2030
  • Improving performance of RedisAdvancedClusterAsyncCommandsImpl::mget #​2042
  • Redis cluster refresh of large clusters keeps I/O threads busy #​2045
  • Reduces overhead of RedisClusterNode.forEachSlot #​2058
  • Implement AutoCloseable in AbstractRedisClient #​2076
  • StatefulRedisClusterConnectionImpl getConnection always calls connection provider with Intent.WRITE #​2095
  • Add support for XGROUP … ENTRIESREAD #​2141
  • Add support for EXPIRETIME and PEXPIRETIME #​2142
  • Assert Redis 7.0 compatibility #​2143
  • Add support for SENTINEL REPLICAS command #​2144
  • Add support for SORT_RO #​2145

🐞 Bug Fixes

  • Fix potential null-dereference in CommandHandler #​1703
  • Cannot refresh Redis Cluster topology #​1706
  • RedisPubSubCommands,RedisClusterPubSubCommands, and other types missing in reflect-config.json #​1710
  • Additional Redis PubSub types missing from reflect-config.json #​1737
  • AbstractRedisClient#shutdown() never ends when Redis is unstable #​1768
  • Closing ClusterNodeEndpoint asynchronously doesn't retrigger buffered commands #​1769
  • CopyArgs should honor replace parameter value instead of doing null check only #​1777
  • Exception thrown during RedisClusterClient shutdown #​1800
  • SSL CN name checked failed after Redis Sentinel failover #​1812
  • ClassCastException when no LATENCY_UTILS_AVAILABLE or HDR_UTILS_AVAILABLE #​1829
  • Static command interface methods are erroneously verified against command names #​1833
  • Coroutine commands that result in a Flow can hang #​1837
  • Fix ACL SETUSER when adding specified categories #​1839
  • Fix ACL SETUSER when setting noCommands #​1846
  • ACL SETUSER not retaining argument order #​1847
  • io.lettuce.core.protocol.CommandExpiryWriter cannot be cast to io.lettuce.core.protocol.DefaultEndpoint #​1882
  • Attempting to execute commands during a JVM shutdown will cause a RedisConnectionFailureException / IllegalStateException: Shutdown in progress #​1883
  • Tracing incorrect when command execute timeout #​1901
  • Run flush commands with FlushMode on upstreams only #​1908
  • RoundRobinSocketAddressSupplier is not refreshing when RedisURI changes #​1909
  • ClientResources.mutate() leads to DefaultClientResources was not shut down properly if the original instance is GC'd #​1917
  • BoundedPoolConfig with -1 as maxTotal does not work as unlimited pool #​1953
  • CommandArgs using Long.MIN_VALUE results in 0 #​2019
  • SslClosedEngineException thrown after exceeding connection init timeout #​2023
  • NodeTopologyView passes null-Value to StringReader constructor #​2035
  • MasterReplicaConnectionProvider with zero connections causes IllegalArgumentException #​2036
  • DefaultCommandLatencyCollector.PauseDetectorWrapper defines PauseDetector in method signatures #​2056
  • decorrelatedJitter and fullJitter delay calculation overflows #​2115
  • XPending command cannot be called with IDLE param without defining CONSUMER #​2132
  • Routing XREADGROUP command in Redis cluster #​2140
  • Ensure PooledClusterConnectionProvider uses correct write-connection #​2146
  • CommandHandler's validateWrite method has a calculated overflow problem #​2150

💡 Other

  • Edit wiki for versioned pages #​1699
  • RedisURI: improve deprecation notice in withPassword() #​1707
  • Improve kotlin api generator to provide replacement for a deprecated method #​1759
  • cancelCommandsOnReconnectFailure should have appropriate warnings. #​1787
  • Upgrade to netty-incubator-transport-native-io_uring 0.0.8.Final #​1798
  • Upgrade to Reactor 3.4 #​1804
  • Upgrade to Commons Pool 2.10.0 #​1805
  • Upgrade to Micrometer 1.7 #​1806
  • Upgrade to Kotlin 1.5 #​1807
  • Dependency upgrades #​1808
  • Fixed obvious typo in MicrometerOptions.Builder.minLatency(Duration) #​1826
  • Upgrade dependencies #​1853
  • Upgrade build to Java 17 #​1854
  • Deprecate AbstractRedisClient.setDefaultTimeout(…) to avoid ambiguity with RedisURI.getTimeout() #​1868
  • Replace reactor's deprecated API #​1885
  • A question about the letuce CI project view #​1914
  • Bump log4j-core to 2.15.0 #​1934
  • Upgrade log4j to 2.17 to address CVE-2021-45105 #​1941
  • Extend copyright license years to 2022 #​1952
  • RedisCoroutinesCommands calls are locked after calling multi() #​1954
  • Add tests for Sentinel with ACL authentication #​1956
  • Fix Javadoc link in README #​1959
  • Upgrade dependencies #​1962
  • Docs have some minor spacing and grammar issues #​1993
  • Fix a little typo #​2003
  • Use HTTPS for links #​2026
  • Separate profile to support m1 chip #​2043
  • Bump netty to fix vulnerability issue #​2098
  • Move off deprecated DirectProcessor API #​2136
  • Upgrade to Netty 4.1.79.Final #​2153
  • Upgrade to Micrometer 1.9.2 #​2154
  • Upgrade to Reactor 3.4.21 #​2155
  • Upgrade to Reactive Streams 1.0.4 #​2156

❤️ Contributors

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

v6.1.10.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.1.10 service release!
This release ships with bugfixes and dependency upgrades.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.1.10.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 19. It is tested continuously against the latest Redis source-build

📗 Links

🐞 Bug Fixes

  • zrevrangestorebylex/zrevrangestorebyscore range arguments flipped #​2203
  • SMISMEMBER is not marked a readonly command #​2197
  • RedisURI.Builder#withSsl(RedisURI) not working with SslVerifyMode#CA #​2182
  • INFO response parsing throws on encountering '\n' on NodeTopologyView #​2161

❤️ Contributors

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

v6.1.9.RELEASE

Compare Source

The Lettuce team is pleased to announce the Lettuce 6.1.9 service release!
This release ships with bugfixes and dependency upgrades.

Find the full changelog at the end of this document.

Thanks to all contributors who made Lettuce 6.1.9.RELEASE possible. Lettuce 6 supports
Redis 2.6+ up to Redis 7.x. In terms of Java runtime, Lettuce requires at least Java 8 and
works with Java 17. It is tested continuously against the latest Redis source-build.

:green_boo


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from d5aaa47 to 2789bf0 Compare April 26, 2021 12:57
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch 2 times, most recently from 4585b50 to c842e9d Compare May 12, 2021 10:35
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from c842e9d to 5729fe7 Compare June 22, 2021 13:19
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from 5729fe7 to ae5bb91 Compare October 18, 2021 21:03
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from ae5bb91 to 39d54e0 Compare March 7, 2022 12:08
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from 39d54e0 to 18794ed Compare March 26, 2022 12:43
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from 18794ed to cd2fffa Compare September 25, 2022 20:58
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from cd2fffa to d5a2142 Compare November 20, 2022 10:24
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from d5a2142 to 0d6cf3b Compare March 17, 2023 02:05
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from 0d6cf3b to 6fabfc3 Compare May 28, 2023 11:48
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from 6fabfc3 to 1619e65 Compare July 17, 2023 12:56
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from 1619e65 to 79c7077 Compare August 16, 2023 11:15
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from 79c7077 to c34e9a8 Compare November 15, 2023 10:37
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from c34e9a8 to 8cab448 Compare January 10, 2024 09:52
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from 8cab448 to b430697 Compare March 13, 2024 10:23
@renovate renovate bot force-pushed the renovate/io.lettuce-lettuce-core-6.x branch from b430697 to ced7e4b Compare July 29, 2024 15:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants