Skip to content

Bump tonic-build from 0.12.3 to 0.14.5 - #8

Open
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/cargo/tonic-build-0.14.5
Open

Bump tonic-build from 0.12.3 to 0.14.5#8
dependabot[bot] wants to merge 3 commits into
mainfrom
dependabot/cargo/tonic-build-0.14.5

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Feb 25, 2026

Copy link
Copy Markdown

Bumps tonic-build from 0.12.3 to 0.14.5.

Release notes

Sourced from tonic-build's releases.

v0.14.5

What's Changed

  • Add max connections setting

Full Changelog: grpc/grpc-rust@v0.14.4...v0.14.5

v0.14.4

What's Changed

New Contributors

Full Changelog: grpc/grpc-rust@v0.14.3...v0.14.4

v0.14.3

Features

  • Expose tcp_keepalive_interval and tcp_keepalive_retries options on Server (#2472)
  • Allow configuration of max_local_error_reset_streams on Server (#2437)
  • Put source error into the Display impl of Status (#2417)
  • Server::default() now sets TCP_NODELAY to true (#2413)

Bug Fixes

  • Respect max_message_size when decompressing a message (#2484)
  • Depend on http at least 1.1.0 (#2426)

Documentation

  • Fix documentation links for timeout configuration (#2483)
  • Fix documentation typos and grammar issues in status.rs and codec/mod.rs (#2468)
  • Fix labels in Display for Status (#2414)
  • Fix features docs in tonic-build and tonic-prost-build (#2434)
  • Remove redundant word in tonic-build and tonic-prost-build README (#2425)

v0.14.2

What's Changed

New Contributors

Full Changelog: grpc/grpc-rust@v0.14.1...v0.14.2

... (truncated)

Changelog

Sourced from tonic-build's changelog.

NOTE: ths changelog is no longer used and from version v0.13.0 onward we will be using github releases and the changes can be found here.

Commits
  • 3f7caf3 chore: prepare v0.14.5 release (#2516)
  • 3f56644 grpc(chore): add missing copyright notices (#2513)
  • 1769c91 feat(xds): implement xDS subscription worker (#2478)
  • 56f8c6d feat(grpc): Add TCP listener API in the Runtime trait + tests for server cred...
  • 149f366 feat(grpc) Add channel credentials API + Insecure credentials (#2495)
  • cd5b32f chore: prepare 0.14.4 release (#2504)
  • 27640d2 fix(web): allow space after : in grpc-status (#2506)
  • 0c26ee1 Fix permission of a series of files (#2502)
  • c25daa6 fix(ci): remove comment from manifest to unblock version parsing (#2501)
  • 3efc5f9 chore(doc): Replace doc_auto_cfg config with doc_cfg (#2428)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tonic-build](https://github.com/hyperium/tonic) from 0.12.3 to 0.14.5.
- [Release notes](https://github.com/hyperium/tonic/releases)
- [Changelog](https://github.com/hyperium/tonic/blob/master/CHANGELOG.md)
- [Commits](grpc/grpc-rust@v0.12.3...v0.14.5)

---
updated-dependencies:
- dependency-name: tonic-build
  dependency-version: 0.14.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Feb 25, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot
dependabot Bot requested a review from xangcastle as a code owner February 25, 2026 23:25
@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

🚀 Container Performance Benchmark Results

❌ Benchmark failed to complete. Check logs for details.


📊 View full details and artifacts
🕐 Benchmark run: 2026-06-03T05:36:20.392Z

💡 Note: Benchmarks run using Docker containers for realistic testing

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

🚨 Performance Regression Detected

This PR introduces performance regressions that exceed the acceptable thresholds.

Thresholds Reference (Container Mode)

Metric Max Allowed Description
Memory 20 MB Idle memory footprint (containerized)
Cold Start 500 ms Container startup + server ready
Execution P99 100 ms Execution API latency
Cache P99 1000 μs Cache read P99
Cleanup Rate 95% Resource cleanup after disconnections

Next Steps

  1. 📊 View full benchmark results and logs
  2. 🔍 Download artifacts to analyze detailed metrics
  3. 🛠️ Identify and fix the performance regression
  4. 🔄 Re-run benchmarks after optimizations

💡 Tip: These benchmarks run in Docker containers for realistic testing.


Benchmark run: 2026-06-03T05:36:27.881Z

@github-actions

github-actions Bot commented Jun 3, 2026

Copy link
Copy Markdown

📊 Performance Comparison: PR vs Official Release

📊 Performance Comparison: PR vs Official Release

Container Images

Attribute Official (latest) PR Notes
Image xangcastle/ferris-server:latest ferrisrbe/server:latest -
Image ID 90848733137b 51091d323ee9 Different = new build
Size 95.7MB 95.7MB Smaller is better

Performance Metrics

Metric Official (latest) PR Change Status
Memory (MB) 2.148 2.379 ↑ 10.00% ⚠️

Legend

  • ✅ Within 5% - Acceptable
  • ⚠️ 5-15% change - Review recommended
  • 🚨 >15% regression - Optimization required

Interpretation

  • Memory usage acceptable: 2.379MB within expected range

Image Size Analysis

  • ✅ Image size unchanged (95.7MB)

Comparison generated at: 2026-06-03 05:39:48 UTC

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.

1 participant