Skip to content
### Release Notes for [2.3.1](https://github.com/doctrine/DoctrineBundle/milestone/58)

2.3.x bugfix release (patch)

### 2.3.1

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

#### Bug

 - [1320: "Explain" with DBAL 2.13 and pdo_sqlsrv driver fails](https://github.com/doctrine/DoctrineBundle/issues/1320) thanks to @ostrolucky

 - [1316: Fix #1314, shard manager class option cannot be overridden](https://github.com/doctrine/DoctrineBundle/pull/1316) thanks to @cyberemissary
 - [1306: Remove call to deprecated setCacheDriver() method](https://github.com/doctrine/DoctrineBundle/pull/1306) thanks to @nicolas-grekas

#### Bug,Needs Tests

 - [1309: Disable schema validation no matter the profiling configuration](https://github.com/doctrine/DoctrineBundle/pull/1309) thanks to @bastnic