Releases: openedx/taxonomy-connector
1.45.0
feat: Added the ability to blacklist job-skill relationship.
perf: improve xblock skills api performance
- Improve xblock skills api performance
1.44.2 Chunked data in EMSI client for xblock-skills job
LightCast API was throwing errors when processing larger data sizes, handled it by adjusting data chunking to a maximum size of 50,000 bytes, aligning with LightCast's supported max data size limit.
Add prefetch related to the whitelisted product skills
To avoid the N+1 issue while fetching the catalog courses, prefetch is added to the product skills query set so that the database access can be optimized ultimately improving the performance.
Added the ability to ignore unrelated jobs from being indexed on Algolia.
Added the ability to ignore unrelated jobs from being indexed on Algolia.
1.43.4 Fix b2c_opt_in attribute in algolia
A missing comma in the Algolia constants was preventing the b2c_opt_in attribute from being used.
Fixed some implementation issues in job recommendation logic.
Fixed some implementation issues in job recommendation logic.
Further performance enhancements for the algolia index command.
Further performance enhancements for the algolia index command.
Performance enhancements in job recommendations calculation.
Performance enhancements in job recommendations calculation.
memory optimization for job recommendations
memory optimization for job recommendations