Skip to content

v0.3.1 - Critical Bug Fix

Choose a tag to compare

@nicolas-geysse nicolas-geysse released this 19 Sep 22:00

πŸ› Critical Bug Fix

Fixed

  • Initialization Error: Fixed "Database not initialized" error when S3 credentials are configured
  • S3 Configuration: S3 setup failures no longer block database initialization
  • Error Handling: Added proper error handling for optional S3 configuration

Technical Details

The bug was caused by an initialization order issue where configureS3() was called before isInitialized was set to true, causing executeQuery() to fail.

Installation

npm install @seed-ship/duckdb-mcp-native@0.3.1

This patch release fixes the critical bug found in v0.3.0 that prevented the package from initializing when S3 environment variables were present.