Releases: openedx/taxonomy-connector
Releases · openedx/taxonomy-connector
Fixed error causes by null values returned by EMSI API.
Fixed error causes by null values returned by EMSI API.
Fixed API 429 error and updated admin list display for skills for better usability.
Fixed API 429 error and updated admin list display for skills for better usability.
Added category and subcategory for course skills.
Added category and subcategory for skill.
fix: Add limit to EMSI API calls
- EMSI only allows 5 requests per second, these changes will ensure that we pause the processing for 1 second after every 5 calls made.
1.15.3
Check the course-description text size after encoding
Added ability for translating large size tex
1.15.2 feat: added ability for translating large size text (#82)
v1.15.1
What's Changed
- Post Django32 Cleanup by @edx-requirements-bot in #79
- ENT-5351: fix: Made the median_posting_duration in JobPosting Nullable to avoid errors on jenkins. by @saleem-latif in #81
New Contributors
- @edx-requirements-bot made their first contribution in #79
Full Changelog: 1.14.5...1.15.1
feat: Added ability for translating course description using amazon translate service
1.14.5 Added ability for translating course description using amazon transla…
feat: Add Translation model
Merge pull request #75 from openedx/sameen/ENT-5278 feat: Add Translations model
fix: Make job names unique
Make job names unique and handle exception where ever job is created/updated