Skip to content

Releases: secretary/php

4.5.0

Choose a tag to compare

@github-actions github-actions released this 09 Jul 13:53

4.5.0 (2026-07-09)

Bug Fixes

  • bundle: suppress psalm UndefinedInterfaceMethod on lowest symfony/config (9609685)

Features

  • bundle: graceful handling of missing secrets in env var processor (06fa321), closes #25

4.4.0

Choose a tag to compare

@github-actions github-actions released this 03 Jul 19:45

4.4.0 (2026-07-03)

Features

  • ssm: implement AWS SSM Parameter Store adapter for php (cc25a0c)

4.3.0

Choose a tag to compare

@github-actions github-actions released this 09 Feb 18:22

4.3.0 (2026-02-09)

Features

4.2.0

Choose a tag to compare

@github-actions github-actions released this 21 Jan 22:05

4.2.0 (2026-01-21)

Features

  • ci: add workflow_dispatch trigger to split workflow (092df80)

4.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Jan 03:06

4.1.1 (2026-01-16)

Bug Fixes

  • exclude PHP 8.5 prefer-lowest from static analysis (5dc4d3e)
  • require Mockery ^1.6.12 for PHP 8.4 compatibility (8c39289)
  • require Psalm ^5.16 for MissingOverrideAttribute support (c29c5d1)
  • require Psalm ^5.26 for MissingOverrideAttribute support (be7c17b)
  • require Psalm ^6.14.3 and disable fail-fast in CI (c5d5c0b)
  • update dependencies for PHP 8.2-8.5 compatibility (1c2db3d)

4.1.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 01:57

4.1.0 (2026-01-16)

Features

  • add GCP Secrets Manager adapter and modernize codebase (198cf12)

4.0.0

Choose a tag to compare

@github-actions github-actions released this 16 Jan 01:16

4.0.0 (2026-01-16)

  • feat!: require PHP 8.2 or higher (dd8d74c)

BREAKING CHANGES

  • Drop support for PHP 8.0 and 8.1.
    All packages now require PHP ^8.2.

3.1.1

Choose a tag to compare

@github-actions github-actions released this 15 Jan 21:06

3.1.1 (2026-01-15)

Bug Fixes

  • use ^3.0 for secretary/core in GCP adapter (683a32c)

3.1.0

Choose a tag to compare

@github-actions github-actions released this 15 Jan 20:18

3.1.0 (2026-01-15)

Features

  • add GCP Secrets Manager adapter (3b2fe5c)

3.0.6

Choose a tag to compare

@github-actions github-actions released this 05 Feb 20:30

3.0.6 (2025-02-05)

Bug Fixes

  • Fixed Symfony deprecation (03f1da5)