Release v0.3.6 — Version alignment + dependency updates#53
Merged
ApiliumDevTeam merged 7 commits intodevfrom Mar 7, 2026
Merged
Release v0.3.6 — Version alignment + dependency updates#53ApiliumDevTeam merged 7 commits intodevfrom
ApiliumDevTeam merged 7 commits intodevfrom
Conversation
Aligns all 12 product crates to v0.3.6 and updates inter-crate dependency version requirements accordingly.
…, rand_core) - tempfile 3.25 → 3.26 - pretty_assertions 0.7.2 → 1.4 - sysinfo 0.37 → 0.38 - rand_core 0.6 → 0.9 (ai_fixt only)
- actions/upload-artifact v6 → v7 - actions/download-artifact v7 → v8
…ebrtc 0.17
Major dependency upgrades with required API migrations:
- axum 0.7 → 0.8: WebSocket Message::Text now uses Utf8Bytes
- bincode 1.x → 2.x: migrate to bincode::serde::{encode_to_vec,decode_from_slice}
- jsonwebtoken 9.x → 10.x: stable API, no code changes needed
- mdns-sd 0.11 → 0.18
- webrtc 0.14 → 0.17
- rmp-serde 1.x: remove deprecated with_string_variants() (now default)
- Import Error type for mdns feature gate - Use ScopedIp::to_ip_addr() instead of copied() for addresses - Fix Error::Network variant to use Error::network() helper - Add wildcard arm for non-exhaustive ServiceEvent enum
- Migrate playground_source → GraphiQLSource builder API - Remove dead subscription handler (router is placeholder) - Update Cargo.lock
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
No logic changes
All modifications are mechanical — version bumps, dependency updates, and minimal API adaptations. Zero changes to business logic, routing, validation, auth, or data structures.
Deferred
Verified
cargo checkpasses for all 12 product crates (default features)aingle_minimal --features mdns,webrtc,rest,ai_memory,smart_agents✓aingle_cortex --features full✓Test plan
cargo check --workspace(only pre-existing wasm_test_utils build script failure)cargo check -p aingle_cortex --features fullcargo check -p aingle_minimal --features mdns,webrtc