You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: ags result endpoint to work with or without ending slash
Fixes: #628
* fix: allow blank comment in scores api endpoint
Fixes: #637
* fix: use correct deep linking launch uri as target_link_uri
* fix: lint issues
* fix: use correct key-secret pair for lti 1.1
* fix: tests
* chore: bump version and update changelog
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,14 @@ Please See the `releases tab <https://github.com/openedx/xblock-lti-consumer/rel
16
16
Unreleased
17
17
~~~~~~~~~~
18
18
19
+
11.0.1 - 2026-04-23
20
+
--------------------
21
+
* Fix LTI 1.3 deep linking `target_link_uri` handling in both preflight and launch token generation.
22
+
* Fix AGS results endpoint/serializer URL generation for optional `user_id`, including trailing-slash compatibility.
23
+
* Allow AGS score `comment` to be blank and improve related API test coverage.
24
+
* Use `get_lti_consumer()` OAuth credentials for LTI 1.1 signature/logging paths and align LTI 1.1 errors with shared `LtiError`.
25
+
* Minor internal cleanup: public `get_lti_consumer()` rename, launch URL typing/casting, and fallback to block `lti_version` when config version is missing.
0 commit comments