Releases: factorio-item-browser/api-server
Releases · factorio-item-browser/api-server
3.2.0
3.1.8
Fixed
- Tracking of search runtimes in seconds instead of intended milliseconds.
3.1.7
Added
- Tracking for the search requests.
3.1.6
Fixed
- Invalid routes returning wrong status code of 500 instead of the intended 400.
- Missing tracking values on errors.
3.1.5
Added
- Tracking of request-related data as a first test.
3.1.4
Added
- Command for auto-updating combinations under certain conditions.
3.1.3
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
Changed
- PHP version from 7.4 to 8.0.
3.1.1
Fixed
- Fixed translations not always using the English as fallback.
3.1.0
Changed
- Reduced responses in
item/list
,item/random
andsearch/query
: IfnumberOfRecipesPerResult
is set to 0 in the
request, the response will no longer contain the keysrecipes
andtotalNumberOfRecipes
for the entries, for a
performance increase.