Florent Morselli
Florent Morselli
Hello, I recently came across [RFC 9652](https://www.rfc-editor.org/rfc/rfc9652), which introduces the `Link-Template` HTTP header field. This header allows describing the structure of a link between resources using URI templates, making it...
Target branch: 4.1 Resolves issue #605 - [ ] It is a Bug fix - [ ] It is a New feature - [x] It is related to dependencies Includes:...
Hi, When starting the server, the env var `JWT_KEY`, `PUBLISHER_JWT_KEY` and `SUBSCRIBER_JWT_KEY` contain the secret key used to verify the tokens. The problem is that we cannot use a binary...
Target branch: 5.3.x Resolves issue # - [ ] It is a Bug fix - [x] It is a New feature - [ ] Breaks BC - [ ] Includes...
### Description The Stimulus Controller continued growing. It should be better to split it and simplify the number of options. This change will permit the controller to be in line...
Hi, I have just submitted the PR https://github.com/symfony/symfony/pull/60539 after a short discussion with the other Symfony Core Team members. This is not a security vulnerability as already managed by modern...
Add support for File System API to enable web applications to read and write files and directories on the user's local file system.
### Version(s) affected 1.x ### Description When Symfony UX Turbo and the Offline feature are used together, there is a conflict with the `fetch` hook as their strategies are different....
Add support for Speech Recognition API (Web Speech API) to enable speech-to-text functionality in web applications.
Add support for Payment Request API to enable streamlined payment processing in web applications.