nikic / FastRoute

Fast request router for PHP
Other
5.13k stars 444 forks source link

Tagging 1.4 #259

Open goetas opened 1 year ago

goetas commented 1 year ago

Hi, is there any chance to have tagged a new 1.4 version?

I've spend half day debugging an issue with phpunit and its code coverage module, to discover that it was cased by HHVM files that were removed years ago in https://github.com/nikic/FastRoute/pull/177

It would be great to have a 1.4 release, if not pointing to master, but at least at https://github.com/nikic/FastRoute/commit/6a5f3abe514724792729f0487ed65629b00feb1f that was a great step forward

lcobucci commented 1 year ago

@goetas sure thing, I'll follow up on this ASAP :+1:

mbolli commented 11 months ago

I second this 👍 @nikic @lcobucci

Humni commented 10 months ago

@lcobucci any update on tagging v1.4?

lcobucci commented 10 months ago

Yes, I'm working on reducing BC-break (end user) impact on v2 and will focus on that instead.

I'm planning an RC release for the end of this week, then will work together with a few key projects to confirm that the we can move to a stable one.

Humni commented 10 months ago

@lcobucci perfect, if you need any help testing feel free to shout out

lcobucci commented 10 months ago

I had a little delay but we should be on track this week.

271 provides compatibility fixes with v1 (for users that don't extend any of the components).

@Humni I'll take all the help for testing, thanks! Checking out that branch on your app and running it should "just work". Feel free to report on that PR any findings :+1:

lcobucci commented 8 months ago

https://github.com/nikic/FastRoute/releases/tag/2.0.0-beta1 is out there, please run your tests!

I'll be updating the documentation and releasing an RC version soon.