The following list describes the changes by component:
- Update Poetry's package dependencies
- Update Poetry's package dependencies
New features:
- Dedicated queues in multi-tenancy
This new feature allows to run jobs in dedicated queues when multi- tenancy is active. Therefore, tenants that require more computing time, can run in a separate environment without taking the resources of others. This new feature changes the format of thetenants.json
file, so please update it before you install this new version. You can find more info about how to configure it in theREADME.md
file.
Bug fixes:
- Match recommendations job fixed
Fix the bug in recommend matches jobs that was causing it not to recommend any matches.
Dependencies updateds:
- Drop support of Node.js <18
Versions 14 to 16 of Node.js are no longer mantained. The current supported versions are 18 to 20.
- Update Poetry's package dependencies
New deprecations:
- NNTP backend deprecated
NNTP is deprecated. It is not compatible with Python 3.11.8 and will be removed in a future version.
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
- Update Poetry's package dependencies
New features:
- Kitsune raw mapping updated
Update the mapping for Kitsune backend to fix an error inserting Perceval items in the raw index when the field 'data.metadata.value' is too big.
- Update Poetry's package dependencies