Skip to content

Update dependency jackalope/jackalope-doctrine-dbal to v2#29

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jackalope-jackalope-doctrine-dbal-2.x
Open

Update dependency jackalope/jackalope-doctrine-dbal to v2#29
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/jackalope-jackalope-doctrine-dbal-2.x

Conversation

@renovate

@renovate renovate Bot commented Apr 16, 2026

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
jackalope/jackalope-doctrine-dbal (source) ^1.7^2.0 age confidence

Release Notes

jackalope/jackalope-doctrine-dbal (jackalope/jackalope-doctrine-dbal)

v2.0.3

Compare Source

  • Allow installation with Symfony 8.
  • Test with PHP 8.5.

v2.0.2

Compare Source

  • Fixed cache key sanitize for UUID map of referenceable nodes.

v2.0.1

Compare Source

  • Fixed cache key sanitize for PSR-16 cache.
  • Fixed not found detection for PSR-16 cache.

v2.0.0

Compare Source

  • Added static typing wherever possible. This should not change anything, but the added strictness.
    might trigger errors where it was more tolerant for incorrect types before.
  • Renamed cli-config.php.dist to cli-config.dist.php and cleaned up to be better documented.
  • [BC Break]: CachedClient now expects a PSR-16 cache rather than the abandoned doctrine/cache.
    When instantiating the client, you need to provide at least the cache instance for metadata, as CachedClient does not know which implementation to pick.
  • Support for new Symfony versions.
  • Support for doctrine/dbal 4.
  • For MySQL/MariaDB, it is now required to configure defaultTableOptions.collate or charset in the Doctrine connection, or alternatively
    set the encoding explicitly with Client::setCaseSensitiveEncoding() (e.g. utf8mb4_bin).
  • If you are on PHP 8.0 and install Jackalope with symfony/cache, you need to restrict psr/simple-cache to ^1.0 || ^2.0 in your application because Symfony 5 does not declare a conflict with it, but fails at runtime.
  • Drop support for PHP 7.
  • Fixed: While it is allowed to call Repository::login with null credentials, there used to be an error. It now correctly works.
    If you use jcr:createdBy or jcr:lastModifiedBy in node types, those properties are not set if the credentials are null.
  • Improving the performance of deleteProperties (#​421)
  • Deleting dangling binary references when a property is removed or the whole node with a binary property is deleted (#​426) - See UPGRADE.md for the recommended database changes.
  • Allow installation with Symfony 7.

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants