Shopware 6.5.4.0 #3254
Replies: 4 comments 7 replies
-
The changelog says that NEXT-25804 is fixed, but this is not true. The issue is generated by |
Beta Was this translation helpful? Give feedback.
-
Hi @ioanok ,
If this not fixes your setup, please provide a detailed reproducing setup. greets 👍 |
Beta Was this translation helpful? Give feedback.
-
Since 6.5.4.0 our custom The bug is introduced in: 45054ab6 |
Beta Was this translation helpful? Give feedback.
-
I could not find anything about HTTP status codes in the BC promise. The exception to CONTENT__MEDIA_DUPLICATED_FILE_NAME has been changed from 500 to 409 with NEXT-26928. It was sort-of breaking for a piece of code for me. Are there plans to integrate the HTTP status code to the BC promise? |
Beta Was this translation helpful? Give feedback.
-
Hey 👋 ,
We released Shopware 6.5.4.0 today. Here are some developer highlights:
Added generics to EntityRepository and EntitySearchResult
We added generics to EntityRepository and EntitySearchResult. With this feature, it is more comfortable to work with your IDE (better auto-completion), but you also achieve better type safety when working with tools like PHPStan or Psalm.
Example:
any further call to
search
andgetEntities
will return aCustomerAddressCollection
.Fixed extending document templates with sw_extends
Finally, it's possible to extend the document partial templates like the header on any document type instead of overriding every document type once. NEXT-26513
Added configuration to disable fine-grained caches
A configuration to disable Shopware fine-grained caches was added. With this, the whole cache instead of just config changes can be cleared and hence, may increase the performance massively. Please also see the documentation about disabling fine-grained caching to learn how to use this feature.
Trusted proxies now configurable with normal Symfony settings
How to configure Shopware to work behind a load balancer or a reverse proxy? Trusted Proxies can now be configured utilizing the regular Symfony configuration. This feature now works out of the box in Shopware, as it was not easy before to configure. 😉
Loosen composer constraints
We loosened constraints in the composer to allow the installation of minor updates of some composer packages. This makes it easier to install, for example, specific versions of security updates or 3rd party packages. See this commit for more information.
Logging of extensions
Monolog instances of extensions consider now the project-wide configured Monolog handler.
And many more things
ES_MULTILINGUAL_INDEX
app:install
Check out our blog post: https://www.shopware.com/en/news/shopware-6-release-news-august-2023/
Compare: v6.5.3.3...v6.5.4.0
Beta Was this translation helpful? Give feedback.
All reactions