Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps com.arcadedb:arcadedb-network from 25.10.1 to 25.11.1.

Release notes

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

25.11.1

ArcadeDB v25.11.1

This release introduces significant improvements to vector search capabilities, alongside critical fixes for SQL querying, indexing, and gRPC protocol handling.

🚀 Highlights

New JVector Integration

We have implemented a new LSMVector index using the JVector open-source engine. This provides a substantial performance boost and better state-of-the-art capabilities for vector search operations within ArcadeDB.

✨ New Features & Improvements

SQL & Indexing

  • Embedded List Indexing: Added support for indexing properties contained in embedded documents (or maps) inside lists using the BY ITEM syntax. (#2802, #2803)
  • Enhanced Query Optimization: Improved index awareness for CONTAINS, IN, and CONTAINSALL operators. (#2786)
  • Delete Operations: Enhanced DELETE functionality to better handle multiple OR conditions. (#2760, #2695)
  • Progress Logging: Added progress logging to the LSMTreeIndex build phase to improve visibility during large index operations. (#2772, #2763)

gRPC & API

  • SQL Aliases: Fixed issue where SQL aliases were missing in gRPC ResultSet serialization. (#2858, #2854, #2903)
  • Command Serialization: Improved reliability of gRPC command result serialization. (#2904)
  • CLI Options: Updated and refined Command Line Interface options. (#2799)

Core & Internal

  • Prometheus Plugin: Added shading to the Prometheus plugin to prevent classpath conflicts. (#2779, #2780)
  • Test Refactoring: Major refactoring of test utilities and module dependencies for better maintainability. (#2885, #2881)

🐛 Bug Fixes

Query Engine

  • Filtering Fix: Resolved a critical bug where filtering with WHERE clauses returned wrong results in specific scenarios. (#2814, #2815)
  • Unwind/Merge: Hotfix for UNWIND and MERGE operations, including a fix for broken iterators. (#2856, #2861)
  • Binary Comparator: Fixed ClassCastException in BinaryComparator for TYPE_BINARY comparisons. (#2762, #1534)
  • Duplicate Documents: Fixed an issue where using the Greater Than (>) operator with indexes returned duplicate documents. (#2328)

Indexing

  • NOTUNIQUE Indexes: Fixed an issue where creating a NOTUNIQUE string index on a large dataset broke the = operator. (#2757, #2859)
  • LSMTree Compaction: Addressed an issue where compaction created duplicate timestamped indexes that were not cleaned up. (#2701)
  • Console Creation: Fixed error when attempting to create an index that exists even when using the IF NOT EXISTS clause. (#1819)

Studio & Tools

  • Mongo Wrapper: Fixed failures when running Mongo queries inside Studio. (#2168)
  • CSV Importer: Fixed the createdDocuments counter not incrementing during imports. (#2700)
  • REST API: Addressed idempotency issues where queries worked in Studio but failed via REST. (#1589)

🛠 Dependency Updates

Significant updates to core dependencies to ensure security and performance:

  • Lucene: Bumped to version 10.3.2.
  • gRPC: Bumped to version 1.77.0.

... (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 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 <dependency name> 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)

Bumps [com.arcadedb:arcadedb-network](https://github.com/ArcadeData/arcadedb) from 25.10.1 to 25.11.1.
- [Release notes](https://github.com/ArcadeData/arcadedb/releases)
- [Commits](ArcadeData/arcadedb@25.10.1...25.11.1)

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

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 Dec 15, 2025
@mergify
Copy link
Contributor

mergify bot commented Dec 15, 2025

🧪 CI Insights

Here's what we observed from your CI run for 0a9fa19.

🟢 All jobs passed!

But CI Insights is watching 👀

@mergify mergify bot merged commit f33273e into main Dec 15, 2025
12 checks passed
@dependabot dependabot bot deleted the dependabot/maven/com.arcadedb-arcadedb-network-25.11.1 branch December 15, 2025 13:38
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.

2 participants