Releases: openedx/taxonomy-connector
Releases · openedx/taxonomy-connector
perf: added caching to XBlockSkillsViewSet list endpoint
- perf: added caching to XBlockSkillsViewSet list endpoint #208
perf: add index to is_blacklisted and created field for performance improvements of xblocks api
What's Changed
- perf: add index to is_blacklisted and created field for performance improvements of xblocks api by @AfaqShuaib09 in #202
New Contributors
- @AfaqShuaib09 made their first contribution in #202
Full Changelog: 1.52.0...1.53.0
1.52.0: Added a search feature on skill field in CourseSkills
What's Changed
- feat: Added a search feature on skill field in CourseSkills by @jajjibhai008 in #203
Full Changelog: 1.51.1...1.52.0
Added safeguards before saving job description
Added null validation before saving job description
New client for AI chat
Added a new client for AI chat
1.50.0
- feat: Skill validation can be disabled for a course or an organization using
SkillValidationConfiguration
model.
Optimized finalize_xblockskill_tags command for memory
Optimized the finalize_xblockskill_tags command for a reduced memory footprint
Update skill category and subcategory prefetching
Modify prefetch related to select related for whitelisted product skills.
PR: #190
Removed direct usages of JobSkills and IndustryJobSkills objects in favour of whitelisted or blacklisted query sets.
Removed direct usages of JobSkills and IndustryJobSkills objects in favour of whitelisted or blacklisted query sets.
1.45.0
feat: Added the ability to blacklist job-skill relationship.