Releases: icewind1991/steam-vent
Releases · icewind1991/steam-vent
0.3.1
- Fix missing
tokio
feature flags for some builds
0.3.0
What's Changed
- Support device authentication
- Add bundled protobuf stucts for tf2, csgo and dota2 behind feature flags
- Support using protobuf stucts that aren't bundled
- Allow creating anonymous server sessions
- Expose more session data from
Connection
- Support communicating with the game coordinator
- Don't save empty guard tokens
- Support jobs that have multiple response messages
- Support non-utf8 server names
New Contributors
- @MoskalykA made their first contribution in #5
- @AspectUnk made their first contribution in #8
- @ported-pw made their first contribution in #13
Full Changelog: v0.2.1...v0.3.0
0.2.1
What's Changed
- implement confirmation handler for shared secret by @garaiza-93 in #2
New Contributors
- @garaiza-93 made their first contribution in #2
Full Changelog: v0.2.0...v0.2.1
0.2.0
- Add support for saved steam guard data
0.1.0
Initial release
- support for basic authentication
- low-ish level api for sending rpc methods and receiving notifications
- various bits still missing but should be somewhat usable already to build on top of