fix(deps): update arcadedb.version to v26.3.2#612
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
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.
This PR contains the following updates:
26.3.1→26.3.226.3.1→26.3.2Release Notes
ArcadeData/arcadedb (com.arcadedb:arcadedb-network)
v26.3.2Compare Source
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:
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
/batchHTTP 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
maxPageRAMaccordingly, improving out-of-the-box performance in Docker and Kubernetes environments.Bug Fixes & Improvements
SQL Engine
count(*)returning nothing on empty types (#3585)Invalid value for $current: nullwhen SQL command is executed (#3583, #3584)CONTAINSANYwith method call on left-hand side (regression) (#3581, #3582)SQLScriptwithLET/RETURNthrowingQueryNotIdempotentException(#3664, #3666)OpenCypher Engine
WHEREpredicates referencingUNWINDvariables not being pushed down intoMatchNodeStepUNWIND $batch MATCH ... CREATEedge failing unlessWHEREclause is used explicitly (#3612)queryNodesCypher functionWire Protocols
WHEREclauses (#3650, #3651)languageparameter (always using SQL) (#3588, #3589)Core Engine
ConcurrentModificationExceptionregression inschema.getTypes()(#3590)Vector Index
vectorNeighborscall extremely slow (#3679)Server & HTTP
Graph Algorithms
Other
Performance Improvements
This release includes significant performance work focused on graph traversal and analytics:
Upgraded Major Dependencies
Additionally, 30+ minor dependency updates were applied including security patches for studio, e2e test, CI/CD, and pre-commit tooling.
New Contributors
Full Changelog
Full Changelog: ArcadeData/arcadedb@26.3.1...26.3.2
Closed Issues: 21 issues resolved — see milestone 26.3.2 for details
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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.