JSONAPI::Resources v0.10.2 Release Notes

Release Date: 2019-12-11 // over 4 years ago
  • A 404 is now returned for a show request for a record that can not be found.


Previous changes from v0.10.1

  • This is a bug fix for this error in PostgreSQL: ERROR: for SELECT DISTINCT, ORDER BY expressions must appear in select list

    This is accomplished by ensuring fields used in sorting are also selected. This should be a transparent change.