build(deps-dev): bump redis.clients:jedis from 3.7.1 to 5.1.0#1350
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
build(deps-dev): bump redis.clients:jedis from 3.7.1 to 5.1.0#1350dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [redis.clients:jedis](https://github.com/redis/jedis) from 3.7.1 to 5.1.0. - [Release notes](https://github.com/redis/jedis/releases) - [Commits](redis/jedis@v3.7.1...v5.1.0) --- updated-dependencies: - dependency-name: redis.clients:jedis dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
Contributor
Author
|
Superseded by #1496. |
mergify Bot
added a commit
that referenced
this pull request
Mar 15, 2026
Bumps [neo4j-driver](https://github.com/neo4j/neo4j-javascript-driver) from 5.28.3 to 6.0.1. Release notes *Sourced from [neo4j-driver's releases](https://github.com/neo4j/neo4j-javascript-driver/releases).* > 6.0.1 > ----- > > Patch release primarily fixing the typescript exports for types in the new `Vector` feature > > #### 🔧 Fixes > > --- > > * Fixes the typescript exporting of `Vector` and `vectors`. [#1356](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1356) > > #### 👏🏼 Improvements > > --- > > * Adds a quick return for Bolt serializing primitive types. [#1352](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1352) > > 6.0.0 > ----- > > This is GA release for the 6.0 with all the new features and general improvements in the previous alpha. Along with the introduction of the UnknownType object and the preview feature of Record Object Mapping, allowing validation and mapping of query results. > > #### ❗ Breaking Changes > > --- > > * `protocolVersion` on `ServerInfo` has been changed from a `Number` to new type `ProtocolVersion`. The `Number` representation would break if Bolt ever had a minor version greater than 9. [#1321](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1321) > > #### ⭐ New Features > > --- > > * Add `.containsGqlCause()` and `.findByGqlStatus()` to `Neo4jError` and `GQLError`, allowing easier inspection of cause chains. [#1314](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1314) > * Introduce the `UnsupportedType` class. This class will be returned if the server is asked to send a value of a type which the current driver version cannot parse. This ensures better backwards compatibility for future type intoductions. [#1325](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1325) > > #### ⭐⚠️ Preview Features > > --- > > * Introduce type validation and mapping to `Record`, `Result` and Graph types. A manual entry on this feature will be published in the future. [#1248](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1248) > > #### ❌ Removals > > --- > > * Deprecated functions `.readTransaction()` and `.writeTransaction()` have been removed from `Session`. Please use `.executeRead()` and `.executeWrite()` instead. [#1312](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1312) > * Deprecated function `.lastBookmark()` has been removed from `Session`. Please use `.lastBookmarks()` instead. [#1316](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1316) > * Return value of `.verifyConnectivity()` on `Driver` has been changed from `ServerInfo` to `void`. Please use `.getServerInfo()` if needed. [#1317](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1317) > * Deprecated property `.updateStatistics` has been removed from `ResultSummary`. Please use `.counters` instead. [#1342](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1342) > > #### 👎 Deprecations > > --- > > * `isRetriableError` and the property `retriable` on `Neo4jError` has been deprecated, please use `isRetryable` and `retryable` instead. [#1305](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1305) > * Deprecated `notificationCategory` and `notificationFilterDisabledCategory`. use `notificationClassification` and `notificationFilterDisabledClassification` instead. [#1326](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1326) [#1344](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1344) > > #### 🔧 Fixes > > --- > > * Fixed an issue in error handling which caused crashes on some unexpected errors in connections. [#1329](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1329) > * Move the queuing of channel observer to after message packing is finished. Simplifies the handling of errors during packing so that they surface to the user faster. [#1334](https://redirect.github.com/neo4j/neo4j-javascript-driver/pull/1334) > > #### 👏🏼 Improvements > > --- ... (truncated) Commits * [`2ff063c`](neo4j/neo4j-javascript-driver@2ff063c) bump deno to 6.0.1 ([#1357](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1357)) * [`225402c`](neo4j/neo4j-javascript-driver@225402c) Correct exporting of vector features in ts files ([#1356](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1356)) * [`636a908`](neo4j/neo4j-javascript-driver@636a908) add quick exit in toStructure() for primitive types ([#1352](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1352)) * [`8716a7d`](neo4j/neo4j-javascript-driver@8716a7d) Run Neo4j-Driver Browser Tests Sequentially ([#1350](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1350)) * [`0458328`](neo4j/neo4j-javascript-driver@0458328) Fix ProtocolVersion API docs ([#1346](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1346)) * [`a8e1e30`](neo4j/neo4j-javascript-driver@a8e1e30) Bump deno to 6.1.0 ([#1345](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1345)) * [`7f7e2a9`](neo4j/neo4j-javascript-driver@7f7e2a9) Improve Vector constructor error message ([#1343](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1343)) * [`7e95dc8`](neo4j/neo4j-javascript-driver@7e95dc8) Deprecate NotificationCategory types ([#1344](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1344)) * [`cc2d730`](neo4j/neo4j-javascript-driver@cc2d730) Remove deprecated updateStatistics from ResultSummary ([#1342](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1342)) * [`a6d567c`](neo4j/neo4j-javascript-driver@a6d567c) Vector function error message improvement and expanded 6.0 tests ([#1338](https://redirect.github.com/neo4j/neo4j-javascript-driver/issues/1338)) * Additional commits viewable in [compare view](neo4j/neo4j-javascript-driver@5.28.3...6.0.1) Install script changes This version modifies `prepare` script that runs during installation. Review the package contents before updating. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps redis.clients:jedis from 3.7.1 to 5.1.0.
Release notes
Sourced from redis.clients:jedis's releases.
... (truncated)
Commits
c1cc657Rename 'activeactive' package to 'mcf' (#3615)0d77298Pipeline & Transaction with failover to multi cluster (#3602)452ea52Add CLUSTER SHARDS command support (#3598)701df24filter commits for main branch (#3608)82f63aaBump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#3611)6cb2be6Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#3612)dbf475cAdded HSET variants to ease complex objects (#3605)5a70626Introducing periodic topology mechanism for JedisCluster (#3596)65ed601Support RESET command (#3015)9e1a731Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#3600)You can trigger a rebase of this PR by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)