django-trench icon indicating copy to clipboard operation
django-trench copied to clipboard

Next Release?

Open mattacus opened this issue 2 years ago • 8 comments

Hello,

Firstly thank you all for your hard work on this project, this is exactly what we were looking for to add MFA to our DRF backend.

Is there another release planned soon? I saw that Python 3.10 support was included and it would be nice if we did not have to fork/maintain the repo in order to get some of the latest changes in development.

Thanks again and hope there will be a new version out there soon!

mattacus avatar Apr 04 '23 20:04 mattacus

Hello guys,

As @mattacus, I would like to thank you for this project and the code you provide to the community to implement MFA easily in our application.

I am also looking for a new release of your code, containing the fix you provide in the development branch. It would be very very useful. I am currently doing a pip install django-trench that provides me a version where all the migrations are not made and where their are few bugs that is already fixed in the development branch.

Thank you!

massot-c avatar Apr 07 '23 13:04 massot-c

Hello everyone,

First of all, thank you for the project which had helped me to implement MFA pretty easily on my application.

But as @mattacus and @massot-c , I'm worrying about the date of the next release, which I saw implement some critical new features who could allow me to end the first version of my project.

Thank you !

TheInspectorDevelopper avatar May 04 '23 12:05 TheInspectorDevelopper

Hi everyone,

Thank you for this project! Our application will be releasing MFA in our next version update thanks to this great library. Our team is hopeful for a version release as the development branch does contain very useful fixes to existing issues in production. If there is any chance, our software team would be glad to provide any assistance and support to this repository to keep this library going which would be very useful for our application and for others as well.

Please feel free to send me a message!

Cheers!

gabriel-tan avatar Jun 09 '23 21:06 gabriel-tan

@merixstudio it might be worth considering adding additional maintainers to spread the load of releasing and merging bug fixes.

nefrob avatar Jun 29 '23 22:06 nefrob

It would also prevent un-needed issue creation.... https://github.com/merixstudio/django-trench/issues/218

benzkji avatar Jul 11 '23 10:07 benzkji

Hello any updates on this?, we urgently need a new release which contains this fix: https://github.com/merixstudio/django-trench/issues/173

lexer21 avatar Aug 05 '23 20:08 lexer21

@lexer21 said:

Hello any updates on this?, we urgently need a new release which contains this fix: #173

suggestion: fork the dev branch and create your own "patch" branch checked out to your desired commit (ex. the commit where custom user model was added). Then install your patch branch via pip, ex. pip install https://github.com/lexer21/django-trench/archive/patch.zip (this is what our organization did for now at least).

nefrob avatar Aug 25 '23 15:08 nefrob

Hello, like everyone else, I'd like to know if the project is still being maintained and if we can expect a release?

florianvazelle avatar Dec 22 '23 10:12 florianvazelle