github infiniflow/ragflow v0.25.3

latest release: nightly
7 hours ago

Summary

New features

  • Data source and parsing: Added column-level semantic/metadata control for the spreadsheet file parser; introduced ETag optimization for incremental synchronization of S3 data sources to avoid unnecessary file transfers.
  • Enables assigning specific roles like content, metadata, and primary key, to table columns. #13710

Improvements

  • API refactoring and security
    • Continues the transition of web APIs to RESTful conventions, ensuring backward compatibility for all legacy endpoints.
    • Binds the user_id in POST /api/v1/messages to the authenticated JWT principal. #14745
    • Secures the sandbox executor against dynamic and indirect code execution bypasses. #14690
    • LLM request timeout control
    • High concurrency blocking call thread pool
  • Reduces ingestion server boot time. #14894

Bug fixes

  • Images in multi-sheet Excel workbooks were not scoped by sheet, causing images to be incorrectly attributed across different worksheets. #14120
  • Iteration item alias passing
  • Tool parameter template parsing
  • Code execution attachment output
  • Volcano model addition fix

What's Changed

New Contributors

Full Changelog: v0.25.2...v0.25.3

Don't miss a new ragflow release

NewReleases is sending notifications on new releases.