flask-restless icon indicating copy to clipboard operation
flask-restless copied to clipboard

Will there be a 1.0 stable release?

Open pnachum opened this issue 6 years ago • 7 comments

I'm using 0.17.0 and wondering if there are still plans to release a stable 1.0, and more generally what the future of this project is. If it's no longer being maintained, do you have recommendations for alternatives to use?

pnachum avatar Apr 23 '18 22:04 pnachum

I'm wondering the same thing. Here are some possible recommendations:

https://flask-restless.readthedocs.io/en/stable/similarprojects.html

kenfehling avatar May 27 '18 21:05 kenfehling

It looks like Flask-Restless has received a major overhaul since the last release...I would love to have a stable release. If there are any blockers for release, it would be a good idea to tag the relevant issues as such and solicit fixes from the community.

Other commenters: Checkout #611 for some background on what's going on with 1.0.

SrslyJosh avatar Jun 04 '18 18:06 SrslyJosh

I uploaded 1.0.0b2.dev0 (the latest master commit) to pypi for my own purposes: https://pypi.org/project/Flask-Restless-jcrben/

jcrben avatar Aug 30 '18 14:08 jcrben

I am wondering if this project is still alive...

cedricbonhomme avatar Jun 11 '19 07:06 cedricbonhomme

I am wondering if this project is still alive...

I've been wondering the same, until I decided that it was probably safer to move to an alternative project (flask-rest-jsonapi) since we haven't heard from the maintainer of this project in the longest.

kiptoomm avatar Jun 11 '19 07:06 kiptoomm

thank you. I will have a look at it. I was considering Flask-Restful.

cedricbonhomme avatar Jun 11 '19 07:06 cedricbonhomme

I have yet to find another library as concise as this one. Look at all the boilerplate code needed for simple CRUD using marshmallow.

reubano avatar Oct 28 '19 23:10 reubano