Skip to content

v1.2.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 19:34
0f6e9dc

v1.2.2 — Pinned Factorio versions (no more "latest")

The API docs and prototype data are now pinned to concrete versions instead of a
moving latest label (which silently drifted to 2.1.x and caused confusion).

search_factorio_docs now requires an explicit version

  • Valid versions: 1.1.110 (legacy 1.1) and 2.0.76 (the 2.x baseline).
  • There is no latest — pass a concrete version, or get an error listing the valid ones.

Prototypes pinned to 2.0.76

  • prototypes_lancedb (exact prototype values) is now vanilla 2.0.76, matching the
    docs — so querying 2.0.76 is consistent across both stores. Version-tolerant
    formatters handle the 2.0 -> 2.1 schema drift (singular category vs categories).

New maintenance commands

  • make status — per-store inventory (rows, version, FTS index, health).
  • make dump-data — produce a vanilla --dump-data export (no community mods).

Full changelog: v1.2.1...v1.2.2