Skip to content

Commit

Permalink
22.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ojii committed Jun 2, 2022
1 parent a64eb54 commit c3f49e3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 22.6

* Added `allowed_time_drift` parameter to `minisaml.response.validate_response` to allow for clock inaccuracies when validating SAML responses.
* `minisaml.errors.ResponseExpired` now stores both the observed time and the time limit of the SAML response as attributes on the exception.
* `minisaml.errors.ResponseTooEarly` now stores both the observed time and the time limit of the SAML response as attributes on the exception.
* Added more documentation, changed documentation theme.

## 22.4

* Minimum supported minisignxml version is now 22.4.
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "minisaml"
version = "22.4"
version = "22.6"
description = "Minimal SAML2 client"
authors = ["Jonas Obrist <jonas.obrist@hennge.com>"]
license = "Apache-2.0"
Expand Down

0 comments on commit c3f49e3

Please sign in to comment.