Skip to content

Add release notes for previous and upcomming releases #284

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

Merged
merged 1 commit into from
May 27, 2021
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
42 changes: 42 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,48 @@
Changes
=======

v1.2.2 (unreleased)
-------------------

- Resolve LOGIN_REDIRECT_URL @jaap3 (#277)


v1.2.1 (2021-05-23)
-------------------

- Documentation improved
- unit tests and coverage improved
- better handling of unknown idps


v1.2.0 (2021-05-14)
-------------------

- Implement IdP Scoping parameter for SPs suggesting an entityID to a proxy @pauldekkers (#272)


v1.1.5 (2021-04-29)
-------------------

- Cast major/minor django VERSION number into float before comparing @lgarvey (#269)
- Add note to SameSite cookie docs section recommending upgrade to Django >= 3.1 @m6312 (#267)


v1.1.4 (2021-04-28)
-------------------

- fix: samesite cookie configuration fix for django version <3.1


v1.1.3 (2021-04-28)
--------------------

- Add assertion param to backed.authenticate and backend.is_authorized @lucyeun-alation (#128)
- feat: CI - added django 3.1 and 3.2
- fix: Samesite cookie value - fixed #266
- fix: Docs small changes in setup - pysaml2 example conf improved


v.1.1.2 (2021-04-11)
--------------------

Expand Down