Skip to content

Releases: silinternational/idp-pw-api

Dependency update

05 Dec 17:17
65c09f3
Compare
Choose a tag to compare

Security

  • Update phpseclib/phpseclib to address CVE-2023-49316, though it's not certain whether this vulnerability affected this app.

add Sentry logging option

10 Oct 16:03
f806c6e
Compare
Choose a tag to compare

Added

  • Added option to use Sentry for error logging and alerting.
  • Added a pull request template.

Fixed

  • Use YII_ENV in common/config/main.php instead of APP_ENV.

Remove status check of other microservices

09 Jul 01:28
6add3e3
Compare
Choose a tag to compare

Fixed

  • Removed the check of email-service in /site/system-status because that service has its own check. Having that check here was causing ECS to mark this service as unhealthy and terminate the task.
  • Use a more deterministic dependency list format.
  • Dependency update, including new email-service-php-client and idp-id-broker-php-client that report DNS error correctly.
  • Removed obsolete and out-of-date CHANGELOG.md file

IDP-658

Get latest zxcvbn with guzzlehttp/psr7 security fix

19 Jun 12:46
ef8ecfc
Compare
Choose a tag to compare
Merge pull request #261 from silinternational/develop

Release 6.5.1 Update dependencies to get latest zxcvbn with guzzlehttp/psr7 security fix

SQL session storage

17 May 13:51
22744d1
Compare
Choose a tag to compare

Changed (non-breaking)

  • Changed session storage from memcached to SQL, using a new table in the existing database.

phpseclib 3.0.19

10 May 15:14
8b6147a
Compare
Choose a tag to compare

Fixed

  • Update dependencies to get phpseclib 3.0.19

Name new webauthn and allow password to contain user's name if it's short

08 Mar 20:53
359e8e1
Compare
Choose a tag to compare

Added

  • Accept a label while adding a new webauthn

Fixed

  • Don't prevent password from including first/last name if that name is less than 3 characters long
  • Update dependencies

Allow user to have multiple webauthns

21 Feb 09:14
0b158ea
Compare
Choose a tag to compare
Merge pull request #251 from silinternational/develop

Release 6.3.0 Allow user to have multiple webauthns

Workaround recaptcha error and catch potential future error.

26 Oct 08:54
4a559ea
Compare
Choose a tag to compare
Merge pull request #247 from silinternational/develop

Release 6.2.1 Workaround recaptcha error and catch potential future error.

Upgrade to PHP8 and related tweaks

13 Oct 07:07
66bc8ca
Compare
Choose a tag to compare
Merge pull request #245 from silinternational/develop

Release 6.2.0 Upgrade to PHP8 and related tweaks