Releases: openedx/taxonomy-connector
Releases · openedx/taxonomy-connector
2.1.0
What's Changed
- docs: create catalog-info.yaml file by @bcitro in #212
- build: Create upgrade-python-requirements.yml by @bcitro in #213
- build: fix typo in upgrade-python-requirements.yml by @bcitro in #215
- chore: Upgrade Python requirements by @edx-requirements-bot in #217
New Contributors
Full Changelog: 2.0.0...2.1.0
2.0.0
What's Changed
- fix: Fixed the transaction issue in the delete_product util function by @irfanuddinahmad in #209
- chore: update github actions cache from v2 to v4 by @BilalQamar95 in #211
- feat!: Python 3.12 Upgrade by @UsamaSadiq in #207
New Contributors
- @BilalQamar95 made their first contribution in #211
Full Changelog: 1.54.0...2.0.0
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