@exulu/backend 1.40.0 → 1.41.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,11 +1,12 @@
1
- # [1.40.0](https://github.com/Qventu/exulu-backend/compare/v1.39.3...v1.40.0) (2025-12-05)
1
+ # [1.41.0](https://github.com/Qventu/exulu-backend/compare/v1.40.0...v1.41.0) (2025-12-08)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * remove file based job logging ([8eb9c8c](https://github.com/Qventu/exulu-backend/commit/8eb9c8c2aeddcba4cb0af084028822d3b5ecedf6))
6
+ * various small issues ([1535adf](https://github.com/Qventu/exulu-backend/commit/1535adf56d1594b3415f96ccbea8af9eb56f5406))
7
7
 
8
8
 
9
9
  ### Features
10
10
 
11
- * enhance queue concurrency control and S3 file handling ([91d2158](https://github.com/Qventu/exulu-backend/commit/91d2158035e00575a91e8fd6ae935ae301f76991))
11
+ * refactor processors to context-level with queue and database enhancements ([9436fb3](https://github.com/Qventu/exulu-backend/commit/9436fb3ae54aa1fd1903b7bdd4b6e3bdbf5a25b4))
12
+ * refactor vector search to return chunks with improved scoring and filtering ([4762cf3](https://github.com/Qventu/exulu-backend/commit/4762cf35030c1e14785fe3d22d4c916d723bda7c))