What's Changed
Features
- Added support for connecting to local files (e.g., CSV, Excel, JSON) as data sources — users can now upload, inspect, and query local files directly from the web interface.
Fixes
- Fixed a Docker build error in the
Dockerfile, improving reliability of containerized deployments.
Improvements
- Updated documentation in
README.mdto reflect new capabilities and usage guidance. - Added a manual Docker release workflow (
docker-manual-release.yml) to streamline container image publishing.
Dependencies
- Upgraded
@protobufjs/utf8from1.1.0to1.1.1. - Upgraded
protobufjsfrom7.5.5to7.5.8.