Skip to content

v6.1.1

Latest

Choose a tag to compare

@nickorr nickorr released this 10 Apr 05:23

6.1.1

  • Add Content-Type setting to Formats. This allows a Format to explicitly set its own Content-type if needed.
  • New .jsondataonly format added (returns data section as a simple array of records).
  • Unify status headers for backend errors. All backends now generate the following headers on error:
    • X-RESTfm-Backend: {backend}
    • X-RESTfm-Backend-Status: ...
    • X-RESTfm-Backend-Reason: ...
  • The new headers replace per-backend naming of headers which looked like:
    • X-RESTfm-{backend}-Status: ...
    • X-RESTfm-{backend}-Reason: ...
  • Add "enableLegacyStatusHeaders" configuration option (see RESTfm.ini) to assist client software not yet aware of the new backend status headers.