Webador / SlmQueue

Laminas / Mezzio module that integrates with various queue management systems.
Other
137 stars 56 forks source link

SLM v3 as stable version #242

Closed chris1312 closed 2 years ago

chris1312 commented 3 years ago

Hi all, Current v3 version is still marked as beta and there is no Issue for it making it stable. Are there any development planned to make it stable apart from testing it? @roelvanduijnhoven

roelvanduijnhoven commented 3 years ago

@chris1312 Yes there is. We are migrating our own system to the latest PHP version. And as part of that, we will need some work on this repo as well. So hopefully this should all be done within the next 4 weeks or so.

But.. feel free to address a PR if you want to move faster!

trylika commented 2 years ago

What is current situation with v3 and PHP8 support? is there anything to help for release?

roelvanduijnhoven commented 2 years ago

Can we safely drop the beta @koenkivits :)?

koenkivits commented 2 years ago

@roelvanduijnhoven not yet! It still needs a bit of work:

It shouldn't be too much work; I'll try to get a final version out this week. :) (cc @trylika)

trylika commented 2 years ago

@koenkivits if you'll need any help, i.e. testing how/if it works, ping me :) our project uses this library and we are looking to upgrade from PHP7.4 to PHP8.0

koenkivits commented 2 years ago

@trylika thanks for the offer! Can I ask you which adapter you're using? :)

I've just created PRs for SlmQueue and SlmQueueDoctrine by the way:

trylika commented 2 years ago

@koenkivits in an odd coincidence - we are using SlmQueueDoctrine :)

koenkivits commented 2 years ago

@trylika then you should now be able to upgrade to the latest version for PHP8 support. :)

Both SlmQueue and SlmQueueDoctrine now have an UPGRADE.md, which contains upgrade instructions for the current major release:

I hope this is enough to get everyone up-to-date. Please let us know if you still find issues! (cc @chris1312)