FriendsOfSymfony / FOSOAuthServerBundle

A server side OAuth2 Bundle for Symfony
1.09k stars 451 forks source link

Time for a new release ? #671

Open cpjolly opened 3 years ago

cpjolly commented 3 years ago

The last official release was 23 Jan 2019. The last change to Head was 22 Oct 2020.

Is it possible for a maintainer to please make a new release ?

I'd love change my composer.json from "dev-master" to perhaps "^1.8." or "^2.0." because it is against our company policy to use "dev-master" repositories in production.

Many thanks

BazylPL commented 3 years ago

Seems like no one cares anymore ;|

cpjolly commented 3 years ago

yes, very disappointing. Perhaps someone who is responsible for this repository could explain if they plan to abandon it, and therefore open the way for someone else to take it on

deguif commented 3 years ago

@BazyIPL @cpjolly A new 2.0 release is not planned for a near future (many things to adapt, opportunity to add BC breaks, ...). In the mean time, if you want to contribute, you can open PRs targetting the master branch. You can specify the 2.0.x-dev version in your composer.json to use the 2.x development branch.

cpjolly commented 3 years ago

Hi @deguif, We are not supposed to use -dev releases in production. I understand 2.0 is not planned for the near future. But how about a 1.x release to include some of the changes since 23rd Jan 2019 ?

Gonzalo1987 commented 3 years ago

I'm waiting the same, I would be really happy if a new 1.x release came. Thank the developers for the efforts anyway, it's a incredible bundle!!

stopfstedt commented 2 years ago

would like to upgrade to Symfony 5, could we please get a new release (assuming this is ready to be shipped)? Thanks.

igorrebega commented 2 years ago

@deguif Do you need any help with the release? Or this package is more in an abandoned state and we should consider removing it from our projects?

deguif commented 2 years ago

@igorrebega before releasing a new major version (from master), CI should be fixed and probably migrated to Github Action (the phpunit part). If you have time to work on this, you're more than welcome ;)