Skip to content

Releases: ooni/explorer

2.1.0

20 Oct 15:23
Compare
Choose a tag to compare

Changelog

2.1.0 - 2020-10-15

Changed

  • Uses the new refactored API. Incompatible with 2.0.x because the endpoints to fetch measurement data has changed. (#486)

Fixed

  • Fix link colors to use blue7 from the theme (#473)
  • Address warnings about using next/link for external links (#484)
  • Ensure that measurment pages don't crash when missing test keys (#491)

Added

  • Responsive header and nav menu in countries page (#454)
  • Links to test descriptions on measurement pages (#469)
  • Social media sharing buttons on measurement and country pages. This was done by our awesome GSoC 2020 student @kronaemmanuel (#476)
  • Dev tool to toggle parts of test_keys in measurement data (#491)

Removed

  • Remove tested since date on country pages (#483)

Security

  • Bump elliptic from 6.4.1 to 6.5.3 (#477)
  • Bump markdown-to-jsx from 6.9.4 to 6.11.4 (#485)

2.0.10

07 Oct 16:27
Compare
Choose a tag to compare

Changelog

2.0.10 - 2020-10-07

Hotfix

Make it harder to find measurements with `AS0`
* Disallow search/filter by AS0
* Filter out search results with `probe_asn: AS0`
* Redirect AS0 measurements to `MeasurementNotFound`

2.0.9

02 Oct 19:59
v2.0.9
Compare
Choose a tag to compare

Changelog

2.0.9 - 2020-05-09

Fixed

Country page meta tag now correctly shows the measurement count for the

country

Changed

Search filter test case uses test name filter to test search function

instead of domain name filter. Avoids timeouts when API is slow.

Security

Pinned version for `kind-of` to `^6.0.3` as per github security advisory

2.0.8

08 May 22:44
v2.0.8
Compare
Choose a tag to compare

Changelog

2.0.8 - 2020-05-07

Added

Support for ndt7 measurements (#456)
Meta tags for country pages (#430)
End-to-end tests with Cypress (#417)

Fixed

Missing overview charts in country page (#459)
Country codes in URL for country pages are not case sensitive anymore (#449)
Raw measurement data content overflow in smaller screens (#429)
Handle cases where test_keys.tcp_connect is missing (#412)
Handle cases where test_keys.requests is missing (#412)

Changed

nextjs dependecy upgraded to 9.3.2 (#448)
Upgrade base docker image to node:12 as required by [email protected]
Use blue9 color from theme for footer background (#411)
Updated copy

Removed

Dropped usage of locale-data from react-intl; deprecated (in v3)

Security

Pinned version for https-proxy-agent to ^2.2.3 as per github security advisory