Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update jackalope/jackalope-doctrine-dbal requirement from ^1.8 to ^2.0 #248

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 10, 2024

Updates the requirements on jackalope/jackalope-doctrine-dbal to permit the latest version.

Release notes

Sourced from jackalope/jackalope-doctrine-dbal's releases.

2.0.2

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

Sourced from jackalope/jackalope-doctrine-dbal's changelog.

2.0.2

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

2.0.1

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

2.0.0

  • 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.

1.x

1.13.0

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

1.12.0

  • Added: Factory now accepts an optional parameter jackalope.case_sensitive_encoding to set Client::setCaseSensitiveEncoding.
  • Bugfix: Factory now actually accepts the optional parameter jackalope.uuid_generator

1.11.2

  • Fix: Sanitize cache key of entries with workspace name.

... (truncated)

Commits
  • 42023a9 Merge pull request #451 from jackalope/fix-referenceable-cachekey-sanitize
  • 8cddf1f add missing cache key sanitize call for uuid map of referenceable nodes
  • a56dba2 Merge pull request #449 from jackalope/1-to-2
  • 55d3571 fix test autoloading namespace paths
  • 254bc3b Merge remote-tracking branch 'origin/1.x' into 1-to-2
  • 92ab6d6 Merge pull request #448 from jackalope/cache-psr16-compatible
  • 6b999d5 Fix PSR16 cache support: sanitize all non-guaranteed characters in key
  • 78cf8b9 Merge pull request #446 from jackalope/prepare-release
  • 79dd119 prepare release
  • 0f29f19 Merge pull request #443 from jackalope/tweak-mysql-check
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [jackalope/jackalope-doctrine-dbal](https://github.com/jackalope/jackalope-doctrine-dbal) to permit the latest version.
- [Release notes](https://github.com/jackalope/jackalope-doctrine-dbal/releases)
- [Changelog](https://github.com/jackalope/jackalope-doctrine-dbal/blob/2.x/CHANGELOG.md)
- [Commits](jackalope/jackalope-doctrine-dbal@1.8.0...2.0.2)

---
updated-dependencies:
- dependency-name: jackalope/jackalope-doctrine-dbal
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2024

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/composer/jackalope/jackalope-doctrine-dbal-tw-2.0 branch July 10, 2024 05:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant