Skip to content

Releases: factorio-item-browser/portal-api-server

1.5.2

05 Sep 12:45
69cbcc7
Compare
Choose a tag to compare

Added

  • combinationHash to the setting data to be able to recognize version changes of the combinations.

1.5.1

24 May 14:05
51171a7
Compare
Choose a tag to compare

Changed

  • PHP version from 7.4 to 8.0.

1.5.0

11 May 09:48
aafe811
Compare
Choose a tag to compare

Changed

  • Refactored all setting related endpoints, including adding new ones for validating a setting and for requesting the
    mods of a setting.
  • Status code of unknown endpoints to 400 (was 404).
  • Endpoint /style/icons now expecting the CSS selector (with placeholders) to use for the generated stylesheet.

Fixed

  • /init failing if a combination is not yet known to the api server.

1.4.1

19 Feb 09:56
Compare
Choose a tag to compare

Fixed

  • Temporary settings could not be saved permanently.

1.4.0

18 Feb 09:16
Compare
Choose a tag to compare

Changed

  • Replaced combination-related endpoints of the API with their counterparts in the new Combination API.
  • Updated to version 3.0 of the data API.

Removed

  • No longer needed authorizationKey from the Setting database table.

1.3.0

06 Oct 15:25
96f2c70
Compare
Choose a tag to compare

Added

  • Endpoint /items for retrieving a paginated list of all items.

1.2.0

27 Sep 08:15
Compare
Choose a tag to compare

Added

  • Combination-Id to the header of all requests.
  • Creation of temporary setting in /init requests if combination is not in one of the current users settings.
  • Existing setting to response of /setting/status endpoint.

Changed

  • Endpoint /session/init to /init.
  • Response objects now containing combinationId of settings instead of their internal id. All setting endpoints now
    expect the combination ids of the settings instead of the internal id.

1.0.1

17 Jun 08:21
6fad87d
Compare
Choose a tag to compare

Added

  • Field scriptVersion to response of session/init to signal the frontend that the scripts changed, and a page reload
    may be necessary.

1.0.0

22 May 10:11
Compare
Choose a tag to compare
  • Initial release of the portal api server project.