Releases: inigolabs/artifacts
Releases · inigolabs/artifacts
v1.3.2 - CLI
Jul 30th, 2025
- Added
--urland--userflags to thelogincommand, enabling authentication with a self-hosted instance.
example:inigo login --user admin --url http://localhost:8000/api/query
v1.3.1
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
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
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_IMPLEMENTATIONerror code during composition. Enhances support for the@interfaceObject
v1.1.1
Mar 11th, 2025
- Inigo CLI: fixed the issue with importing subgraphs from specific Apollo graph variant
v1.1.0
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
Feb 13th, 2025
- Bindings : log_level field is added.
- Miscellaneous changes.
v0.30.21
Jan 30th, 2025
- Performance regression fixes for linux/amd64 and linux/arm64 inigo libraries
v0.30.20
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
Inigo CLI
- Ability to export service configuration
Inigo Agent
- Ability to startup using static configuration
Inigo Gateway
- Subgraph operation name includes subgraph name