Skip to content

build(deps): bump com.arcadedb:arcadedb-network from 26.3.1 to 26.3.2 in /customer-360/java in the arcadedb group#44

Merged
mergify[bot] merged 1 commit intomainfrom
dependabot/maven/customer-360/java/arcadedb-a6a29e7b53
Mar 22, 2026
Merged

build(deps): bump com.arcadedb:arcadedb-network from 26.3.1 to 26.3.2 in /customer-360/java in the arcadedb group#44
mergify[bot] merged 1 commit intomainfrom
dependabot/maven/customer-360/java/arcadedb-a6a29e7b53

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 22, 2026

Bumps the arcadedb group in /customer-360/java with 1 update: com.arcadedb:arcadedb-network.

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

Release notes

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

26.3.2

ArcadeDB 26.3.2 Release Notes

We're excited to announce ArcadeDB 26.3.2, a performance-focused release with 100+ commits and 21 closed issues that introduces the Graph Analytical View (GAV) for OLAP-grade graph analytics, a high-performance bulk edge importer, HTTP batch endpoint, gRPC batch graph loading, GraphQL introspection, MCP stdio transport, and numerous bug fixes and performance improvements across the SQL, OpenCypher, and Gremlin engines.

Major New Features

Graph Analytical View (GAV) — CSR-based OLAP Acceleration

Introduced the Graph Analytical View (#3617, #3618), a CSR (Compressed Sparse Row) based OLAP acceleration layer that dramatically speeds up graph analytics. GAV is automatically used by both the SQL and OpenCypher query planners when beneficial, enabling orders-of-magnitude faster execution of graph algorithms, traversals, and pattern matching on large datasets. Key optimizations include:

  • Build-probe hash join for multi-pattern Cypher queries sharing endpoint variables
  • Count push-down to graph algorithms, avoiding materialization of millions of records
  • Sorted neighbor lists enabling merge-join for triangle counting and similar algorithms
  • Anti-join with binary search for target nodes in anchor's sorted neighbor list
  • Automatic async rebuild on graph mutations

High-Performance Bulk Edge Creation

New GraphBatchImporter (#3621) for ultra-fast bulk edge creation with parallel writes for both outgoing and incoming edges, parallel sorting, and optimized edge insertion. Includes a new database.batch() API for super-fast batch operations.

HTTP Batch Endpoint

Added a new /batch HTTP endpoint (#3675) for executing multiple operations in a single HTTP request, reducing round-trip overhead for bulk operations.

gRPC GraphBatchLoad RPC

New GraphBatchLoad client-streaming RPC (#3678, #3680) in the gRPC module for high-throughput bulk graph loading via streaming.

GraphQL Introspection

GraphQL introspection is now available (#3671), enabling tools and IDEs to discover the schema and available queries/mutations automatically.

MCP Stdio Transport

Added MCP stdio transport (#3685) alongside the existing SSE transport, enabling direct integration with AI assistants and tools that use the stdio protocol. Also added profiler and server settings to MCP server tools (#3663) and fixed MCP authentication with API tokens (#3620).

Auto-tune maxPageRAM

ArcadeDB now auto-detects container memory limits at startup (#3580) and adjusts maxPageRAM accordingly, improving out-of-the-box performance in Docker and Kubernetes environments.

Bug Fixes & Improvements

SQL Engine

  • Fixed aggregating projection with count(*) returning nothing on empty types (#3585)
  • Fixed Invalid value for $current: null when SQL command is executed (#3583, #3584)
  • Fixed CONTAINSANY with method call on left-hand side (regression) (#3581, #3582)
  • Fixed SQLScript with LET/RETURN throwing QueryNotIdempotentException (#3664, #3666)
  • Fixed Class Cast Exception in SQL queries
  • Optimized graph filtering (SQL only)

... (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 /customer-360/java with 1 update: [com.arcadedb:arcadedb-network](https://github.com/ArcadeData/arcadedb).


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

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 22, 2026
@mergify mergify Bot merged commit 815cec8 into main Mar 22, 2026
6 of 7 checks passed
@dependabot dependabot Bot deleted the dependabot/maven/customer-360/java/arcadedb-a6a29e7b53 branch March 22, 2026 17:19
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 java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant