Skip to content

Releases: icewind1991/steam-vent

0.3.1

29 Oct 18:29
Compare
Choose a tag to compare
  • Fix missing tokio feature flags for some builds

0.3.0

29 Sep 15:08
Compare
Choose a tag to compare

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

Full Changelog: v0.2.1...v0.3.0

0.2.1

29 May 20:27
Compare
Choose a tag to compare

What's Changed

  • implement confirmation handler for shared secret by @garaiza-93 in #2

New Contributors

Full Changelog: v0.2.0...v0.2.1

0.2.0

05 May 17:45
Compare
Choose a tag to compare
  • Add support for saved steam guard data

0.1.0

05 Aug 13:54
Compare
Choose a tag to compare

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