Skip to content

Dependency updates and bincode-next migration#294

Merged
jasonozias merged 6 commits into
masterfrom
291-v100-enhancements
Jul 2, 2026
Merged

Dependency updates and bincode-next migration#294
jasonozias merged 6 commits into
masterfrom
291-v100-enhancements

Conversation

@CraZySacX

@CraZySacX CraZySacX commented Jun 30, 2026

Copy link
Copy Markdown
Member

Summary

  • Routine dependency updates (depsup), including pinning time due to a breaking change upstream
  • Migrate the WebSocket wire-format codec from bincode 1.3.3 to bincode-next 3.1.1, using its serde-compat encode/decode functions so existing message-type definitions in pudlib need no changes
  • Centralize the codec behind new pudlib::serialize/deserialize wrappers instead of having puds, pudw, and pudcli each depend on bincode directly; add a round-trip unit test

Note: the bincode migration changes the wire format — puds, pudw, and pudcli must be rebuilt and redeployed together.

🤖 Generated with Claude Code

CraZySacX and others added 4 commits June 30, 2026 09:03
Migrate the WebSocket wire-format codec from bincode 1.3.3 to
bincode-next 3.1.1, using its serde-compat encode/decode functions so
the existing message-type definitions in pudlib need no changes.

Centralize the codec behind new pudlib::serialize/deserialize
wrappers (pudlib/src/utils.rs) instead of having puds, pudw, and
pudcli each depend on the bincode crate directly, and update all 11
call sites accordingly. Add a round-trip unit test covering the new
codec.

Note: this changes the wire format - puds, pudw, and pudcli must be
rebuilt and redeployed together.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@jasonozias jasonozias self-assigned this Jun 30, 2026
@jasonozias jasonozias added the enhancement New feature or request label Jun 30, 2026
@codecov

codecov Bot commented Jun 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 45.21%. Comparing base (d4d4640) to head (b6c7eb7).
⚠️ Report is 7 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #294      +/-   ##
==========================================
+ Coverage   44.74%   45.21%   +0.47%     
==========================================
  Files          42       42              
  Lines        3158     3187      +29     
==========================================
+ Hits         1413     1441      +28     
- Misses       1745     1746       +1     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jasonozias jasonozias enabled auto-merge July 2, 2026 13:12
@jasonozias jasonozias merged commit 862ef82 into master Jul 2, 2026
24 checks passed
@jasonozias jasonozias deleted the 291-v100-enhancements branch July 2, 2026 13:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants