Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Type Update Change
vrl (source) workspace.dependencies minor 0.27.0 -> 0.28.0

Release Notes

vectordotdev/vrl (vrl)

v0.28.0

Compare Source

Breaking Changes & Upgrade Guide
  • The return value of the find function has been changed to null instead of -1 if there is no match.

    authors: titaneric (#​1514)

New Features
  • Introduced the basename function to get the last component of a path.

    author: titaneric (#​1531)

  • Introduced the dirname function to get the directory component of a path.

    author: titaneric (#​1532)

  • Introduced the split_path function to split a path into its components.

    author: titaneric (#​1533)

Enhancements
  • Added optional http_proxy and https_proxy parameters to http_request for setting the proxies used for a request. (#​1534)

  • Added support for encoding a VRL Integer into a protobuf double when using encode_proto

    authors: thomasqueirozb (#​1545)

Fixes
  • Fixed parse_glog to accept space-padded thread-id. (#​1515)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies label Nov 3, 2025
@github-actions
Copy link

github-actions bot commented Nov 3, 2025

k6-benchmark results

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

     █ setup

     checks.........................: 100.00% ✓ 214683      ✗ 0    
     data_received..................: 6.3 GB  209 MB/s
     data_sent......................: 84 MB   2.8 MB/s
     http_req_blocked...............: avg=3.44µs  min=682ns   med=1.74µs  max=4.41ms   p(90)=2.42µs  p(95)=2.74µs  
     http_req_connecting............: avg=1µs     min=0s      med=0s      max=2.93ms   p(90)=0s      p(95)=0s      
     http_req_duration..............: avg=20.52ms min=2.15ms  med=19.59ms max=179.13ms p(90)=28ms    p(95)=31.05ms 
       { expected_response:true }...: avg=20.52ms min=2.15ms  med=19.59ms max=179.13ms p(90)=28ms    p(95)=31.05ms 
     http_req_failed................: 0.00%   ✓ 0           ✗ 71581
     http_req_receiving.............: avg=155.2µs min=22.63µs med=37.81µs max=125.86ms p(90)=83.99µs p(95)=378.97µs
     http_req_sending...............: avg=22.76µs min=5.3µs   med=10.28µs max=19.38ms  p(90)=15.09µs p(95)=26.18µs 
     http_req_tls_handshaking.......: avg=0s      min=0s      med=0s      max=0s       p(90)=0s      p(95)=0s      
     http_req_waiting...............: avg=20.34ms min=2.09ms  med=19.45ms max=69.14ms  p(90)=27.78ms p(95)=30.74ms 
     http_reqs......................: 71581   2380.671765/s
     iteration_duration.............: avg=20.95ms min=5.42ms  med=19.94ms max=248.47ms p(90)=28.46ms p(95)=31.54ms 
     iterations.....................: 71561   2380.006596/s
     vus............................: 50      min=50        max=50 
     vus_max........................: 50      min=50        max=50 

@github-actions
Copy link

github-actions bot commented Nov 3, 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-546 ghcr.io/graphql-hive/router:sha-da77665

Docker metadata
{
"buildx.build.ref": "builder-56f40a0c-398d-41c9-9e0d-a82b20486594/builder-56f40a0c-398d-41c9-9e0d-a82b204865940/u5oq1ha1s36aaqgyxurviu57x",
"containerimage.descriptor": {
  "mediaType": "application/vnd.oci.image.index.v1+json",
  "digest": "sha256:fd650872d09dd18255ee86abae9680adac7014d4771d06fe8122559293335602",
  "size": 1609
},
"containerimage.digest": "sha256:fd650872d09dd18255ee86abae9680adac7014d4771d06fe8122559293335602",
"image.name": "ghcr.io/graphql-hive/router:pr-546,ghcr.io/graphql-hive/router:sha-da77665"
}

@ardatan ardatan enabled auto-merge (squash) November 3, 2025 22:50
@dotansimha dotansimha force-pushed the main branch 4 times, most recently from 4cffb36 to c709bec Compare November 4, 2025 11:27
@dotansimha dotansimha disabled auto-merge November 10, 2025 14:42
@dotansimha dotansimha merged commit d29014d into main Nov 10, 2025
19 checks passed
@dotansimha dotansimha deleted the renovate/vrl-0.x branch November 10, 2025 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant