dginev / CorTeX

A general purpose processing framework for corpora of scientific documents
https://corpora.mathweb.org/
MIT License
57 stars 6 forks source link

Bump redis from 0.23.3 to 0.23.4 #274

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 9 months ago

Bumps redis from 0.23.3 to 0.23.4.

Release notes

Sourced from redis's releases.

v0.23.4

0.23.4 (2023-11-26)

Features

Changes

  • Fix sync cluster behavior with transactions. (#983)
  • Sync Pub/Sub - cache received pub/sub messages. (#910)
  • Prefer routing to primary in a transaction. (#986)
  • Accept iterator at ClusterClient initialization (#987 @​ruanpetterson)
  • Change timeouts from usize and isize to f64 (#988 @​eythorhel19)
  • Update minimal rust version to 1.6.5 (#982)
  • Disable JSON module tests for redis 6.2.4. (#980)
  • Add connection string examples (#976 @​NuclearOreo)
  • Move response policy into multi-node routing. (#952)
  • Added functions that allow tests to check version. (#963)
  • Fix XREADGROUP command ordering as per Redis Docs, and compatibility with Upstash Redis (#960 @​prabhpreet)
  • Optimize make_pipeline_results by pre-allocate memory (#957 @​PureWhiteWu)
  • Run module tests sequentially. (#956)
  • Log cluster creation output in tests. (#955)
  • CI: Update and use better maintained github actions. (#954)
  • Call CLIENT SETINFO on new connections. (#945)
  • Deprecate functions that erroneously use tokio in their name. (#913)
  • CI: Increase timeouts and use newer redis. (#949)
Commits
  • d8a5ca9 Release redis 0.23.4 / redis-test 0.2.4 (#992)
  • a6df6e2 Fix sync cluster behavior with transactions. (#983)
  • 12629e2 Sync Pub/Sub - cache received pub/sub messages. (#910)
  • 8f03b0c Prefer routing to primary in a transaction. (#986)
  • 76c5948 Accept iterator at ClusterClient initialization (#987)
  • a1def53 changing timeouts from usize and isize to f64 (#988)
  • c56c72a Support Mutual TLS (#858)
  • 7dd0180 Update minimal rust version to 1.6.5 (#982)
  • cdf3a94 Implement FromRedisValue for Box\<[T]> and Arc\<[T]> (#799)
  • fb8a327 Disable JSON module tests for redis 6.2.4. (#980)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 9 months ago

Superseded by #275.