Skip to main content

v0.30

Inigo v0.30.22

Feb 2nd, 2025

  • Inigo Docker for Apollo Router

    • Improved memory management.
    • Updated Apollo-router dependency to 1.59.2 with Federation V2 (v2.9)
  • Inigo JS middleware

    • Improved memory management.

Inigo v0.30.21

Feb 1st, 2025

  • Inigo Agent

    • Fixed a case where a malformed GET operations causing a runtime panic
  • Inigo Docker for Apollo Router

    • Improved memory management.
    • Updated with the latest Apollo-router dependency and resolved FFI runtime issues.
    • Added a new configuration option (auto_download_library: true) to automatically download the latest library upon startup if no library is provided.
    • Updated binaries to be compiled with Go 1.23.5, containing multiple security fixes.

Inigo v0.30.20

Jan 28th, 2025

  • Inigo CLI
    • New command “inigo whoami”
    • Improved error messaging for the case when service token is used for CLI calls instead of user token
    • Changed cli token environment variable name to INIGO_CLI_TOKEN
  • Inigo Agent
    • Ability to read roles and profiles from the json supplied via header
  • Inigo Gateway
    • Bugfix : do not start agent when schema is missing

Inigo v0.30.19

Jan 17th, 2025

  • Inigo CLI
    • Ability to export service configuration
  • Inigo Agent
    • Ability to startup using static configuration
  • Inigo Gateway
    • Subgraph operation name includes subgraph name

Inigo v0.30.18

Dec 27th, 2024

  • Inigo Agent
    • Improved Memory Management: Enhanced performance and efficiency for Bindings and JS FFI operations.
    • Resolved an issue with Partial Introspection Response handling.
    • Fixed a null termination character problem.
  • Inigo UI
    • Added Overview pages for streamlined insights.
    • Performance Improvements: Faster analytics loading times for high-volume data.
    • Performance Improvements: Optimized multi-filters for better usability.
    • Enhanced Granularity: Data granularity improved to 1-minute intervals for the past 30 days.
    • Improved Charting: Enhanced chart visuals for better visibility and readability.
  • User Management
    • Granular Roles: Introduced more precise role-based access controls for better user management.
  • Inigo Gateway
    • New: Apollo configuration migrator for seamless transitions.
    • New: Subgraph extension propagation for enhanced functionality.
    • Resolved issues with masked error reporting.
    • Fixed missing configuration settings upon reset.
  • Schema Management
    • Enhanced Merging: Added support for merging root operation types without requiring the extend keyword.

Inigo v0.30.15

November 15th, 2024

  • NEW
    • Tokens Management: Added a new token view with the ability to name and delete tokens.
    • UI: Now displays token ID per operation.
    • UI: Now displays Extensions content (latest agent required).
    • UI: Directives are now displayed.
    • UI: Added Latency Avg column.
    • UI: Insights now showing most frequent requests, with the ability to filter by error.
    • UI: Changed default grouping and sorting to Total.
    • Inigo Gateway: Added support for subscriptions.
    • Inigo Gateway: Added OTLP export.
    • Explorer: Now stores extension content.
    • Explorer: Added support for subscriptions.
    • Apollo Router Docker: Updated to version 1.57.1.
  • Bug Fixes
    • Fixed hash logic for APQ calls (latest agent required).
    • Removed restriction for the latest Federation.
  • Performance Improvements
    • UI: Improved loading times for p95 column.

Inigo v0.30.14

October 30th, 2024

  • NEW
    • Inigo CLI: introspect command
    • Inigo CLI: import command - migrate all subgrpahs from Apollo
    • UI: Tokens management page
    • UI: Shared collections in Explorer

Inigo v0.30.13

October 15th, 2024

  • NEW
    • Inigo Gateway OTLP traces support
    • Inigo Gateway health check
    • Enahanced Agent raw request and apq hashing support

Inigo v0.30.12

September 20th, 2024

  • NEW
    • Apollo Router image update to latest image (v1.54.0)

Inigo v0.30.11

September 17th, 2024

  • Bug Fixes
    • Proper agent shutdown

Inigo v0.30.9

August 23rd, 2024

  • Bug Fixes
    • Notify Inigo cloud on agent shutdown
    • Sidecar memory leak fixes

Inigo v0.30.7

July 2nd, 2024

  • Bug Fixes
    • Fixed sidecar multiform file upload
    • Fixed sidecar web socket subscription proxy

Inigo v0.30.5

June 25th, 2024

  • NEW
    • Added environment variable INIGO_LISTEN_HTTP_METHOD to limit listening to certain HTTP methods
    • Added environment variable INIGO_DEBUG_INVALID_GQL_REQUEST to enable debug logging of invalid GraphQL requests

Inigo v0.30.4

June 20th, 2024

  • Bug Fixes
    • Fixed bug in agent when schema upload is disabled

Inigo v0.30.3

June 17th, 2024

  • NEW
    • Kong Gateway agent integration
    • Apigee Gateway agent integration
    • Added ability to use custom @access directive by mapping properties in the inigo config
    • Added inputs validation configuration using custom directives
    • Added cli command to show schema stats
    • Added agent support to handle multiple different schemas in a single service
  • Bug Fixes
    • Composition v2 now preserves location for all additions/changes so it’s tracible back to the original schema file
    • Access control for multiple roles provided simultaneiously
  • Performance Improvements
    • Added query cache for all queries in agent pipeline (non analytics mode)
    • New javascript FFI implementation (no longer requires python)

Inigo v0.30.1

May 24th, 2024

  • NEW
    • Added ability to disable schema fetching via introspection on sidecar

Inigo v0.30.0

April 3rd, 2024

  • NEW
    • Added composition gateway/subgraph cli commands that use command line args and can be run without yaml configuration files.
  • Bug Fixes
    • inigo-js : do not attach empty "extensions" to responses
  • Performance Improvements
    • Response processing performance improved by ignoring custom/json scalars processing