Skip to main content

v0.19

Inigo v0.19.1

Jan 27, 2023

What's new

  • Deployments

    • Added enable flag to Apollo router plugin.
  • Miscellaneous

    • Made GraphQL playground available for all services.

Bug Fixes

  • Fixed issue in schema parsing of 'repeatable on' directive keyword.
  • Fixed request analyzer issue with handling multiple nested fragment queries.

Inigo v0.19.0

January 24, 2022

What's new

  • Explore

    • Added new sort options (depth, height, status, operation type, and operation name).
    • Added ability to filter and group by client.
  • Config

    • Added ability to apply configurations in the UI.
  • User Management

    • Added ability for admins to add new users.
    • Added ability for admins to update user roles. Available roles are [admin, configurator, and viewer]

Bug Fixes

  • Fixed server and Inigo latency data miscalculation for non sidecar deployments (includes: all middlewares as well as Apollo router).
  • Fixed long service name and label causing line breaks in UI.
  • Fixed sorting of explore data columns from using average to using p95 values.
  • Fixed wrong end time when selecting time slice in the explore chart.