chore: Update version to 4.10.7 and document changes in CHANGELOG #196
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the version of the
learning_assistantplugin to4.10.7and introduces changes related to the XPert Chat API and its configuration. The most important changes include updating the changelog with details about the new version and modifying the plugin version in the__init__.pyfile.Version update and changelog:
CHANGELOG.rst: Added a new entry for version4.10.7, dated2025-07-15. The entry highlights that the XPert Chat API response will now differ between the V1 and V2 endpoints, and a new Django setting has been added to control the availability of the chat V2 endpoint in production.learning_assistant/__init__.py: Updated the__version__variable from4.10.6to4.10.7.