Skip to content

Releases: doctrine/dbal

4.0.3

12 Jun 06:59
4.0.3
8edbce7
Compare
Choose a tag to compare

Release Notes for 4.0.3

4.0.3

  • Total issues resolved: 0
  • Total pull requests resolved: 6
  • Total contributors: 5

Test Suite

Bugfix

Static Analysis

Documentation

Code Style

Changes from 3.8.5 are included as well.

3.8.5

12 Jun 06:43
3.8.5
0e3536b
Compare
Choose a tag to compare

Release Notes for 3.8.5

3.8.5

  • Total issues resolved: 0
  • Total pull requests resolved: 24
  • Total contributors: 9

Bugfixes

Improvement

Static Analysis

Documentation

CI

4.0.2

25 Apr 09:09
4.0.2
Compare
Choose a tag to compare

Release Notes for 4.0.2

4.0.2

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Documentation

Changes from Lower Branches

  • This release contains all changes of the 3.8.4 release.

3.8.4

25 Apr 09:01
3.8.4
b05e48a
Compare
Choose a tag to compare

Release Notes for 3.8.4

3.8.4

  • Total issues resolved: 0
  • Total pull requests resolved: 8
  • Total contributors: 5

Bug,Connecting,Transactions

PostgreSQL,Test Suite

Bug,PostgreSQL,Schema Definition

CI,Documentation

CI,MariaDB

Documentation

Bug,SQLite,Schema Management

4.0.1

03 Mar 17:39
4.0.1
Compare
Choose a tag to compare

Release Notes for 4.0.1

4.0.1

  • Total issues resolved: 0
  • Total pull requests resolved: 7
  • Total contributors: 4

Documentation

Test Suite

Documentation,PostgreSQL

Static Analysis

Changes from Lower Branches

  • This release contains all changes of the 3.8.3 release.

3.8.3

03 Mar 17:17
3.8.3
db922ba
Compare
Choose a tag to compare

Release Notes for 3.8.3

3.8.3

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

CI

Bug,Type Mapping,Types

Bug,Configuration,Connecting,pdo_pgsql,pgsql

Static Analysis

3.8.2

14 Feb 20:09
3.8.2
a19a1d0
Compare
Choose a tag to compare

Release Notes for 3.8.2

3.8.2

  • Total issues resolved: 0
  • Total pull requests resolved: 4
  • Total contributors: 3

Bug,Platforms,Static Analysis

Documentation

4.0.0

03 Feb 19:17
4.0.0
Compare
Choose a tag to compare

This is a major release that includes breaking changes. Please refer to the upgrade guide for more details.

API Improvements and Cleanup

Major Backward Compatibility Breaks

Major Bugfixes

  • Removed Connection::$_schemaManager() and ::getSchemaManager() (#4518)
  • Removed Connection::$_expr (#4516) and ::getExpressionBuilder() (#4540)

Detailed Release Notes

3.8.1

03 Feb 18:32
3.8.1
c9ea252
Compare
Choose a tag to compare

Release Notes for 3.8.1

3.8.1

  • Total issues resolved: 0
  • Total pull requests resolved: 5
  • Total contributors: 3

Static Analysis,Test Suite

Bug,Cache

CI,MySQL

Documentation

Improvement,MariaDB,Schema Introspection

4.0.0-RC2

25 Jan 22:53
d2aed19
Compare
Choose a tag to compare
4.0.0-RC2 Pre-release
Pre-release

Breaking Changes

  • Remove deprecated lock-related methods by @derrabus in #6219
  • Remove AbstractMySQLPlatform::getColumnTypeSQLSnippets() by @ausi in #6214
  • Remove API to disable column comments by @derrabus in #6222

Improvements

  • Move getJsonTypeDeclarationSQL() to AbstractMySQLPlatform by @derrabus in #6216
  • Relax return types of getExceptionConverter() implementations by @derrabus in #6221

Changes from Lower Branches

Full Changelog: 4.0.0-RC1...4.0.0-RC2