Skip to content

v0.18.0

Compare
Choose a tag to compare
@bassosimone bassosimone released this 06 Oct 10:43
· 222 commits to master since this release
v0.18.0

Packages

  • ios: pod 'oonimkall', :podspec => 'https://dl.bintray.com/ooni/ios/oonimkall-2020.10.06-103613.podspec'

  • android: implementation 'org.ooni:oonimkall:2020.10.06-103820'

Improvements

Bug Fixes

  • Make sure we honour the include_asn setting correctly: scrub probe_network_name, resolver_asn, resolver_network_name when this setting is false by setting them respectively to "", "AS0", and "". This issue has been noticed when investigating ooni/explorer#495.

  • Make the code more strict and set resolver_ip and test_keys.client_resolver to "127.0.0.2" unless include_ip is true. This issue has been noticed when investigating ooni/explorer#495.