Releases: showwin/speedtest-go
Releases · showwin/speedtest-go
v1.7.9
v1.7.8
What's Changed
- fix: Packet Loss Sample Code Error by @spiritLHLS in #221
- fix: data races by @r3inbowari in #224
New Contributors
- @spiritLHLS made their first contribution in #221
Full Changelog: v1.7.7...v1.7.8
v1.7.7
What's Changed
- fix(api): hook all traffic after Write() for upload by @r3inbowari in #215
- chore: add hash commit and date for release by @r3inbowari in #217
Full Changelog: v1.7.6...v1.7.7
v1.7.6
What's Changed
- chore: Update README.md by @r3inbowari in #208
- chore: add example for multi test by @r3inbowari in #209
- fix(cli): discard unexpected standard library output by @r3inbowari in #211
- fix(api): throw away early data and remove test error by @r3inbowari in #212
- fix(api): unified packet loss interface by @r3inbowari in #213
Full Changelog: v1.7.5...v1.7.6
v1.7.5
What's Changed
- Fix loss calc method for RunMulti by @r3inbowari in #206
Full Changelog: v1.7.4...v1.7.5
v1.7.4
What's Changed
- chore: add Mbps and Gbps for unit by @r3inbowari in #203
- feat(api): add RunMulti and RunMultiWithContext by @r3inbowari in #204
Full Changelog: v1.7.3...v1.7.4
v1.7.3
What's Changed
- feat: support unix like output by @r3inbowari in #201
Full Changelog: v1.7.2...v1.7.3
v1.7.2
What's Changed
- feat: packet loss analyzer implementation by @r3inbowari in #196
Full Changelog: v1.7.0...v1.7.2
v1.7.0
What's Changed
- feat: minimum dynamic measurement time and more accurate measurements by @r3inbowari in #193
- feat: support human-readable and auto-scaled rate units for output by @r3inbowari in #194
- feat: N/A display when no response by @r3inbowari in #195
- fix: use GetEWMAUploadRate in uploadTestContext by @r3inbowari in #195
- fix: unexpected error on accompanyEcho by @r3inbowari in #195
- fix: calculation lag by @r3inbowari in #195
- fix: wrong number of connections in saving mode by @r3inbowari in #195
- fix: unexpected null pointer exception in uploadRequest by @r3inbowari in #195
- chore: typos fix by @r3inbowari in #195
- chore: change test time parameters by @r3inbowari in #195
- chore: change case for testUploadTestContext by @r3inbowari in #195
- update README.md by @r3inbowari in #195
Full Changelog: v1.6.12...v1.7.0
v1.6.12
What's Changed
- fix: wrong iec unit representation by @r3inbowari in #187
- fix: Ensure that the context cancel and deadline hit are respected and the related errors properly propagated by @danielealbano in #188
- fix: Carry out an extra http request for warmup without considering for th… by @danielealbano in #189
Full Changelog: v1.6.11...v1.6.12