Releases: intaro/custom-index-bundle
Releases · intaro/custom-index-bundle
v1.1.0
v1.0.3
What's Changed
- Exclude temp concurrent indexes %_ccnew from query of current indexes by @blackbjorn in #25
Contributors
- @blackbjorn made their contribution in #25
Full Changelog: v1.0.2...v1.0.3
v1.0.2
What's Changed
- Update docs by @underground20 in #24
v1.0.1
What's Changed
- Fix rebuild indexes if not public schema by @underground20 in #23
v1.0.0
What's Changed (by @underground20 in #22)
- Minimum php version raised to 8.1
- Removed support for symfony < 5
- Now you must always pass an array in a property
columns
(previously it was possible to pass a string/array) - Replaced the use of annotations with attributes
Full Changelog: v0.5.0...v1.0.0
v0.5.0
What's Changed
- Add compatibility with doctrine/dbal 3 by @underground20 in #21
Full Changelog: v0.4.0...v0.5.0
v0.4.0
Symfony 6.x support
Merge pull request #17 from tuqqu/symfony6
Symfony 6 support
Indexes in an abstract class of a joined inheritance
Merged pull request #8 from efacenda:indexing-of-join-and-single-table-inheritance
Add support indexes in an abstract class of a joined inheritance
Symfony 5.x support
Merge pull request #14 from kiler129/symfony5 intaro#13: Add support for Symfony 5.x