Releases: silinternational/idp-id-broker
Releases · silinternational/idp-id-broker
8.2.0 -- enable database SSL connection
What's Changed
Added
- Load the AWS RDS certificate bundle from an environment variable
- Added test key/cert to the database to verify database SSL transport is functional
Full Changelog: 8.1.0...8.2.0
8.1.0 -- Added email API endpoint
Added
Implement email API using code copied from email-service repo
What's Changed
Full Changelog: 8.0.5...8.1.0
8.0.5 -- dependency update for CVE-2024-4990
What's Changed
Full Changelog: 8.0.4...8.0.5
8.0.4 -- fix the email header style
What's Changed
Full Changelog: 8.0.3...8.0.4
8.0.3 -- fix email template style
What's Changed
Full Changelog: 8.0.2...8.0.3
8.0.2 -- remove Google Analytics
What's Changed
Full Changelog: 8.0.1...8.0.2
8.0.1 - fix email template header style
Fixed
- In email template, add
text-align: left
to compensate for changingtd
toth
Removed
- Remove deprecated environment variables:
MFA_TOTP_apiSecret
,MFA_WEBAUTHN_apiSecret
,MFA_TOTP_apiKey
,MFA_WEBAUTHN_apiKey
,MFA_WEBAUTHN_appId
,MFA_WEBAUTHN_rpDisplayName
What's Changed
- Release 8.0.1 -- fix email style by @briskt in #405
- remove deprecated environment variables by @briskt in #407
Full Changelog: 8.0.0...8.0.1
8.0.0
Added
- Incorporated all the email-service functionality into this service. The following new variables should now be defined in the environment for idp-id-broker:
FROM_EMAIL
set to the email address for the FROM header of notification messagesFROM_NAME
(optional) use as the display name forFROM_EMAIL
EMAIL_BRAND_LOGO
logo to use in the email notification HTML headerEMAIL_BRAND_COLOR
background color of the email notification HTML header
What's Changed
- use cron to send queued email messages by @briskt in #402
- Release 8.0.0 -- integrate email queue from email-service by @briskt in #396
Full Changelog: 7.3.1...8.0.0
7.3.1
7.3.0 - Add Recovery Contact MFA Option
What's Changed
- Release 7.3.0 - Added option for user to request code from recovery contact by @ethancanne in #403
New Contributors
- @ethancanne made their first contribution in #403
Full Changelog: 7.2.2...7.3.0