Releases: mrevutskyi/flask-restless-ng
Releases · mrevutskyi/flask-restless-ng
2.2.9
2.2.8
- Make sure that POST response contains actual values from the DB
2.2.7
2.2.6
- Escape user input in error messages to prevent potential server-side cross-site scripting
status
field in error objects is now a string, as required by JSON API standard
https://jsonapi.org/format/#error-objects- Returns '400' status if page number is provided but page size is 0
- Returns '400' status if unknown field was used for sorting
- Allow rolling back the current session in
POST_RESOURCE
post-processors (#28)
2.2.5
2.2.4
- Do not log exceptions for user related errors (bad query, etc)
- Update safe check for
selectinload
for `includes - Update SQLAlchemy dependency to 1.3.6+
2.2.3
- Add safe check for
selectinload
forincludes
2.2.2
- Fix an incorrect selectinload query for models with custom select queries
2.2.1
Minor improvements
2.2.0
- Serialize To-One relationships using foreign key, instead of trying to fetch the whole
relationship object from the database