Skip to content

Tags: doctrine/DoctrineORMModule

Tags

6.1.0

Toggle 6.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [6.1.0](https://github.com/doctrine/DoctrineORM…

…Module/milestone/24)

Feature release (minor)

### Added

- Support for PHP 8.3

### 6.1.0

- Total issues resolved: **1**
- Total pull requests resolved: **2**
- Total contributors: **3**

#### Enhacement

 - [749: PHP 8.3 support](#749) thanks to @TomHAnderson
 - [748: PHP 8.3 support](#748) thanks to @FabianKoestring
 - [746: Merge release 6.0.1 into 6.1.x](#746) thanks to @github-actions[bot]

6.0.1

Toggle 6.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [6.0.1](https://github.com/doctrine/DoctrineORM…

…Module/milestone/22)

### 6.0.1

- Total issues resolved: **0**
- Total pull requests resolved: **5**
- Total contributors: **3**

#### Enhacement

 - [745: Added @template-extends to solve Psalm issues](#745) thanks to @driehle
 - [744: Updated branch names (.doctrine-project.json)](#744) thanks to @driehle
 - [743: Merge up 5.4.x to 6.0.x](#743) thanks to @driehle

#### Documentation

 - [739: @ittmann fix from https://github.com/doctrine/DoctrineORMModule/pull/731](https://github.com/doctrine/DoctrineORMModule/pull/739) thanks to @TomHAnderson

 - [731: Fix schema_assets_filter configuration docs](#731) thanks to @ittmann

6.0.0

Toggle 6.0.0's commit message
Raise Psalm PHP version to match DoctrineModule.

5.3.0

Toggle 5.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [5.3.0](https://github.com/doctrine/DoctrineORM…

…Module/milestone/18)

Feature release (minor)

### Added

- Support for PHP 8.2

### Changed

- Bumped DoctrineModule to 5.3.0
- The dependency towards `container-interop/container-interop` was dropped to allow installation of laminas-servicemanager >= 3.11.0
- Users refering to the symbol `Interop\Container\ContainerInterface`  should update their code to use `Psr\Container\ContainerInterface`

### 5.3.0

- Total issues resolved: **1**
- Total pull requests resolved: **4**
- Total contributors: **5**

#### Enhacement

 - [730: Upgrade to Psalm 5](#730) thanks to @driehle
 - [729: Drop `container-interop/container-interop`](#729) thanks to @tomudding
 - [728: PHP 8.2 Support](#728) thanks to @rogervila
 - [727: PHP 8.2 support](#727) thanks to @fezfez
 - [725: Merge release 5.2.1 into 5.3.x](#725) thanks to @github-actions[bot]

5.2.1

Toggle 5.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [5.2.1](https://github.com/doctrine/DoctrineORM…

…Module/milestone/17)

5.2.x bugfix release (patch)

### Changed

- Default key length for Doctrine migrations set to 191 for compatibility with MySQL 8.0 / MariaDB 10.5

### 5.2.1

- Total issues resolved: **1**
- Total pull requests resolved: **3**
- Total contributors: **2**

#### Enhacement

 - [724: Update workflows and CI](#724) thanks to @driehle and @ittmann

#### Bug

 - [723: Raise DoctrineModule to ^5.2.0](#723) thanks to @driehle
 - [722: Set version_column_length to 191 to work with MySQL 8.0 and MariaDB 10.5](#722) thanks to @ittmann

5.2.0

Toggle 5.2.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [5.2.0](https://github.com/doctrine/DoctrineORM…

…Module/milestone/16)

Feature release (minor)

### 5.2.0

- Total issues resolved: **1**
- Total pull requests resolved: **2**
- Total contributors: **3**

#### Documentation

 - [719: fixed typo in driver class name in documentation (#717)](#719) thanks to @driehle
 - [717: Typo in user guide documentation](#717) thanks to @ch-feedbackpeople

#### Enhacement

 - [718: Allow persistence v3](#718) thanks to @snapshotpl

5.1.0

Toggle 5.1.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [5.1.0](https://github.com/doctrine/DoctrineORM…

…Module/milestone/12)

Feature release (minor)

### Added

- Support for DBAL middlewares (only with DBAl 3.x)
- Support for excluding schemas from Doctrine migrations

### Changes

- doctrine-laminas-hydrator is now required in ^3.0 (see [release notes](https://github.com/doctrine/doctrine-laminas-hydrator/releases/tag/3.0.0)), support for 2.x is dropped

### 5.1.0

- Total issues resolved: **0**
- Total pull requests resolved: **6**
- Total contributors: **4**

#### Documentation

 - [715: Added documentation for DBAL 3 middlewares](#715) thanks to @driehle
 - [714: Updated docs in regard of custom types and type comments](#714) thanks to @driehle

#### Enhacement

 - [713: Upgrade doctrine-laminas-hydrator to ^3.0](#713) thanks to @driehle
 - [712: Merge release 5.0.1 into 5.1.x](#712) thanks to @github-actions[bot]
 - [709: Add support for schema assets filter option](#709) thanks to @villermen
 - [708: Add support for DBAL Middlewares](#708) thanks to @snapshotpl

5.0.1

Toggle 5.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [5.0.1](https://github.com/doctrine/DoctrineORM…

…Module/milestone/11)

5.0.x bugfix release (patch)

### 5.0.1

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Bug

 - [711: Merge release 4.2.1 into 5.0.x](#711) thanks to @github-actions[bot]

4.2.1

Toggle 4.2.1's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [4.2.1](https://github.com/doctrine/DoctrineORM…

…Module/milestone/10)

4.2.x bugfix release (patch)

### 4.2.1

- Total issues resolved: **0**
- Total pull requests resolved: **1**
- Total contributors: **1**

#### Bug

 - [710: Require orm ^2.11 and adapt cache implementation](#710) thanks to @driehle

5.0.0

Toggle 5.0.0's commit message

Verified

This tag was signed with the committer’s verified signature.
doctrinebot Doctrine Bot
### Release Notes for [5.0.0](https://github.com/doctrine/DoctrineORM…

…Module/milestone/7)

Backwards incompatible release (major)

### Changed

- Internally, properties are now typed wherever possible. This can be breaking if you are extending classes.
- Module class, ConfigProvider, option classes and factories are now marked as final.
- DoctrineModule is now required in Version ^5.0  (see [release notes](https://github.com/doctrine/DoctrineModule/releases/tag/5.0.0) for breaking changes).
- DoctrineModule ^5.0 comes with laminas-cache ^3.1 and laminas-form ^3.0

### Removed

- Integration with laminas-console and laminas-mvc-concole is removed, as these packages are discontinued. Please use `./vendor/bin/doctrine-module` instead of `php public/index.php` to access CLI.
- Support for PHP 7.3 was removed.

### 5.0.0

- Total issues resolved: **0**
- Total pull requests resolved: **7**
- Total contributors: **1**

#### BC Break

 - [707: Mark `Module`, `ConfigProvider`, option classes and factories as final](#707) thanks to @driehle
 - [705: Removed Serializable interface from MappingCollector](#705) thanks to @driehle
 - [704: Removed signatures related to laminas-servicemanager 2.x ](#704) thanks to @driehle

#### BC Break,Enhacement

 - [706: Improved types and make static analysis more strict](#706) thanks to @driehle
 - [703: Use typed properties where possible](#703) thanks to @driehle
 - [702: Update dependencies with DoctrineModule 5.0](#702) thanks to @driehle

#### Enhacement

 - [701: Drop support for PHP 7.3](#701) thanks to @driehle