Skip to content

Release v1.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Jul 10:48

Release v1.0.0

First stable release of VaultBundle — password and secrets vault for Symfony 7.4+ / 8.x.

  • Item types, folders, grants, trash, password generator
  • Sharing UI, team grants, read-only events
  • Symfony Flex recipe and FrankenPHP demo (port 8023)

Changelog

First stable release of VaultBundle — password and secrets vault for Symfony.

Added

  • Password and secrets vault: items, folders, grants, trash, password generator
  • Item types: login, secure note, credit card, contact, identity documents, document attachments
  • Sharing UI for items and folders (user/team grants with read, write, admin)
  • VaultTeamMembershipResolverInterface for team membership
  • Shared items list via VaultGrant
  • Search by title in vault index
  • Read-only mode via VaultEvents::ITEM_READ_ONLY_RESOLVE
  • Document file attachments (encrypted in payload)
  • Server-side libsodium payload encryption
  • Symfony events for list queries, access checks, and grant picker (VaultGrantListQueryEvent)
  • Symfony Flex recipe .symfony/recipes/nowo-tech/vault-bundle/1.0.0
  • Demo Symfony 8 + FrankenPHP on port 8023
  • Docs: INSTALLATION, CONFIGURATION, USAGE, CONTRIBUTING, CHANGELOG, UPGRADING, RELEASE, SECURITY, ENGRAM, DEMO-FRANKENPHP, SPEC-DRIVEN-DEVELOPMENT, Access control examples

Changed

  • Replaced Yopass share/E2E scaffolding with vault domain model
  • Documentation rewritten for vault use cases

Full Changelog: https://github.com/nowo-tech/VaultBundle/commits/v1.0.0