Skip to content

v0.2.0

Compare
Choose a tag to compare
@garhow garhow released this 30 Jul 08:27
· 161 commits to main since this release

steam-rs version 0.2.0!

Breaking changes

  • Deprecated struct AppId

Enhancements

  • Continuous integration using GitHub Actions
  • Documentation for lib.rs and steam_id.rs
  • Full support for the IPublishedFileService interface and QueryFiles endpoint

Fixes

  • Fixed the broken tests for the IPlayerService interface
  • Implemented missing arguments in ISteamNews/GetNewsForApp endpoint

For the contributors of steam-rs

  • Added rename match to macro optional_argument and implement fmt::Display for its results
  • Assorted SteamId struct into a different file
  • Ended dependence on crate anyhow
  • Implement structured URL system (BASE/INTERFACE/ENDPOINT/vVERSION/)