Release Notes for 3.7.0
3.7.0
- Total issues resolved: 0
- Total pull requests resolved: 28
- Total contributors: 10
Documentation
- 6165: Prepare release 3.7.0 thanks to @derrabus
- 6069: Add documentation for #6044 thanks to @f-lombardo
Static Analysis,Test Suite
CI,MariaDB
- 6163: Update MariaDB workflows thanks to @derrabus
Configuration,Improvement,Type Mapping,Types
Console,Dependencies,Improvement
New Feature,Prepared Statements
- 6134: Add binary array type thanks to @shyim
New Feature,Types
CI,Deprecation,MariaDB,Platforms
Improvement,Performance,Types
Dependencies,Test Suite
Configuration,DSN Parser,New Feature
New Feature,PostgreSQL,Schema Definition,Schema Management
Schema Introspection
Test Suite
Improvement
- 6018: Use constants for DBAL types thanks to @phansys
Deprecation,Static Analysis,Type Conversion,Types
Code Style
New Feature,SQLite,Schema Introspection
Drivers,Static Analysis,mysqli
- 6004: [MySQLi] Convert private property
Statement::$paramTypeMap
to class constantPARAM_TYPE_MAP
thanks to @phansys
IBM DB2,Improvement,Platforms,Schema Introspection
IBM DB2,Improvement,Platforms,Type Mapping
- 5995: Use constants for DBAL types at
DB2Platform::initializeDoctrineTypeMappings()
thanks to @phansys
Deprecation
- 5957: Trigger a runtime deprecation for
Connection::executeUpdate()
thanks to @derrabus - 5948: Trigger runtime deprecations for legacy API thanks to @derrabus
MariaDB,New Feature,Platforms,Schema Management
Portability,Static Analysis
- 5926: Restrict the possible values for the casing options under the
Portability\
NS thanks to @phansys
Test Suite,mysqli
- 5917: Add test for
Mysqli\Result
thanks to @phansys