Skip to content

Conversation

@knope-bot
Copy link
Contributor

@knope-bot knope-bot bot commented Dec 11, 2025

Important

Merging this pull request will create these releases

router 0.0.26 (2025-12-12)

Features

Support environment variables in expressions

We have added support for using environment variables in expressions within the Hive Router configuration.

Example usage:

headers:
  all:
    response:
      - insert:
          name: "x-powered-by"
          expression: env("SERVICE_NAME", "default-value")

Fixes

  • bump hive-console-sdk (fix(router): bump hive-console-sdk #617)
  • Bump Hive Console SDK to fix the bug where reports are not being sent when client name is provided without a version
  • Bump vrl dependency to 0.29.0

executor 6.3.0 (2025-12-12)

Features

Support environment variables in expressions

We have added support for using environment variables in expressions within the Hive Router configuration.

Example usage:

headers:
  all:
    response:
      - insert:
          name: "x-powered-by"
          expression: env("SERVICE_NAME", "default-value")

Fixes

  • Bump vrl dependency to 0.29.0

internal 0.0.4 (2025-12-12)

Features

Support environment variables in expressions

We have added support for using environment variables in expressions within the Hive Router configuration.

Example usage:

headers:
  all:
    response:
      - insert:
          name: "x-powered-by"
          expression: env("SERVICE_NAME", "default-value")

Fixes

  • Bump vrl dependency to 0.29.0

@github-actions
Copy link

github-actions bot commented Dec 11, 2025

k6-benchmark results

     ✓ response code was 200
     ✓ no graphql errors
     ✓ valid response structure

     █ setup

     checks.........................: 100.00% ✓ 206154      ✗ 0    
     data_received..................: 6.0 GB  200 MB/s
     data_sent......................: 81 MB   2.7 MB/s
     http_req_blocked...............: avg=3.13µs   min=682ns   med=1.77µs  max=8.22ms   p(90)=2.52µs  p(95)=2.91µs  
     http_req_connecting............: avg=402ns    min=0s      med=0s      max=1.44ms   p(90)=0s      p(95)=0s      
     http_req_duration..............: avg=21.35ms  min=2.35ms  med=20.36ms max=126.35ms p(90)=29.1ms  p(95)=32.16ms 
       { expected_response:true }...: avg=21.35ms  min=2.35ms  med=20.36ms max=126.35ms p(90)=29.1ms  p(95)=32.16ms 
     http_req_failed................: 0.00%   ✓ 0           ✗ 68738
     http_req_receiving.............: avg=146.42µs min=24.76µs med=40.77µs max=63.25ms  p(90)=91.15µs p(95)=417.67µs
     http_req_sending...............: avg=23.22µs  min=5.22µs  med=10.75µs max=22.36ms  p(90)=15.81µs p(95)=26.83µs 
     http_req_tls_handshaking.......: avg=0s       min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s      
     http_req_waiting...............: avg=21.18ms  min=2.29ms  med=20.23ms max=96.97ms  p(90)=28.83ms p(95)=31.8ms  
     http_reqs......................: 68738   2286.27105/s
     iteration_duration.............: avg=21.82ms  min=5.69ms  med=20.71ms max=256.06ms p(90)=29.56ms p(95)=32.61ms 
     iterations.....................: 68718   2285.605836/s
     vus............................: 50      min=50        max=50 
     vus_max........................: 50      min=50        max=50 

@github-actions
Copy link

github-actions bot commented Dec 11, 2025

🐋 This PR was built and pushed to the following Docker images:

Image Names: ghcr.io/graphql-hive/router

Platforms: linux/amd64,linux/arm64

Image Tags: ghcr.io/graphql-hive/router:pr-615 ghcr.io/graphql-hive/router:sha-f1a8549

Docker metadata
{
"buildx.build.ref": "builder-603c9967-403c-46a5-8982-6497f1d23885/builder-603c9967-403c-46a5-8982-6497f1d238850/owpqqok89fm4nh2nv8lp0px70",
"containerimage.descriptor": {
  "mediaType": "application/vnd.oci.image.index.v1+json",
  "digest": "sha256:a06098391034dd1927b3515d789a695f97e632e4ec37428fba4388f1bb23c54b",
  "size": 1609
},
"containerimage.digest": "sha256:a06098391034dd1927b3515d789a695f97e632e4ec37428fba4388f1bb23c54b",
"image.name": "ghcr.io/graphql-hive/router:pr-615,ghcr.io/graphql-hive/router:sha-f1a8549"
}

@knope-bot knope-bot bot force-pushed the knope/release branch 4 times, most recently from f470257 to fbfc53e Compare December 12, 2025 10:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants