MongoDB Messenger Transport 1.3.2
This new patch adds support for Symfony 6.
This new patch adds support for Symfony 6.
Talk presented at
PUGMI (Facile.it - Milano / Online)
Slides available
Questa è la replica di una presentazione che ho svolto l’anno precedente online al SymfonyDay 2021, anch’essa registrata
Scrivere API è il pane quotidiano di noi sviluppatori web: ormai sono il tassello fondamentale che non manca mai, da colonna portante dei frontend a meccanismo di comunicazione indispensabile tra applicazioni differenti.
Ma come possiamo semplificare lo sviluppo di una API e comunicare con l’esterno come questa API funziona?
This new patch unlocks the possibility of using the JSON serialization with this transport, because it fixes how headers are handled during serialization.
This last small patch handles the same edge case as the previous one, for replaced packages. I also added a CI job to test against PHP 8.1, which is coming in less than 2 months!
This new minor adds the resettable
option to the transport, so that you can disable it if you need to inspect the transport during tests. This is due to the fact that under Symfony 5.3, if a service implements the ResetInterface
(as our transport does), the reset
method gets automatically invoked at kernel shutdown, which happens after using the Symfony test client (KernelBrowser
).