Skip to content

build(deps): bump com.arcadedb:arcadedb-network from 26.3.2 to 26.4.2 in /social-network-analytics/java in the arcadedb group#87

Merged
mergify[bot] merged 1 commit intomainfrom
dependabot/maven/social-network-analytics/java/arcadedb-93a828e085
Apr 26, 2026
Merged

build(deps): bump com.arcadedb:arcadedb-network from 26.3.2 to 26.4.2 in /social-network-analytics/java in the arcadedb group#87
mergify[bot] merged 1 commit intomainfrom
dependabot/maven/social-network-analytics/java/arcadedb-93a828e085

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 26, 2026

Bumps the arcadedb group in /social-network-analytics/java with 1 update: com.arcadedb:arcadedb-network.

Updates com.arcadedb:arcadedb-network from 26.3.2 to 26.4.2

Release notes

Sourced from com.arcadedb:arcadedb-network's releases.

26.4.2

ArcadeDB 26.4.2 Release Notes

Overview

ArcadeDB 26.4.2 is a major release with over 340 commits and 100+ resolved issues. The headline is a brand-new Raft-based High Availability stack built on Apache Ratis, alongside a deep wave of OpenCypher correctness and performance work, expanded wire-protocol security (BOLT + TLS), a new end-to-end Query Profiler, and a long list of SQL, HA, storage, and Studio improvements.

Highlights

Raft-based High Availability using Apache Ratis

ArcadeDB now ships a new HA mode backed by Apache Ratis, bringing a battle-tested Raft consensus implementation to the server. Leader election, log replication, and membership changes are all delegated to Ratis, giving stronger correctness guarantees for replicated writes and simpler operational semantics for clusters running on Kubernetes and bare metal #3730.

End-to-end Query Profiler

The query profiler has been promoted to a first-class feature across every query entrypoint (HTTP, Studio, embedded, drivers). In addition to planner and executor timings, it now also accounts for record deserialization and result serialization, giving a complete picture of where the time goes. Studio surfaces the new serialization cost directly in the results panel #3894.

OpenCypher: major correctness and optimization round

Dozens of OpenCypher issues have been closed in this release. Highlights:

  • Filter pushdown for list predicates (any / all / none / single) in WHERE clauses, which dramatically reduces scanned rows on complex predicates - PR #3891, #3888
  • Index usage for MATCH WHERE ID(n) = <expr> when the expression is dynamic (was falling back to full scan) - PR #3865
  • Aggregation with CASE no longer returns multiple rows from an implicit GROUP BY - #3858
  • CREATE CONSTRAINT ... IS TYPED is now supported - #3800
  • CREATE INDEX statement is now supported - #3763
  • Path Mode (WALK, TRAIL, ACYCLIC) support - #3710
  • WITH * + extra AS alias no longer drops the extra items - #3761
  • Cypher support removed from the Gremlin module in favor of the native engine - #3811
  • Many subquery fixes:
    • EXISTS { MATCH ... } when relationship type embeds a Cypher keyword after underscore - #3952
    • CALL subquery with UNWIND no longer multiplies outer rows - #3944
    • CALL subquery reusing an outer variable name no longer drops rows - #3959
    • CALL + UNION ALL keeps all branches - #3958
    • COLLECT { ... } returns the list instead of null - #3957
    • COUNT { ... } pattern subqueries return the count, not the bound node - #3955, #3956
    • Inline relationship WHERE predicate is now applied - #3951
    • Existential pattern predicate in WHERE correctly filters by target node - #3938
    • Standalone ORDER BY ... LIMIT ... before MATCH preserves the selected row - #3950
  • Expression and null handling fixes:
    • tail(null) returns null (not []) - #3920
    • CASE null WHEN null returns not_matched - #3922
    • List / string concatenation || with null returns null - #3921, #3926, #3927, #3928
    • Dynamic label matching with $() - #3923
    • Quantified path pattern ->+ matches 1+ relationships - #3924
    • Variable-length pattern *2..2 no longer includes distance-1 nodes - #3931
    • RETURN ALL raises a syntax error as expected - #3925
    • Fixes from the TCK run: 10 OpenCypher TCK failures from optimizer clause ordering resolved
    • Parameterized queries match correctly in property maps when an edge is present - #3765
    • Label expression predicate with null node returns null - #3935

... (truncated)

Commits

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the arcadedb group in /social-network-analytics/java with 1 update: [com.arcadedb:arcadedb-network](https://github.com/ArcadeData/arcadedb).


Updates `com.arcadedb:arcadedb-network` from 26.3.2 to 26.4.2
- [Release notes](https://github.com/ArcadeData/arcadedb/releases)
- [Commits](ArcadeData/arcadedb@26.3.2...26.4.2)

---
updated-dependencies:
- dependency-name: com.arcadedb:arcadedb-network
  dependency-version: 26.4.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: arcadedb
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 26, 2026
@mergify mergify Bot merged commit 3bff333 into main Apr 26, 2026
7 of 8 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/social-network-analytics/java/arcadedb-93a828e085 branch April 26, 2026 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file dependency_approved java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant