Skip to content

Releases: oat-sa/lib-lti1p3-basic-outcome

5.0.5

17 Jul 14:25
443fa33

Choose a tag to compare

What's Changed

  • fix: unlock the core library dependency by @wazelin in #37

Full Changelog: 5.0.4...5.0.5

5.0.4

24 Jun 11:19
bcb41bf

Choose a tag to compare

What's Changed

Full Changelog: 5.0.3...5.0.4

v5.0.3

09 Mar 20:25
f653ed8

Choose a tag to compare

What's Changed

  • chore: allow psr/http-message v2 by @kochen in #34

Full Changelog: 5.0.2...5.0.3

v5.0.2

08 Mar 09:27
e860d69

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v5.0.1...5.0.2

v5.0.1

23 Jan 16:35
7e055d6

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...v5.0.1

v5.0.0

22 Dec 08:29
0f0141f

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1.1...5.0.0

v4.1.1

23 Sep 07:58
0737187

Choose a tag to compare

  • Fixed wrong response http status code to return a bad request when the provided operation xml is invalid

v4.1.0

28 Jul 11:57
dbdd5cc

Choose a tag to compare

  • Added methods to BasicOutcomeServiceClient to work with claim
  • Updated documentation

v4.0.0

03 Jul 12:26
4c880e5

Choose a tag to compare

  • Added github actions CI
  • Removed jenkins and travis CI
  • Updated oat-sa/lib-lti1p3-core dependency to version 6.0
  • Updated documentation

v3.0.0

06 Apr 06:50
ea5ae77

Choose a tag to compare

  • Added psalm support
  • Deleted BasicOutcomeServiceServer in favor to BasicOutcomeServiceServerRequestHandler (to be used with core LtiServiceServer)
  • Updated oat-sa/lib-lti1p3-core dependency to version 5.0
  • Updated BasicOutcomeServiceServerProcessorInterface methods parameters to work with registration
  • Updated overall constructors to handle nullable parameters
  • Updated documentation