Skip to content

Latest commit

 

History

History
251 lines (189 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

251 lines (189 loc) · 15.5 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

2.4.1 - 2024-08-18

Changed

Fixed

  • [#511] Symfony 7.1 deprecation about Symfony\Component\HttpKernel\DependencyInjection\Extension usage (@VincentLanglet)

2.4.0 - 2024-02-21

Added

  • [#494] Compatibility with doctrine/dbal 4 and doctrine/orm 3 (@dmaicher)

2.3.0 - 2023-06-04

Fixed

  • [#487] Fixed Symfony 6.3 deprecation: DoctrineORMMapper is now registered as Doctrine event listener (@dmaicher)

2.2.0 - 2023-03-09

Removed

2.1.0 - 2022-12-31

Added

  • [#443] Added TransactionalManagerInterface::class interface. (@eerison)

2.0.1 - 2022-08-02

Fixed

2.0.0 - 2022-07-28

Removed

2.0.0-alpha-1 - 2022-06-14

Changed

Removed

See UPGRADE-2.0.md for all the changes

1.18.1 - 2022-09-01

Fixed

  • [#448] JsonType::convertToPHPValue and JsonType::convertToDatabaseValue can return null (@dmitryuk)

1.18.0 - 2022-08-16

Added

  • [#443] Added TransactionalManagerInterface::class interface. (@eerison)

Changed

  • [#443] Implements TransactionalManagerInterface in BaseEntityManager abstract class (@eerison)

Removed

1.17.0 - 2022-05-11

Added

Deprecated

1.16.0 - 2021-12-04

Added

Fixed

1.15.0 - 2021-11-06

Deprecated

1.14.0 - 2021-10-05

Added

1.13.1 - 2021-07-20

Fixed

  • [#327] EntityManagerMockFactoryTrait mocks all the basic methods of QueryBuilder (@VincentLanglet)

1.13.0 - 2021-06-15

Added

  • [#323] Added ClearableManagerInterface to be able to clear the Manager in an easy way. (@jordisala1991)

Fixed

  • [#298] Dependency on a non-existent service "sonata.doctrine.adapter.doctrine_phpcr" (@skydiablo)

1.12.0 - 2021-03-11

Added

Fixed

  • [#306] Missing PHPStan type at BaseManager::$class property (@franmomu)

1.11.0 - 2021-01-04

Added

1.10.1 - 2020-10-21

Fixed

1.10.0 - 2020-10-19

Removed

  • [#240] Remove support for doctrine/mongodb-odm <2.0 (@franmomu)

1.9.1 - 2020-08-09

Fixed

1.9.0 - 2020-08-08

Added

  • [#209] Added Sonata\Exporter\Bridge\Symfony\SonataDoctrineSymfonyBundle alias in order to fix Symfony Flex autodiscovery. (@phansys)

1.8.0 - 2020-07-20

Added

  • [#205] Added Sonata\Doctrine\Bridge\Symfony\SonataDoctrineBundle. (@phansys)

Deprecated

  • [#205] Deprecated Sonata\Doctrine\Bridge\Symfony\Bundle\SonataDoctrineBundle in favor of Sonata\Doctrine\Bridge\Symfony\SonataDoctrineBundle. (@phansys)

Fixed

  • [#184] Fix modifying entities (associations, discriminator columns and overrides) with DoctrineCollector (@jordisala1991)

1.7.0 - 2020-07-02

Added

  • [#203] Added support for doctrine/persistence:^2.0. (@phansys)

Fixed

  • [#189] Fixed returning void from methods which are intended to return values; (@phansys)
  • [#189] Fixed weak check at ModelManager::getNormalizedIdentifier(). (@phansys)

Removed

1.6.0 - 2020-03-23

Added

  • Added some explicit methods to OptionsBuilder

Deprecated

  • OptionsBuilder::create method

Fixed

  • Doctrine deprecation

Changed

  • Bump SF to 4.4

1.5.1 - 2019-12-15

Fixed

  • Fix typo in class name
  • Restore argument in EntityManagerMockFactory::create()

1.5.0 - 2019-12-15

Added

  • Add EntityManagerMockFactoryTrait

1.4.0 - 2019-12-02

Changed

  • Remove the final modifier for the getRepository method

Deprecated

  • Passing a second argument to BaseManager::findOneBy

1.3.1 - 2019-09-27

Fixed

  • Using with only PHPCR without ORM

1.3.0 - 2019-04-29

Added

  • Added DoctrineORMMapper to manipulate doctrine entity relations

Deprecated

  • Deprecated Sonata\Doctrine\Model\PageableManagerInterface

1.2.0 - 2019-03-08

Fixed

  • Adapters are not being injected on the adapter chain.
  • sonata_urlsafeid twig filter is working again

Deprecated

  • Sonata\Doctrine\Types\JsonType, in favor of Doctrine\DBAL\Types\JsonType

1.1.5 - 2019-01-19

Fixed

  • crash when decoding null value as JSON

1.1.4 - 2019-01-16

Fixed

  • invalid doctrine_phpcr config filename loading in SonataDoctrineExtension

1.1.3 - 2018-12-16

Fixed

  • crash about type hinting issues with AdapterInterface

1.1.2 - 2018-11-25

Removed

  • Removed @mixins from classes

1.1.1 - 2018-11-21

Fixed

  • Fix class namespace and services loading

1.1.0 - 2018-10-02

Added

  • Added all doctrine stuff from SonataCoreBundle

Removed

  • support for old versions of php