Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add changelog for 1.5.0 #145

Merged
merged 1 commit into from
Mar 31, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## [1.5]

### [1.5.0] - 2023-03-31

This release introduces support of [LTI 1.3](https://www.imsglobal.org/spec/lti/v1p3) and moves large parts of the usage information to [ltiauthenticator.readthedocs.io](https://ltiauthenticator.readthedocs.io/).

#### New features added

- feat(lti13): Reintroduce lti13 support [#134](https://github.com/jupyterhub/ltiauthenticator/pull/134) ([@martinclaus](https://github.com/martinclaus))
- feat(lti13): Allow username key from custom claim [#142](https://github.com/jupyterhub/ltiauthenticator/pull/142) ([@martinclaus](https://github.com/martinclaus))

#### Bugs fixed

- fix(lti11) Make oauth_callback parameter optional [#139](https://github.com/jupyterhub/ltiauthenticator/pull/139) ([@martinclaus](https://github.com/martinclaus))

#### Documentation improvements

- docs: Move usage documentation to readthedocs [#144](https://github.com/jupyterhub/ltiauthenticator/pull/144) ([@martinclaus](https://github.com/martinclaus))
- docs(lti13): Rewrite lti13 documentation [#143](https://github.com/jupyterhub/ltiauthenticator/pull/143) ([@martinclaus](https://github.com/martinclaus))
- docs(lti11): Use consistent module path for LTI11Authenticator [#112](https://github.com/jupyterhub/ltiauthenticator/pull/112) ([@BenGig](https://github.com/BenGig))

#### Contributors to this release

([GitHub contributors page for this release](https://github.com/jupyterhub/ltiauthenticator/graphs/contributors?from=2023-03-01&to=2023-03-31&type=c))

[@BenGig](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3ABenGig+updated%3A2023-03-01..2023-03-31&type=Issues) | [@consideRatio](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3AconsideRatio+updated%3A2023-03-01..2023-03-31&type=Issues) | [@dennis531](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3Adennis531+updated%3A2023-03-01..2023-03-31&type=Issues) | [@martinclaus](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3Amartinclaus+updated%3A2023-03-01..2023-03-31&type=Issues) | [@minrk](https://github.com/search?q=repo%3Ajupyterhub%2Fltiauthenticator+involves%3Aminrk+updated%3A2023-03-01..2023-03-31&type=Issues)

## [1.4]

### [1.4.0] - 2023-03-01
Expand Down