What's new:
- TLS: add your own root CAs, choose whether to append or replace system roots and configure mTLS for both HTTP and gRPC.
- GraphQL GET URLs now honor templates before adding query params so GET {{graphql.endpoint}} just works.
- Settings: set TLS flags, timeouts, and more at the environment, file, or request level.
- Better parsing: file-level
@settingdirectives are captured and applied automatically across requests in the document.
This release tightens defaults (partial mTLS configs now error) while giving you explicit control over trust and per-scope settings.