# NornicDB v1.0.11 Release Announcement #18
Closed
orneryd
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Release Date: January 27, 2026
I am excited to announce NornicDB v1.0.11, a major release that brings enterprise-grade features, significant performance improvements, and enhanced compatibility. This release includes 369 files changed with 48,599 lines of new code, representing one of our largest feature releases to date.
🚀 What's New for Users
Qdrant gRPC Compatibility - Use Your Existing Qdrant SDKs
What it means: NornicDB now speaks the same language as Qdrant, allowing you to use existing Qdrant SDKs (Python, Go, Rust, JavaScript, and more) without any code changes. This means zero migration effort when switching from Qdrant to NornicDB.
What you can do:
qdrant-client) directly with NornicDBPerformance benefits:
Learn more: Qdrant gRPC Guide | Architecture Details
Canonical Graph Ledger - Audit-Grade Mutation Tracking
What it means: Build a canonical truth store with temporal validity, declarative constraints, and a complete audit trail of all graph mutations. Perfect for financial systems, compliance requirements, and data governance.
What you can do:
Key features:
CALL db.txlog.*proceduresLearn more: Canonical Graph Ledger Guide | Temporal Procedures
Vector Search Revolution - Faster, Smarter, More Configurable
What it means: A complete refactoring of the vector search system with new candidate generation strategies, configurable HNSW parameters, and a flexible pipeline architecture. Search is now faster, more accurate, and easier to tune for your specific use case.
What you can do:
Performance improvements:
Learn more: Vector Search Guide | Embedding Search Architecture | HNSW Configuration
Storage Enhancements - Better Performance and Reliability
What it means: New storage serialization options, persistent schema management, and enhanced data validation. Your data is stored more efficiently, validated more thoroughly, and recovered more reliably.
What you can do:
Performance improvements:
Learn more: Storage Serialization Guide | Property Data Types | WAL Compaction
ARM64 SIMD Optimizations - Native Performance on Apple Silicon
What it means: Native ARM64 NEON SIMD instructions for vector operations, providing significant performance improvements on Apple Silicon and other ARM64 platforms.
What you can do:
Performance improvements:
Learn more: NEON SIMD Implementation
Auto-Embedding Inference - Intelligent Chunking and Generation
What it means: Automatic embedding generation with intelligent text chunking, making it easier to build semantic search capabilities without manual embedding management.
What you can do:
Performance improvements:
Learn more: Vector Embeddings Guide | Embedding Search Architecture
Replication Enhancements - Secure, High-Performance Multi-Region
What it means: Enhanced replication with TLS encryption, shared-secret authentication, and improved transport reliability. Build secure, multi-region deployments with confidence.
What you can do:
Security improvements:
Learn more: Replication Guide
Query Autocomplete - Intelligent Cypher Assistance
What it means: Intelligent query autocomplete powered by the Heimdall AI assistant, making it easier to write correct Cypher queries.
What you can do:
Learn more: Autocomplete Plugin | Heimdall AI Assistant
📊 Performance Improvements Summary
Write Performance
Search Performance
Storage Efficiency
Memory Usage
Learn more: Performance Guides | HTTP/2 Implementation | Single Request Benchmark
🔧 Additional Improvements
Authentication
Bolt Protocol
Cypher Query Language
WAL and Durability
📚 Documentation Updates
This release includes extensive new documentation:
Browse all documentation: Documentation Index
🎯 Migration Notes
For Existing Users
New Configuration Options
NORNICDB_QDRANT_GRPC_ENABLED=true- Enable Qdrant gRPC endpointNORNICDB_EMBEDDING_ENABLED=true- Enable auto-embedding inferenceSee: Configuration Guide
🙏 Thank You
This release represents weekd of development work focused on enterprise features, performance, and reliability.
Beta Was this translation helpful? Give feedback.
All reactions