Skip to content

Releases: GoyaPtyLtd/RESTfm

v6.1.0beta-20230831

31 Aug 02:45
eb3cbe1
Compare
Choose a tag to compare
v6.1.0beta-20230831 Pre-release
Pre-release

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

24 Mar 05:32
86e525d
Compare
Choose a tag to compare

6.0.3 (Released 2023-03-24)

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

v6.0.2

28 Sep 04:53
c0e3802
Compare
Choose a tag to compare

6.0.2 (Released 2022-09-28)

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

v6.0.1

14 Sep 05:58
2df1a1d
Compare
Choose a tag to compare

6.0.1 (Released 2022-09-14)

  • Fix Data API Create Record - include script results

v6.0.0

01 Aug 03:07
aceaa57
Compare
Choose a tag to compare

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

05 Oct 06:54
Compare
Choose a tag to compare
v6.0.0beta-20211005 Pre-release
Pre-release

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

11 Jan 04:30
22a6090
Compare
Choose a tag to compare

Some minor version clarifications and a fix for Big Sur

v5.2.5

08 Dec 03:35
Compare
Choose a tag to compare

Fixes for FileMaker PHP API detection in 18 and 19

v5.2.4

25 Nov 06:10
Compare
Choose a tag to compare

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

06 Jun 00:22
Compare
Choose a tag to compare

5.2.3 (Released 2019-06-06)

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