Skip to content

Releases: oat-sa/lib-lti1p3-core

v7.0.2

09 Mar 20:21
35e6fb0
Compare
Choose a tag to compare

What's Changed

  • chore: allow psr/http-message v2 by @kochen in #180
  • fix: force minimum phpseclib to v3.0.37 by @kochen in #182

Full Changelog: 7.0.1...7.0.2

v7.0.1

08 Mar 06:30
d6f364e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 7.0.0...7.0.1

v7.0.0

22 Dec 08:14
fda1733
Compare
Choose a tag to compare

What's Changed

  • BREAKING CHANGE TR-5944 upgrade dependencies, removing Http\Message\ResponseFactory from dependencies by @wazelin in #174
  • fix: bump to php 8.0.0 and remove old nd unsupported dependency versions by @kochen in #166
  • fix: replace abandoned php-http/message-factory with psr/http-factory by @kochen in #165

Full Changelog: 6.9.1...7.0.0

v6.9.1

04 Dec 12:19
fea7f31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.9.0...6.9.1

v6.9.0

21 Jun 07:34
e464bdd
Compare
Choose a tag to compare

What's Changed

  • introduced the ability to choose which validations to use for the nonce and state validations

Full Changelog: 6.8.0...6.9.0

v6.8.0

12 Jun 14:05
ee2f9d6
Compare
Choose a tag to compare

What's Changed

Full Changelog: 6.7.2...6.8.0

v6.7.2

13 Sep 14:39
d525604
Compare
Choose a tag to compare

What's Changed

  • fix: added aud claim validation by @peetya in #148
  • fix: allow empty validation keys to be set into security configuration by @wazelin in #151

New Contributors

Full Changelog: 6.7.1...6.7.2

v6.7.1

12 Mar 16:00
42b06bd
Compare
Choose a tag to compare
  • LtiMessage auto submit script wrapped by window.onload callback

v6.7.0

15 Dec 15:53
73473f6
Compare
Choose a tag to compare
  • Added support for LTI System Role TestUser

v6.6.0

12 Oct 13:28
4a912dc
Compare
Choose a tag to compare
  • Added MessagePayloadClaimsExtractor to ease message claims extraction
  • Updated documentation