Skip to content

Releases: factorio-item-browser/api-import

1.2.2

Choose a tag to compare

@BluePsyduck BluePsyduck released this 02 Jul 13:53
fbfcf71

Changed

  • Imports of existing combinations now update the importTime column after completing the import process.
  • Cleaning up the database tables have been moved to a separate clean command instead of doing it with each import.

1.2.1

Choose a tag to compare

@BluePsyduck BluePsyduck released this 24 May 13:49
a8ff5b1

Changed

  • PHP version from 7.4 to 8.0.

1.2.0

Choose a tag to compare

@BluePsyduck BluePsyduck released this 18 Feb 09:09

Changed

  • Updated factorio-item-browser/export-data to its latest version.
  • Replaced deprecated Export-Queue with the new Combination API.

1.1.0

Choose a tag to compare

@BluePsyduck BluePsyduck released this 14 Jul 08:53
02fd1ff

Changed

  • Importers to process the data in chunks to avoid running out of memory.

1.0.3

Choose a tag to compare

@BluePsyduck BluePsyduck released this 03 Jun 14:19

Changed

  • Dependency factorio-item-browser/export-queue-client to version 1.2.
  • Dependency factorio-item-browser/api-database to version 3.2.
  • Using ordering priority to fetch the next job to process.
  • Validation no longer modifies case of identifiers, as the game is case-sensitive not as well.

Removed

  • Support for PHP 7.3. The project must now run with at least PHP 7.4.

1.0.2

Choose a tag to compare

@BluePsyduck BluePsyduck released this 03 May 15:10

Fixed

  • Missing icons for some mods because of normalizing the icon names.

1.0.1

Choose a tag to compare

@BluePsyduck BluePsyduck released this 02 May 12:43

Fixed

  • Missing error message in export queue in case an import failed.
  • Failed imports when some values got used (e.g. too large crafting times).

1.0.0

Choose a tag to compare

@BluePsyduck BluePsyduck released this 16 Apr 07:14
12dea69
  • Initial release of the API import.