Skip to content

OONI Probe CLI v3.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Oct 09:11
v3.19.0

This is a stable release. On a high-level, this is what changed in 3.19:

  • ✨ Better Support for Measuring Throttling
  • ✨ Introducing OONI Probe Bridges
  • ✨ Improving Measurements Scrubbing
  • ✨ Netemx: A Better Unit/Integration Testing Framework
  • ✨ OONI Run v2 Support
  • ✨ Unit Testing Improvements (go test -short ./... does not use the host network anymore)
  • 🐛 OONI Probe Bootstrap fixes
  • 🐛 Web Connectivity v0.4 Fixes
  • 🐛 Snowflake Fixes

We recommend reading v3.19.0-alpha's changelog because it contains an exhaustive description of the most significant changes in 3.19 compared to 3.18. The following is the complete list of all the unstable releases that led to this release:

On top of the v3.19.0-alpha.5 release, this follow-up release adds the following changes backported from the master branch:

  • 🐛 fix(registry): disable vanilla_tor by default 6a40751
  • 🚧 chore: upgrade NDKVERSION to latest r26 09d3102
  • 🚧 chore: set version to 3.19.0 3cce54b

In short, we also marked vanilla_tor as disabled by default, because it has issues on Android. We'll enable it again using the check-in API, but we would like to take advantage of the possibility of deciding to disable it in the future. We also need to upgrade the NDK since there has been a new release of the r26 LTS.