Skip to content

Ghostwriter v7.1.3

Choose a tag to compare

@chrismaddalena chrismaddalena released this 26 Jun 19:01
· 366 commits to master since this release
5bed3ea

Summary

This release includes an optimization for service tokens that should significantly improve speed for large GraphQL queries that might otherwise timeout through the nginx proxy.

CHANGELOG

[7.1.3] - 26 June 2026

Changed

  • Optimized service-token GraphQL user-resolution permissions for large project queries
    • Service-token access now resolves related project users through a database-backed access view instead of repeatedly expanding a large Hasura permission tree
    • Project and operation log service-token scopes remain unchanged

Fixed

  • Fixed icons on filter fields not displaying properly