@exulu/backend 1.39.2 → 1.40.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 +7 -2
- package/changelog-backend-10.11.2025_03.12.2025.md +1 -1
- package/dist/index.cjs +308 -184
- package/dist/index.d.cts +24 -14
- package/dist/index.d.ts +24 -14
- package/dist/index.js +308 -184
- package/package.json +1 -1
- package/types/models/context.ts +8 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
# [1.40.0](https://github.com/Qventu/exulu-backend/compare/v1.39.3...v1.40.0) (2025-12-05)
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
### Bug Fixes
|
|
5
5
|
|
|
6
|
-
*
|
|
6
|
+
* remove file based job logging ([8eb9c8c](https://github.com/Qventu/exulu-backend/commit/8eb9c8c2aeddcba4cb0af084028822d3b5ecedf6))
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* enhance queue concurrency control and S3 file handling ([91d2158](https://github.com/Qventu/exulu-backend/commit/91d2158035e00575a91e8fd6ae935ae301f76991))
|
|
@@ -88,7 +88,7 @@ passing full message arrays for stateless interactions.
|
|
|
88
88
|
|
|
89
89
|
Also downgrades AI SDK from v5.0.95 to v5.0.65 for stability, adds cookie-parser dependency,
|
|
90
90
|
and improves context embedding generation with better metadata handling and increased timeout
|
|
91
|
-
limits. Enhances S3 integration with multi-bucket support
|
|
91
|
+
limits. Enhances S3 integration with multi-bucket support by making the bucket always be the part of the key before the first slash
|
|
92
92
|
improves vector search result limits, and adds better error handling for encrypted variables
|
|
93
93
|
and external ID lookups in context operations.
|
|
94
94
|
|