Skip to content

Version 2.0.0 (The Umpteenth Rewrite – Speed, Compatibility, and Flexibility)

Compare
Choose a tag to compare
@TheLostLambda TheLostLambda released this 27 Dec 02:10
· 23 commits to master since this release

After pushing a quick fix for issue #5, it became clear that the code needed a bit of a refresh and that a more elegant way of handling variable IP addresses was needed.

This rewrite brings:

  • 2018 Edition Rust
  • Proper argument handling (clap)
  • The return of reqwest (vastly simplified code with no openssl dependency)
  • Full support for REV Control Hub
  • Persistent, cross-platform configuration (robot controller addresses are remembered)
  • Speed improvements (from gzip and cookie support)
  • Much smaller Windows & Linux binaries

Upgrading to v2.0.0 shouldn't change the way you use ftc_http, it just makes using it much nicer. The added bonus is a much more future-proof program.

Pick it up and give it a whirl!