Releases: OpenConext/OpenConext-profile
Releases · OpenConext/OpenConext-profile
3.1.8
What's Changed
- Add missing oid for eduPersonAssurance attribute in Stepup-saml-bundle
- Bump guzzlehttp/psr7 from 1.9.0 to 1.9.1 by @dependabot in #261
Full Changelog: 3.1.7...3.1.8
3.1.7
- Fix translation overrides.
3.1.6
Fixes
- Fix translation in connection disconnect dialog
- Fix translation overrides for a subset of keys of a nested array
- Update dependencies for security fixes
3.1.5
- Support subjectId attribute
3.1.4
What's Changed
- Bump guzzlehttp/guzzle from 6.5.5 to 6.5.6 by @dependabot in #246
- Bump guzzlehttp/guzzle from 6.5.6 to 6.5.7 by @dependabot in #247
- Bump guzzlehttp/guzzle from 6.5.7 to 6.5.8 by @dependabot in #248
- Bump terser from 5.12.1 to 5.14.2 by @dependabot in #249
- Bump twig/twig from 2.14.13 to 2.15.3 by @dependabot in #250
- Bump decode-uri-component from 0.2.0 to 0.2.2 by @dependabot in #253
- Bump loader-utils and resolve-url-loader by @dependabot in #254
- Add translation for Organizational Unit attribute by @thijskh
Full Changelog: 3.1.3...3.1.4
3.1.3
- Update several dependencies for security issues.
3.1.2
- Fix Symfony 4.4 compatibility issue
Full Changelog: 3.1.1...3.1.2
3.1.1
What's Changed
- Make the cache path
var/cache/prod
again instead ofvar/prod/cache
by @thijskh in #243 - Show aggregated attributes even if SP has no IdP-attributes by @thijskh in #244
- Translate two more attributes by @thijskh in #245
- Fix translation of information-request email by @thijskh
- Profile SP metadata now includes signing certificate by @jorissteyn
Full Changelog: 3.1.0...3.1.1
3.1.0
The main feature of this release is that the deletion of consent feature that was part of Profile for some time now actually works. This does require an up to date version of EngineBlock as most of the missing support for this feature was implemented in EngineBlock (https://github.com/OpenConext/OpenConext-engineblock/releases/tag/6.8.0).
Features
- Support consent removal in Profile #242
- Show attribute aggregation attributes on the my-services page #235
- Add the option to store sessions in the database #227
Improvements
- Log which user authenticated to the application. #229
- Remove SURFisms from translation files #233
- Prevent unsafe-inline CSP errors on SVG images #234
- Expose info and health on /internal by updating the Monitor bundle #236
- Replace deprecated Swiftmailer with Symfony mailer #241
- Install Mailcatcher and document the change #239
- Show the organization name on the my-services page #238
Maintenance
- Install periodic security upgrades #226
Bugfix
- Enable test-integration runs on develop #240