Skip to content

Releases: factorio-item-browser/api-server

3.2.0

04 Dec 11:24
56a8bec
Compare
Choose a tag to compare

3.2.0 - 2021-12-04

Added

  • Status request providing meta-level data to a combination.

3.1.8

13 Nov 07:40
cde0aed
Compare
Choose a tag to compare

Fixed

  • Tracking of search runtimes in seconds instead of intended milliseconds.

3.1.7

09 Nov 12:49
60546be
Compare
Choose a tag to compare

Added

  • Tracking for the search requests.

3.1.6

24 Oct 19:46
b0aa67a
Compare
Choose a tag to compare

Fixed

  • Invalid routes returning wrong status code of 500 instead of the intended 400.
  • Missing tracking values on errors.

3.1.5

26 Sep 11:42
e33e41a
Compare
Choose a tag to compare

Added

  • Tracking of request-related data as a first test.

3.1.4

09 Jul 19:01
b2d520a
Compare
Choose a tag to compare

Added

  • Command for auto-updating combinations under certain conditions.

3.1.3

06 Jul 08:57
11bfdeb
Compare
Choose a tag to compare

Added

  • Updating the lastUsageTime column in the Combination table with each request.
  • Verification of the combination id in the paths, returning status code 404 if the combination does not exist.

3.1.2

24 May 11:59
50c8174
Compare
Choose a tag to compare

Changed

  • PHP version from 7.4 to 8.0.

3.1.1

14 May 09:57
9dfa960
Compare
Choose a tag to compare

Fixed

  • Fixed translations not always using the English as fallback.

3.1.0

23 Feb 11:57
Compare
Choose a tag to compare

Changed

  • Reduced responses in item/list, item/random and search/query: If numberOfRecipesPerResult is set to 0 in the
    request, the response will no longer contain the keys recipes and totalNumberOfRecipes for the entries, for a
    performance increase.