Skip to content

Release v0.3.6#54

Merged
ApiliumDevTeam merged 8 commits intomainfrom
dev
Mar 7, 2026
Merged

Release v0.3.6#54
ApiliumDevTeam merged 8 commits intomainfrom
dev

Conversation

@ApiliumDevTeam
Copy link
Contributor

Release v0.3.6

Version alignment

All 12 product crates bumped to 0.3.6 with consistent inter-crate dependency versions.

Dependency updates

  • axum 0.7 → 0.8
  • bincode 1.x → 2.x
  • jsonwebtoken 9.x → 10.x
  • mdns-sd 0.11 → 0.18
  • webrtc 0.14 → 0.17
  • async-graphql 7.2 → 8.0-rc
  • tempfile 3.25 → 3.26
  • pretty_assertions 0.7 → 1.4
  • sysinfo 0.37 → 0.38
  • rand_core 0.6 → 0.9 (ai_fixt only)

CI

  • actions/upload-artifact v6 → v7
  • actions/download-artifact v7 → v8

No logic changes

All modifications are mechanical — version bumps, dependency updates, and minimal API adaptations required by the new dependency versions.

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
Release v0.3.6 — Version alignment + dependency updates
@ApiliumDevTeam ApiliumDevTeam merged commit fa90663 into main Mar 7, 2026
21 of 22 checks passed
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