Skip to content

Releases: silinternational/idp-pw-api

7.0.0 move access_token to httpOnly cookie

13 Aug 02:34
176f485
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.8.1...7.0.0

fix broken CI/CD build

31 Jul 08:48
46fe91b
Compare
Choose a tag to compare

Fixed

  • Fixed broken build by temporarily disabling LDAP tests

6.8.0

30 Jul 19:00
d498efb
Compare
Choose a tag to compare

Changes

  • Add option to require alpha and numeric chars for PCI 4.0 compliance #283

Full Changelog: 6.7.0...6.8.0

AppConfig, null check in password

08 Apr 14:56
091e611
Compare
Choose a tag to compare

Added

  • New option to use AppConfig to supply environment variable values
  • Get the release tag from GitHub for use in the Sentry release string

Changed

  • Use org-level variable and GitHub variable to build the Docker image name

Security

  • Added password validation to reject a password containing a null byte. IDP-125

test and build on GitHub Actions

01 Mar 14:30
8a68592
Compare
Choose a tag to compare

no code changes are included in this release

don't log request body data

29 Jan 20:31
401ee6d
Compare
Choose a tag to compare

Changed

  • Configure Sentry to not send request body data to Sentry logging servers.

Full Changelog: 6.6.2...6.6.3

Use PSR2 style

11 Jan 16:21
f6b8bd5
Compare
Choose a tag to compare

Changed

  • Format source to PSR2 style
  • Use mariadb image for local development (not silint/mariadb)

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