Skip to content

v1.0.6

Latest
Compare
Choose a tag to compare
@awesimon awesimon released this 11 Apr 05:50
· 1 commit to main since this release

[1.0.6] - 2025-04-11

New Features

  • Added reindex tool, supporting data reindexing from source to target index
    • Supports optional query filtering
    • Supports optional script processing of data
    • Asynchronous processing for large indices, returns task ID for monitoring
  • Added index template management functionality
    • createIndexTemplate: Create or update index templates
    • getIndexTemplate: Get index template information
    • deleteIndexTemplate: Delete index templates
  • Added Smithery configuration support, improving deployment and integration processes

Improvements

  • Simultaneously supports environment variables with ES_ prefix and without prefix
    • Example: Supports both ES_HOST and HOST
    • Simplifies compatibility with different environments
  • Improved Cursor editor integration, fixed previously existing bugs
  • Updated project documentation, including detailed configuration guides and usage examples
  • Added demo video links showcasing main features

Bug Fixes

  • Fixed integration issues in Cursor editor
  • Fixed environment variable processing logic, improving configuration reliability

Development Tools

  • Added Dockerfile support for containerized deployment
  • Improved build process and development environment configuration