jfinkels / flask-restless

NO LONGER MAINTAINED - A Flask extension for creating simple ReSTful JSON APIs from SQLAlchemy models.
https://flask-restless.readthedocs.io
GNU Affero General Public License v3.0
1.02k stars 301 forks source link

Will there be a 1.0 stable release? #685

Open pnachum opened 6 years ago

pnachum commented 6 years ago

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?

kenfehling commented 6 years ago

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

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

SrslyJosh commented 6 years ago

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.

jcrben commented 6 years ago

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

cedricbonhomme commented 5 years ago

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

kiptoomm commented 5 years ago

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.

cedricbonhomme commented 5 years ago

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

reubano commented 4 years ago

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