sroze / messenger-enqueue-transport

Uses Enqueue with Symfony's Messenger component.
MIT License
191 stars 54 forks source link

Is there a plan to release a new version before Symfony 4.2 release ? #36

Closed shulard closed 5 years ago

shulard commented 5 years ago

Hello guys !

Since the Symfony 4.2 as entered RC phase and the current stable version of this package is not compatible with it, do you plan to release a new version before the official release of Symfon 4.2 ?

Thanks

PS: and if you need some hands to help here, I'll be glad to give some time 😄.

makasim commented 5 years ago

help is very welcome.

drgomesp commented 5 years ago

Master should be very close to working with Symfony 4.2 already.

shulard commented 5 years ago

I think master works with Symfony 4.2 because the main issue is about the encoder/decoder transformed to a serializer.

Please tell me what I can do to help.

drgomesp commented 5 years ago

Well, for now, we can just test master more extensively against Symfony 4.2. Once they officially release it, we can tag it from here. What do you think @makasim ?

makasim commented 5 years ago

Sounds like a plan.

shulard commented 5 years ago

Ok so I'll update the travis matrix to also test on Symfony beta version.

Gnucki commented 5 years ago

Enqueue 0.9 released. Symfony 4.2 released. Here is the time to release the krak... 0.2.0 of messenger-adapter! Isn't it?

drgomesp commented 5 years ago

Indeed @Gnucki.

chalasr commented 5 years ago

Yep, please :)

makasim commented 5 years ago

https://github.com/php-enqueue/messenger-adapter/releases/tag/0.2.0

shulard commented 5 years ago

Thanks @makasim, maybe adding a little release note about the Symfony 4.2 compatibility ?

sroze commented 5 years ago

@makasim thank you!