Update Rust crate temporalio-client to 286baac#8415
Conversation
PR SummaryMedium Risk Overview The lockfile change is more than a rev swap: the new client pulls Reviewed by Cursor Bugbot for commit bf563f5. Bugbot is set up for automated code reviews on this repo. Configure here. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
🤖 Augment PR SummarySummary: This PR updates the Rust dependency on Changes:
Technical Notes: Only the 🤖 Was this summary useful? React with 👍 or 👎 |
| tarpc = { version = "0.36.0", default-features = false, git = "https://github.com/google/tarpc", rev = "f55f36d2d876b1868cfcf52f41d0456a60cf726c" } | ||
| temporalio-client = { git = "https://github.com/temporalio/sdk-core", rev = "231e21c" } | ||
| temporalio-client = { git = "https://github.com/temporalio/sdk-core", rev = "7ecb7c0542de829de7003b40eca2f95befeb0eae" } | ||
| temporalio-common = { git = "https://github.com/temporalio/sdk-core", rev = "231e21c" } |
There was a problem hiding this comment.
temporalio-client is bumped to a newer sdk-core revision, but temporalio-common is still pinned to the older 231e21c rev. Since both come from the same upstream repo, it’s worth double-checking that this mixed-rev combination is intentional/compatible (otherwise consider updating them in lockstep).
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8415 +/- ##
=======================================
Coverage 59.61% 59.61%
=======================================
Files 1348 1348
Lines 131877 131877
Branches 5944 5944
=======================================
+ Hits 78615 78616 +1
+ Misses 52357 52356 -1
Partials 905 905
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Merging this PR will degrade performance by 15.38%
|
| Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|
| ❌ | bit_matrix/dense/iter_row[64] |
140.8 ns | 170 ns | -17.16% |
| ❌ | bit_matrix/dense/iter_row[200] |
185.8 ns | 215 ns | -13.57% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing deps/rs/temporalio-client-digest (bf563f5) with main (3dbbe7b)2
Footnotes
-
24 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
-
No successful run was found on
main(0eea201) during the generation of this report, so 3dbbe7b was used instead as the comparison base. There might be some changes unrelated to this pull request in this report. ↩
temporalio-client to 7ecb7c0temporalio-client to fb14d9c
ee5a29e to
85c6326
Compare
85c6326 to
6f5efb9
Compare
temporalio-client to fb14d9ctemporalio-client to 20a6817
temporalio-client to 20a6817temporalio-client to 12c656f
temporalio-client to dc127f5temporalio-client to 21e03c2
3ff08d2 to
2ee828a
Compare
temporalio-client to 21e03c2temporalio-client to 2014f31
2ee828a to
e3b3db1
Compare
e3b3db1 to
d43fd0b
Compare
temporalio-client to 2014f31temporalio-client to a0caec4
temporalio-client to a0caec4temporalio-client to 9d678b9
d43fd0b to
63c8ea8
Compare
temporalio-client to 9d678b9temporalio-client to 78a94de
This PR contains the following updates:
231e21c→286baacWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Enabled.
♻ 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.
This PR has been generated by Renovate Bot.