Skip to content

Releases: inigolabs/artifacts

v1.3.2 - CLI

30 Jul 17:41

Choose a tag to compare

Jul 30th, 2025

  • Added --url and --user flags to the login command, enabling authentication with a self-hosted instance.
    example: inigo login --user admin --url http://localhost:8000/api/query

v1.3.1

03 Jun 16:56

Choose a tag to compare

Jun 3rd, 2025

  • Fixed Sidecar toggling behavior to correctly respect settings and environment variables
  • Resolved issue with unescaped deprecationReason in GraphQL introspection requests

v1.3.0

29 May 22:03

Choose a tag to compare

May 30th, 2025

  • Improved UUID tracing functionality - System now replaces invalid UUIDs with generated ones. Querydata is recorded with an Exception status.
  • Added header recording capabilities

v1.2.0

19 Apr 22:35

Choose a tag to compare

April 18th, 2025

  • Upgraded Go Runtime – Updated to the latest Go runtime for improved performance and stability.
  • Field-Level Tracing (FTv1) – Added support for Field-Level Tracing FTv1 for deeper observability.
  • Composition Fixes – Resolved issues related to the INTERFACE_KEY_NOT_ON_IMPLEMENTATION error code during composition. Enhances support for the @interfaceObject

v1.1.1

11 Mar 19:20

Choose a tag to compare

Mar 11th, 2025

  • Inigo CLI: fixed the issue with importing subgraphs from specific Apollo graph variant

v1.1.0

06 Mar 17:52

Choose a tag to compare

Mar 6th, 2025

  • Fixed query details reporting – Resolved an issue where query details were not fully reported in some cases.
  • Enhanced agent metadata reporting – This version now reports agent version, integration type, and configuration setup upon launch, visible on the Health Page.

v1.0.0

13 Feb 18:52

Choose a tag to compare

Feb 13th, 2025

  • Bindings : log_level field is added.
  • Miscellaneous changes.

v0.30.21

30 Jan 21:08

Choose a tag to compare

Jan 30th, 2025

  • Performance regression fixes for linux/amd64 and linux/arm64 inigo libraries

v0.30.20

28 Jan 21:34

Choose a tag to compare

Inigo CLI

  • New command inigo whoami
  • Better error message for error case when service token is used for CLI calls
  • Ability to supply token via INIGO_CLI_TOKEN env var

Cloud

  • Ability to filter schema by scopes

Inigo Agent

  • Ability to read roles and profiles from the json supplied via header

Inigo Gateway

  • Bugfix: do not allow to startup without the schema

v0.30.19

17 Jan 22:33

Choose a tag to compare

Inigo CLI

  • Ability to export service configuration

Inigo Agent

  • Ability to startup using static configuration

Inigo Gateway

  • Subgraph operation name includes subgraph name