Skip to content

Latest commit

 

History

History
97 lines (50 loc) · 5.7 KB

File metadata and controls

97 lines (50 loc) · 5.7 KB

Changelog

All notable changes to this project will be documented in this file.

0.7.1 (2026-08-28)

Features

  • [PHP] Add created/modified time search params to searchAll() (#133) (cfe7c8f)

Bug Fixes

  • make release-please tags Packagist-compatible (#140) (0c32381)
  • user: send password as plain string in set-password endpoints (#139) (bfc6890)

0.6.6 (2026-08-28)

Features

  • [PHP] Add created/modified time search params to searchAll() (#133) (cfe7c8f)
  • http: add configurable request timeout (#131) (fd0509f)

Bug Fixes

  • sdk: hardening (#126) (e63afaf)
  • user: send password as plain string in set-password endpoints (#139) (bfc6890)

0.6.5 (2026-07-09)

Features

  • sdk: complete management SDK go-parity + fix mgmt user logout (#123) (6e96618)

0.6.4 (2026-07-06)

Features

  • sdk: implement management sdk parity between php-sdk and go-sdk (#122) (a74818a)

Bug Fixes

  • sdk: scope endpoint base-url state per instance to harden jwks host (#118) (3d8be95)
  • sdk: verify JWT claims before returning them (#121) (a7864e2)
  • security: scope JWKS and credential hosts to per-instance config (3d8be95)

0.6.3 (2026-06-22)

Features

  • http: also retry on transient status code 520 (#111) (9a4d769)
  • http: retry requests on transient error status codes (#104) (4c6d78c)

Bug Fixes

  • stored XSS and client-trust vulnerabilities in sample app (#102) (f79156b)

0.6.2 (2026-03-14)

Features

Bug Fixes

  • deps: update dependency paragonie/constant_time_encoding to v2.8.2 (#71) (58dc914)
  • Fixed Function Definitions and Access Modifiers (#31) (bf29968)

[0.5.0] - 2024-01-15

Features

  • Proper Error Handling with SDK
  • NullCache fallback disables JWKS caching entirely when APCu unavailable

Security

  • Update dependency phpunit/phpunit to v9.6.33 (security fix)

Chore

  • Update actions/checkout to v6
  • Update actions/checkout to v5