ResonanceDB Server v2.0.0
ResonanceDB Server v2.0.0
This release introduces corpus-aware storage and routing as a first-class architectural capability in ResonanceDB Server, and includes important correctness fixes for advanced query paths that previously could produce ranking inaccuracies in extended retrieval scenarios.
Version 2.0.0 marks a significant server-side evolution: ResonanceDB is no longer limited to a single implicit storage space per database root and now supports clean logical separation through corpora, exposed directly at the REST routing level.
Highlights
-
Corpus-aware architecture
- corpus-scoped routing in the REST API
- lazy corpus materialization on first write
- filesystem-backed corpus discovery and lifecycle handling
- backward-compatible handling of legacy single-store layouts where applicable
-
Improved ranking correctness
- fixes for extended query functions that could previously introduce ranking inaccuracies
- more reliable ordering in advanced query and diagnostic retrieval paths
- improved consistency between core resonance scoring and extended result projections
-
Standalone server distribution
- standalone executable server
- JSON-based REST interface
- CLI utility
- distribution bundle with required license files
- Docker build configuration
Included Components
- ResonanceDB Server (standalone executable)
- REST interface (JSON-based HTTP API)
- CLI utility
- Distribution bundle with required license files
- Docker build configuration
REST Interface
The REST layer provides structured access to waveform-based storage and retrieval operations, including:
- health checks
- corpus-scoped pattern insertion and replacement
- deletion
- comparison
- phase-aware query operations
- composite queries
- interference views
In v2.0.0, corpus identity is part of the REST route structure, enabling explicit isolation of storage and retrieval contexts.
The API surface and request/response DTO formats are documented in the repository README.
Build & Deployment
This release includes:
- Gradle-based multi-module build
- Server distribution bundle
- Dockerfile for containerized deployment
- Non-root runtime configuration
- Healthcheck integration
Versioning
This release corresponds to Git tag:
The runtime version is derived from the project Gradle configuration at build time.
Legal Notice
This release is provided under the terms of the repository LICENSE.
No additional rights are granted by this release note.
All rights and permissions are governed solely by the applicable license files in the repository.
Certain techniques implemented in this software may be covered by one or more pending patent applications.
No patent rights are granted except as expressly provided in the LICENSE.
For licensing inquiries:
license@evacortex.ai