Releases: openedx/taxonomy-connector
Releases · openedx/taxonomy-connector
1.37.1: making sub_category skills to job specific in career tab
What's Changed
- feat: making sub_category skills to job specific in career tab by @jajjibhai008 in #152
Full Changelog: 1.37.0...1.37.1
Added the ability to remove unused jobs from django admin.
Added the ability to remove unused jobs from django admin.
1.36.3
- fix: Only create a job if atleast a job related skill exist in database
1.36.2: remove validations on skills in skill quiz
What's Changed
- Update standard workflow files. by @feanil in #147
- fix: update tx pull ccommand by @edx-requirements-bot in #148
- fix: remove validations on skills in skill quiz by @jajjibhai008 in #149
New Contributors
- @feanil made their first contribution in #147
- @jajjibhai008 made their first contribution in #149
Full Changelog: 1.36.1...1.36.2
Index industry data with skills in Algolia.
Add industries field for job objects which should hold skills info for each industry.
1.35.1: ordering in the SkillsQuiz Viewset
What's Changed
- feat: ordering in the skill quiz viewset by @bilaltahir21 in #142
- chore: version update for ordering in SkillsQuiz viewset by @bilaltahir21 in #143
Full Changelog: 1.35.0...1.35.1
Added logic to avoid 429 errors and handle these errors if they still appear while communicating with LightCast API.
Added logic to avoid 429 errors and handle these errors if they still appear while communicating with LightCast API.
1.34.0: similar job recommendations in algolia jobs index
What's Changed
- feat: job recommendations in algolia jobs index by @bilaltahir21 in #131
Full Changelog: 1.33.0...1.34.0
feat: refresh_xblock_skills and event handlers for openedx-events
feat: refresh_xblock_skills and event handlers for openedx-events (#138) This commit combines changes implemented in following commits: - cc1889b6de1f9ed06343bf3cdf2a3c4a9b615565 - ec2a5812b831510970fa1303a2fa90890d21f1b0 The changes were reverted as part of commit a9994011c3d1acd3bfc2a21acc3cb35b8f5e1536 as the upstream MR in openedx-events: https://github.com/openedx/openedx-events/pull/143 was not merged. It is now merged and the dependencies are udpated.
Added log for EMSI client access token and raising error for error status.
Merge pull request #139 from openedx/hammad/ENT-6638 fix: Added log for EMSI client access token.