v2.0.0-beta.4
Pre-release
Pre-release
What's Changed
⚠️ gRPC transport method is still experimental and subject to drastic breaking changes moving forward.
🚀 Enhancements
- Use Seeds cloud reads for gRPC notify-only state (optionally replace TCP hybrid default) @steamEngineer / @mafredri (#144)
- Simplify gRPC exec auth with fresh GetSessionRandom per command @steamEngineer / @mafredri (#141)
Seeds cloud reads are opt-in. When enabled, HA seeds DRC, DSEE Ultimate, 360SSM height, sound effect, and related notify-only paths from
GET /devices/{device_id}/statesinstead of TCP:33336. Will be required in the future for devices that don't support TCP seeding (eg. HT-A8). See seeds-cloud-states.md.
📚 Documentation
- Incorporate @mafredri gRPC RE doc corrections from #16 @steamEngineer (#140)
Full diff: v2.0.0-beta.3...v2.0.0-beta.4
