Releases: mbg/wai-saml2
Releases · mbg/wai-saml2
wai-saml2-0.6
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #57
- Bump kentaro-m/auto-assign-action from 1.2.5 to 2.0.0 by @dependabot in #59
- Use
crypton-*
packages by @mbg in #50 - Bump mbg/actions from 0.1.1 to 0.1.2 by @dependabot in #63
- Support GHC 9.10 by @mbg in #64
Full Changelog: wai-saml2-0.5...wai-saml2-0.6
0.5
What's Changed
- Bump kentaro-m/auto-assign-action from 1.2.4 to 1.2.5 by @dependabot in #43
- add test/data/metadata/* to extra-source-files (fixes #44) by @fumieval in #46
- Support GHC 9.6 by @mbg in #53
- Fixed a bug in XML canonicalisation causing a digest mismatch on Okta… by @fumieval in #51
- Add destination field to AuthnRequest by @Philonous in #47
- Use pre-made Actions for Haskell workflows by @mbg in #54
- Release: Version 0.5 by @mbg in #56
Full Changelog: wai-saml2-0.4...wai-saml2-0.5
0.4
What's Changed
- Make naming convention around NameId more consistent by @fumieval in #16
- Add missing fields to NameId by @Philonous in #17
- Add a function that generates an SP initiated SSO request by @fumieval in #19
- Support unencrypted assertions: simple version by @fumieval in #18
- Build documentation in CI and upload as artifact by @mbg in #24
- Improve contribution guidelines and add PR checklist by @mbg in #25
- add missing google.xml in extra-source-files by @fumieval in #26
- Shorten SAML Request ID and make it hexadecimal, then prepend "id" by @fumieval in #23
- Add NameIDFormat by @fumieval in #21
- Add workflow which auto-assigns reviewers to PRs by @mbg in #27
- rename NameId to NameID (fixes #22) by @fumieval in #28
- Add a parser for IDPSSODescriptor a.k.a. IDP metadata by @fumieval in #20
- Support for GHC 9.4 by @mbg in #36
- Use DEFLATE compression when rendering AuthnRequest by @Philonous in #30
- Split validateResponse into decodeResponse and validateSAMLResponse by @fumieval in #31
- Update documentation by @Philonous in #29
- make SP private key optional by @fumieval in #37
- Request: reduce the precision of IssueInstant to microseconds by @fumieval in #39
- Truncate IssueInstant by @fumieval in #40
- change the type of authnRequestNameIDFormat from Text to NameIDFormat by @fumieval in #41
- Return response' "InResponseTo" field from validation by @Philonous in #33
- Validation of audience restrictions by @Philonous in #35
- Add full support for status codes by @mbg in #42
Full Changelog: wai-saml2-0.3.0.1...wai-saml2-0.4
0.3
What's Changed
- Bump haskell/actions from 1 to 2 by @dependabot in #10
- Fixes for Keycloak by @Philonous in #11
- Add subjectNameId to Subject by @kdxu in #13
- Support Okta's response format by @fumieval in #12
- Improve CI workflow to be more robust by @mbg in #14
New Contributors
- @Philonous made their first contribution in #11
- @kdxu made their first contribution in #13
- @fumieval made their first contribution in #12
Full Changelog: wai-saml2-0.2.1.3...wai-saml2-0.3.0