Release notes
*Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).*
> ## v2.7.1
> # Release v2.7.1
>
> [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.7.1)](https://travis-ci.org/doctrine/dbal)
>
> This release fixes unintentional BC breaks:
>
> 1. It was impossible to use deprecated fetch modes with PDO-based drivers.
> 2. An unsupported option passed to the `Column` object prevented subsequent options from being applied.
> 3. Date interval values stored prior to upgrade to `v2.7.0` were reported as invalid.
>
> Total issues resolved: **10**
>
> **Backwards Compatibility Fixes:**
>
> - [3082: Custom PDO fetch modes and 2.7.0](https://github-redirect.dependabot.com/doctrine/dbal/issues/3082) thanks to [**corphi**](https://github.com/corphi)
> - [3088: Fix [#3082](https://github-redirect.dependabot.com/doctrine/dbal/issues/3082): Add BC for PDO-only fetch modes](https://github-redirect.dependabot.com/doctrine/dbal/pull/3088) thanks to [**corphi**](https://github.com/corphi)
> - [3089: Don't skip column options.](https://github-redirect.dependabot.com/doctrine/dbal/pull/3089) thanks to [**andytruong**](https://github.com/andytruong)
> - [3093: When updating to version v2.7 type DateInterval throws errors](https://github-redirect.dependabot.com/doctrine/dbal/issues/3093) thanks to [**fnagel**](https://github.com/fnagel)
> - [3097: Fix compatibility for pre-2.7 DateIntervalType format](https://github-redirect.dependabot.com/doctrine/dbal/pull/3097) thanks to [**Majkl578**](https://github.com/Majkl578)
>
> **Documentation Improvements:**
>
> - [3083: Document the correct way of configuring a MariaDB database with serverVersion](https://github-redirect.dependabot.com/doctrine/dbal/pull/3083) thanks to [**tristanbes**](https://github.com/tristanbes)
> - [3084: README: Add 2.7, drop 2.5](https://github-redirect.dependabot.com/doctrine/dbal/pull/3084) thanks to [**Majkl578**](https://github.com/Majkl578)
>
> **Continuous Integration Improvements:**
>
> - [3085: Tests: remove implicit verbose flag](https://github-redirect.dependabot.com/doctrine/dbal/pull/3085) thanks to [**Majkl578**](https://github.com/Majkl578)
> - [3090: Add symfony tests listener](https://github-redirect.dependabot.com/doctrine/dbal/pull/3090) thanks to [**greg0ire**](https://github.com/greg0ire)
> - [3095: CI: Add missing listener for MariaDB @ mysqli](https://github-redirect.dependabot.com/doctrine/dbal/pull/3095) thanks to [**Majkl578**](https://github.com/Majkl578)
>
> ## v2.7.0
> [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.7.0)](https://travis-ci.org/doctrine/dbal)
>
> This is a minor release of Doctrine DBAL that aggregates over 80 fixes and improvements developed over the last 8 months.
>
> This release includes all changes of the `2.6.x` series, as well as feature additions and improvements that couldn't land in patch releases.
>
> **Backwards Compatibility Breaks**
>
> This release comes with one potential Backwards Compatibility (BC) break that is to be considered during upgrade.
> Please see the details below.
>
> **Dependency requirement changes**
>
> There are no changes in requirements to runtime dependencies.
>
> **Deprecations**
>
> ... (truncated)
Commits
- [`11037b4`](https://github.com/doctrine/dbal/commit/11037b4352c008373561dc6fc836834eed80c3b5) Preparing the 2.7.1 release
- [`f62711a`](https://github.com/doctrine/dbal/commit/f62711ae809e3f8a45497f53813127f40396f0d0) Merge branch 'fix/#3093-dateinterval-legacy-format' into 2.7
- [`46fab66`](https://github.com/doctrine/dbal/commit/46fab669ec8ac1f91213150847275de645759d65) Fix compatibility for pre-2.7 DateIntervalType format
- [`2cc12a1`](https://github.com/doctrine/dbal/commit/2cc12a17892c4aed9e5c3e30941563ce483771ab) Merge branch 'bpo/2.7/#3088' into 2.7
- [`51cc243`](https://github.com/doctrine/dbal/commit/51cc243b7f5ccaa703262257bc9e24b717705e27) [DBAL-3082] Updated convertParamType(), added a functional test
- [`78abf39`](https://github.com/doctrine/dbal/commit/78abf390b966b7d09c77cb7a7716d9e01d729842) Allow using PDO-only fetch modes for now
- [`9beff5e`](https://github.com/doctrine/dbal/commit/9beff5efc9b6c5c3ac1742726ebab9beaa0e5074) Merge branch 'bpo/2.7/#3095' into 2.7
- [`19ac7e2`](https://github.com/doctrine/dbal/commit/19ac7e20bfdd9ac65237acb7d73ecac5cc2092a7) CI: Add missing listener for MariaDB @ mysqli
- [`6f9fcf7`](https://github.com/doctrine/dbal/commit/6f9fcf7208d15957761c481775405686af50bc41) Merge branch 'bpo/2.7/#3085' into 2.7
- [`2e56c84`](https://github.com/doctrine/dbal/commit/2e56c84cd66cc5f0430b00f31d222edccd0444b7) Tests: remove implicit verbose flag
- Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.6.3...v2.7.1)
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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language
Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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.
Bumps doctrine/dbal from 2.6.3 to 2.7.1.
Release notes
*Sourced from [doctrine/dbal's releases](https://github.com/doctrine/dbal/releases).* > ## v2.7.1 > # Release v2.7.1 > > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.7.1)](https://travis-ci.org/doctrine/dbal) > > This release fixes unintentional BC breaks: > > 1. It was impossible to use deprecated fetch modes with PDO-based drivers. > 2. An unsupported option passed to the `Column` object prevented subsequent options from being applied. > 3. Date interval values stored prior to upgrade to `v2.7.0` were reported as invalid. > > Total issues resolved: **10** > > **Backwards Compatibility Fixes:** > > - [3082: Custom PDO fetch modes and 2.7.0](https://github-redirect.dependabot.com/doctrine/dbal/issues/3082) thanks to [**corphi**](https://github.com/corphi) > - [3088: Fix [#3082](https://github-redirect.dependabot.com/doctrine/dbal/issues/3082): Add BC for PDO-only fetch modes](https://github-redirect.dependabot.com/doctrine/dbal/pull/3088) thanks to [**corphi**](https://github.com/corphi) > - [3089: Don't skip column options.](https://github-redirect.dependabot.com/doctrine/dbal/pull/3089) thanks to [**andytruong**](https://github.com/andytruong) > - [3093: When updating to version v2.7 type DateInterval throws errors](https://github-redirect.dependabot.com/doctrine/dbal/issues/3093) thanks to [**fnagel**](https://github.com/fnagel) > - [3097: Fix compatibility for pre-2.7 DateIntervalType format](https://github-redirect.dependabot.com/doctrine/dbal/pull/3097) thanks to [**Majkl578**](https://github.com/Majkl578) > > **Documentation Improvements:** > > - [3083: Document the correct way of configuring a MariaDB database with serverVersion](https://github-redirect.dependabot.com/doctrine/dbal/pull/3083) thanks to [**tristanbes**](https://github.com/tristanbes) > - [3084: README: Add 2.7, drop 2.5](https://github-redirect.dependabot.com/doctrine/dbal/pull/3084) thanks to [**Majkl578**](https://github.com/Majkl578) > > **Continuous Integration Improvements:** > > - [3085: Tests: remove implicit verbose flag](https://github-redirect.dependabot.com/doctrine/dbal/pull/3085) thanks to [**Majkl578**](https://github.com/Majkl578) > - [3090: Add symfony tests listener](https://github-redirect.dependabot.com/doctrine/dbal/pull/3090) thanks to [**greg0ire**](https://github.com/greg0ire) > - [3095: CI: Add missing listener for MariaDB @ mysqli](https://github-redirect.dependabot.com/doctrine/dbal/pull/3095) thanks to [**Majkl578**](https://github.com/Majkl578) > > ## v2.7.0 > [![Build Status](https://travis-ci.org/doctrine/dbal.svg?branch=v2.7.0)](https://travis-ci.org/doctrine/dbal) > > This is a minor release of Doctrine DBAL that aggregates over 80 fixes and improvements developed over the last 8 months. > > This release includes all changes of the `2.6.x` series, as well as feature additions and improvements that couldn't land in patch releases. > > **Backwards Compatibility Breaks** > > This release comes with one potential Backwards Compatibility (BC) break that is to be considered during upgrade. > Please see the details below. > > **Dependency requirement changes** > > There are no changes in requirements to runtime dependencies. > > **Deprecations** > > ... (truncated)Commits
- [`11037b4`](https://github.com/doctrine/dbal/commit/11037b4352c008373561dc6fc836834eed80c3b5) Preparing the 2.7.1 release - [`f62711a`](https://github.com/doctrine/dbal/commit/f62711ae809e3f8a45497f53813127f40396f0d0) Merge branch 'fix/#3093-dateinterval-legacy-format' into 2.7 - [`46fab66`](https://github.com/doctrine/dbal/commit/46fab669ec8ac1f91213150847275de645759d65) Fix compatibility for pre-2.7 DateIntervalType format - [`2cc12a1`](https://github.com/doctrine/dbal/commit/2cc12a17892c4aed9e5c3e30941563ce483771ab) Merge branch 'bpo/2.7/#3088' into 2.7 - [`51cc243`](https://github.com/doctrine/dbal/commit/51cc243b7f5ccaa703262257bc9e24b717705e27) [DBAL-3082] Updated convertParamType(), added a functional test - [`78abf39`](https://github.com/doctrine/dbal/commit/78abf390b966b7d09c77cb7a7716d9e01d729842) Allow using PDO-only fetch modes for now - [`9beff5e`](https://github.com/doctrine/dbal/commit/9beff5efc9b6c5c3ac1742726ebab9beaa0e5074) Merge branch 'bpo/2.7/#3095' into 2.7 - [`19ac7e2`](https://github.com/doctrine/dbal/commit/19ac7e20bfdd9ac65237acb7d73ecac5cc2092a7) CI: Add missing listener for MariaDB @ mysqli - [`6f9fcf7`](https://github.com/doctrine/dbal/commit/6f9fcf7208d15957761c481775405686af50bc41) Merge branch 'bpo/2.7/#3085' into 2.7 - [`2e56c84`](https://github.com/doctrine/dbal/commit/2e56c84cd66cc5f0430b00f31d222edccd0444b7) Tests: remove implicit verbose flag - Additional commits viewable in [compare view](https://github.com/doctrine/dbal/compare/v2.6.3...v2.7.1)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 ignore this [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 [this|these] label[s]` will set the current labels as the default for future PRs for this repo and language Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.