Skip to content

Releases: openedx/taxonomy-connector

1.45.0

17 Oct 05:46
233f8ab
Compare
Choose a tag to compare

feat: Added the ability to blacklist job-skill relationship.

perf: improve xblock skills api performance

27 Sep 11:32
280ea96
Compare
Choose a tag to compare
  • Improve xblock skills api performance

1.44.2 Chunked data in EMSI client for xblock-skills job

13 Sep 10:19
50d77ac
Compare
Choose a tag to compare

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

11 Sep 06:53
2c39d13
Compare
Choose a tag to compare

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.

09 Aug 09:40
1e5e4d8
Compare
Choose a tag to compare

Added the ability to ignore unrelated jobs from being indexed on Algolia.

1.43.4 Fix b2c_opt_in attribute in algolia

03 Aug 01:15
9689161
Compare
Choose a tag to compare

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.

02 Aug 12:51
786a589
Compare
Choose a tag to compare

Fixed some implementation issues in job recommendation logic.

Further performance enhancements for the algolia index command.

01 Aug 14:41
c7c4182
Compare
Choose a tag to compare

Further performance enhancements for the algolia index command.

Performance enhancements in job recommendations calculation.

31 Jul 11:38
25e881e
Compare
Choose a tag to compare

Performance enhancements in job recommendations calculation.

memory optimization for job recommendations

25 Jul 10:14
db90fea
Compare
Choose a tag to compare

memory optimization for job recommendations