File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
66
77# Release Notes
88
9- ## [ Unreleased] ( https://github.com/algolia/search-bundle/compare/7.0.0...master )
9+ ## [ Unreleased] ( https://github.com/algolia/search-bundle/compare/8.0.0...master )
10+
11+ ## [ v8.0.0] ( https://github.com/algolia/search-bundle/compare/7.0.0...8.0.0 )
12+
13+ ### Added
14+ - Added support for Symfony 8 ([ #393 ] ( https://github.com/algolia/search-bundle/pull/393 ) )
15+ - Added support for Doctrine ORM 3, Doctrine Bundle 3, and Doctrine Persistence 4
16+
17+ ### Changed
18+ - Migrated service configuration from XML to YAML
19+ - Replaced deprecated ` Symfony\Component\HttpKernel\DependencyInjection\Extension ` with ` Symfony\Component\DependencyInjection\Extension\Extension `
20+ - Replaced deprecated ` Symfony\Component\Serializer\Annotation\Groups ` with ` Symfony\Component\Serializer\Attribute\Groups `
21+
22+ ### Removed
23+ - Removed ` friendsofphp/proxy-manager-lts ` and ` symfony/proxy-manager-bridge ` dependencies (Symfony uses native lazy ghost objects since 6.2)
1024
1125## [ v7.0.0] ( https://github.com/algolia/search-bundle/compare/6.0.1...7.0.0 )
1226
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ final class AlgoliaSearchBundle extends Bundle
1111 /**
1212 * Holds the bundle version.
1313 */
14- public const VERSION = '7 .0.0 ' ;
14+ public const VERSION = '8 .0.0 ' ;
1515
1616 public function boot (): void
1717 {
You can’t perform that action at this time.
0 commit comments