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

Bump doctrine/dbal from 2.5.0 to 2.8.0 #54

Merged
merged 2 commits into from
Nov 22, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

@dependabot-preview dependabot-preview bot commented Oct 20, 2018

Bumps doctrine/dbal from 2.5.0 to 2.8.0.

Release notes

Sourced from doctrine/dbal's releases.

Release v2.8.0

Build Status

This is a minor release of Doctrine DBAL that aggregates over 30 fixes and improvements developed over the last 3 months.

This release includes all changes of the 2.7.x series, as well as feature additions and improvements that couldn’t land in patch releases.

Backwards Compatibility Breaks

This doesn't contain any intentional Backwards Compatibility (BC) breaks.

Dependency Changes

Please see details in the UPGRADE.md documentation.

Deprecations

  • The usage of binary fields whose length exceeds the maximum field size on a given platform is deprecated. Please use binary fields of a size which fits all target platforms, or use blob explicitly instead.
  • The usage of DB-generated UUIDs is deprecated. Their format is inconsistent across supported platforms and therefore the feature is not portable. Use a PHP library (e.g. ramsey/uuid) to generate UUIDs on the application side.

New features

  • Initial support of MySQL 8.
  • Initial support of PostgreSQL 11.
  • Ability to evaluate arbitrary SQL expressions via AbstractPlatform::getDummySelectSQL().

Improvements and Fixes

  • Improved support of binary fields on Oracle and IBM DB2.
  • Improved SQL Server configuration capabilities via both sqlsrv and pdo_sqlsrv.
  • Improved handling of AUTOINCREMENTed primary keys in SQLite.
  • Integration tests are run against IBM DB2 on Travis CI.
  • Code coverage is collected for the Oracle platform on continuousphp.

Total issues resolved: 33

Deprecations:

New Features:

... (truncated)
Commits
  • 5140a64 Release v2.8.0
  • 3e2bee7 Merge pull request #3212 from morozov/bpo/2.8/3167
  • caf55ee Deprecated usage of DB-generated UUIDs
  • d475ade Merge pull request #3207 from Majkl578/cleanup
  • 0b770ba Drop legacy submodules, empty README and ORM leftovers
  • 0f2b537 Merge pull request #3199 from Majkl578/allow-sf4-console
  • f54ea21 Merge pull request #3204 from Majkl578/typo
  • 64a32a0 Allow symfony/console 4.x dev-dependency
  • c9103df Fix typo in AbstractPlatform
  • 51aeefa Merge pull request #3205 from Majkl578/fix-phpstan-oci
  • Additional commits viewable in compare view

Dependabot compatibility score

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.


Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.

You can always request more updates by clicking Bump now in your Dependabot dashboard.

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 cancel merge will cancel a previously requested merge
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major 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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Oct 20, 2018
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/doctrine/dbal-2.8.0 branch from c193cdc to 5c7e9a4 Compare November 1, 2018 08:31
@dependabot-preview dependabot-preview bot force-pushed the dependabot/composer/doctrine/dbal-2.8.0 branch 6 times, most recently from 04fc0b7 to 168f23e Compare November 22, 2018 00:01
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 2.5.0 to 2.8.0.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](doctrine/dbal@v2.5.0...v2.8.0)

Signed-off-by: dependabot[bot] <support@dependabot.com>
@prytoegrian
Copy link
Member

@dependabot use these labels

@dependabot-preview
Copy link
Contributor Author

OK, from now on I'll use Amélioration, Help Wanted, dependencies, À relire, À tester.

@prytoegrian prytoegrian merged commit d0c6024 into master Nov 22, 2018
@prytoegrian prytoegrian deleted the dependabot/composer/doctrine/dbal-2.8.0 branch November 22, 2018 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Amélioration dependencies Pull requests that update a dependency file Help Wanted
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants