RESTfm Versions Save

RESTful web services for FileMaker server.

v6.1.0beta-20230831

9 months ago

6.1.0beta

  • 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.

v6.0.3

1 year ago

6.0.3 (Released 2023-03-24)

  • Fix for empty query in find for Data API backend.

v6.0.2

1 year ago

6.0.2 (Released 2022-09-28)

  • Fix regression that stops non Data API backends from working.

v6.0.1

1 year ago

6.0.1 (Released 2022-09-14)

  • Fix Data API Create Record - include script results

v6.0.0

1 year ago

6.0.0 (Released 2022-08-01)

  • Added FileMaker Data API support. This is now the default backend for new RESTfm deployments. RESTfm provides the same frontend interface and features, this change is mostly transparent (backend server error codes have changed). The FileMaker PHP API is still supported as an optional backend.
  • New field-level Read and Update operations - FM DataAPI required.
  • New field-level Write operation to container fields - FM DataAPI required.
  • Changed RESTfm configuration to use INI file format (now RESTfm.ini).
  • Added include directive to RESTfm.ini to read further INI files from other directories.
  • Added workaround for cURL errors with HTTP/2 streams

v6.0.0beta-20211005

2 years ago

RESTfm v6 Beta

Features: Support for FMS Data API New config INI file format

Bugs squished so far: Fixes HTTP/2 errors in cURL Fixes layout folder handling Fixes script calling on layout read/find Allow formats to be explicitly disabled in INI files (INI format has changed from earlier Beta releases!) Fixed DataAPI script+find edge case where an empty found set is returned

v5.2.6

3 years ago

Some minor version clarifications and a fix for Big Sur

v5.2.5

3 years ago

Fixes for FileMaker PHP API detection in 18 and 19

v5.2.4

3 years ago

5.2.4 (Released 2020-11-25)

  • Update Mac support for Catalina.
  • Update for FMS 19 and 18.
  • Update phpunit from v4.8 to v8.5.

v5.2.3

5 years ago

5.2.3 (Released 2019-06-06)

  • Second fix to clean up "non well formed" notice.