Skip to content

Releases: code-inflation/cfspeedtest

v1.2.3

20 Mar 19:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

06 Mar 18:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

04 Feb 14:07
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.2.1

v1.2.0

26 Dec 13:18
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.1.3...v1.2.0

v1.1.3

22 Oct 09:52
76041b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3

v1.1.2

16 Sep 18:07
5aec81f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

v1.1.1

11 Sep 11:32
ae0bc41
Compare
Choose a tag to compare

Expose run_tests & run_tests (#10) - Thanks @deanrock 🎉

  • Publicly expose Measurement fields

  • Publicly expose run_tests and PayloadSize::sizes_from_max

  • bump to version 1.1.1 and upgrade deps

v1.1.0

06 Sep 06:42
Compare
Choose a tag to compare

The project is now usable as a library.

  • add lib.rs and move main.rs code

  • upgrade deps

  • rename speedtest options to CLI options

  • add examples for library usage

  • make OutputFormat no longer optional

  • minor version bump

  • run examples and CLI in GitHub CI

v1.0.4

31 Aug 16:50
Compare
Choose a tag to compare

Introduces --ipv4 and --ipv6 command-line options to force the use of a specific protocol

v1.0.3

19 Aug 19:46
Compare
Choose a tag to compare

fix typo in --output-format parameter (thanks @0x6b )