Releases: openedx/xblock-lti-consumer
Releases · openedx/xblock-lti-consumer
v9.12.1
What's Changed
- docs: Add PII annotation by @bmtcril in #516
- chore: Upgrade Python requirements by @edx-requirements-bot in #521
- docs: update saltire LTI URL for testing LTI 1.1/1.2 by @Faraz32123 in #520
New Contributors
Full Changelog: v9.12.0...v9.12.1
v9.12.0
What's Changed
- docs: Make it clear that this is unmaintained. by @feanil in #490
- fix: pypi-publish master branch sunset by @CodeWithEmad in #491
- build: Switch to ubuntu-latest for builds by @feanil in #500
- feat: drop Python 3.8 and add Python 3.12 support by @Faraz32123 in #514
New Contributors
- @CodeWithEmad made their first contribution in #491
- @Faraz32123 made their first contribution in #514
Full Changelog: v9.11.3...v9.12.0
v9.11.3
v9.11.2
v9.11.1
v9.11.0
What's Changed
- Python Requirements Update by @edx-requirements-bot in #471
- fix: unpin lxml constraint by @irtazaakram in #471
Full Changelog: v9.10.0...v9.11.0
v9.10.0
What's Changed
- Python Requirements Update by @edx-requirements-bot in #442
- Python Requirements Update by @edx-requirements-bot in #444
- Python Requirements Update by @edx-requirements-bot in #446
- Python Requirements Update by @edx-requirements-bot in #448
- feat!: remove Transifex calls for FC-0012 - OEP-58 by @shadinaif in #445
- chore: update repo maintainer by @jristau1984 in #457
- chore: remove cosmo team from requirements email by @zacharis278 in #462
- feat: add python 3.11 support by @edx-requirements-bot in #450
New Contributors
- @jristau1984 made their first contribution in #457
Full Changelog: 9.8.3...v9.10.0
9.8.3 Additional Observability Tracing
9.8.2 Observability tracing
Adds NewRelic traces to functions suspected of causing performance issues.
https://github.com/openedx/xblock-lti-consumer/blob/master/CHANGELOG.rst#982---2024-01-19
v9.8.1 fix custom parameter validation
- fixes validation on custom parameters field added in v9.6.2. The updated validation ensures that the code changes are backwards compatible with existing custom parameter field values.