Skip to content

Latest commit

 

History

History
276 lines (215 loc) · 12.1 KB

CHANGELOG.md

File metadata and controls

276 lines (215 loc) · 12.1 KB

Changelog

unreleased (date TBD)

2021.8.1 (2021-08-26)

  • Filter boolean data before passing down to component (#1533)
  • Persist aggregation type and key in URL (#1531)
  • Switch imports to using named constraints (#1538)

2021.8.0 (2021-08-03)

  • Increase graphic container width to show bigger numbers (#1466)
  • Vertically scale scalar and keyed-scalar probes (#1470)
  • Properly reset default state on homepage (#1476)

2021.6.0 (2021-06-22)

  • Upgrade OpenResty to support larger session URLs (#1416)
  • Rescale y-axis when percentiles are toggled (#1379)
  • Fix rescaling y-axis edge cases (#1437)

2021.5.2 (2021-05-19)

  • Add migration to import initial SHAs (#1380)

2021.5.1 (2021-05-17)

  • Fix percentile togges and table view not showing (#1367)

2021.5.0 (2021-05-11)

  • Add ability to get pushlog for range (#1348)
  • Add type labels for Glean metric search (#1340)
  • Fix Markdown rendering of probe/metric description (#1342)
  • Sort key order in dropdown menu (#1323)
  • Change the default aggregation method to average (#1326)
  • Show full word in summary table (#1339)
  • Link to GLAM docs on DTMO (#1349)

2021.4.0 (2021-04-06)

  • Add proportions SQL for other histogram types (#1277)

2021.3.0 (2021-03-16)

  • Support timespan Glean metric type (32a6ab9)
  • Add ability to zoom to a custom range (#1127)

2021.2.1 (2021-02-19)

  • Add telementry.main SQL example for desktop histograms (#1162)

2021.2.0 (2021-02-01)

  • Improve search, adds inactive label, pushes inactive metrics to the bottom, includes all search terms in search query (#1139)

2021.1.1 (2021-01-19)

  • Update SQL generation to use mozfun UDF (#1101)

2021.1.0 (2021-01-07)

  • Rename Fenix to Firefox Android (2ea2125)
  • Remove empty docs link (bf05b1a)
  • Remove alpha quality alert notice (#1058)

2020.11.1 (2020-11-12)

  • Provide SQL query for further data exploration (#1021)
  • Remove default values from URLs so they aren't as unwieldy (#1027)
  • Default to "All" ping types for unknown ping types (#1026)
  • Update labeled counters to use linear probe view (#1023)
  • Fix so we can hover latest reference point (#1022)

2020.11.0 (2020-11-04)

  • Accepted data exploration ADR (#950)
  • Attach desktop channels to probe.info.history keys (#996)
  • Parse glean descriptions with markdown (#995)
  • Expand widths of main content for larger displays (#980)
  • Add scalar to list of known metric types for desktop (#1007)
  • Add validation for unknown metric types (#1008)

2020.10.3 (2020-10-20)

  • Fix NaN reference values (bdc42bf)

2020.10.2 (2020-10-19)

  • Fix non-moving reference markers (#977)
  • Tame the comparison graph (#979)

2020.10.1 (2020-10-19)

  • Update time horizon to be able to view more data (#928)
  • Fix title not updating after selecting searched probe (#926)
  • Display alternate error if probe is inactive (#937)
  • Prefix units to avoid very large numbers (#960)
  • Attach metric data to ping type selector (#967)
  • Make extracting bug IDs more robust (#966)

2020.10.0 (2020-10-01)

  • Add keyed-scalar to list of probe types (b876a80)

2020.9.1 (2020-09-29)

  • Fix for import clashes when running parallel imports in production (bdea458)

2020.9.0 (2020-09-24)

  • Update database and API to support Fenix aggregations
  • Update front-end to use probe-search in 6530682 and 18041c5
  • Replace in-app auth0 implementation with nginx proxy auth0 in #887 and #889
  • Remove udgl and replace components with graph-paper (#902)
  • Update to support multiple apps per Glean product (f11e979)
  • Refactor store initialization (#687)
  • Attach labels to categorical histograms (#907)
  • Add last updated model and API endpoint (#743)
  • Add /docs/adr/ (a directory of Architectural Decision Records) (#854)
  • Reset reference point when switching between probes (#850)

2020.7.0 (2020-07-02)

  • update front-end for search api changes

2020.6.0 (2020-06-30)

  • Fix issue with categorical explorer counts (#587)
  • Use Probe Search Service for probe search results (#602)
  • Replace data graphic components with @graph-paper/datagraphic, @graph-paper/elements, and @graph-paper/guides equivalents (#573)
  • Update API to accept versions param as integer, defaulting to 3, for fetching more historical data (#678)
  • Provide a category select box for probes with a large number of categories (#216)
  • Add support for Google Analytics (#554)
  • Various dependency updates

2020.5.2 (2020-05-26)

  • Select prerelease channel if current channel = release & probe only exists in prerelease (#492)
  • Change GLAM API response to be more tabular (#494)
  • Optimized random probe API (#531)

2020.5.1 (2020-05-26)

  • Update database schema to use transposed histograms and percentiles resulting in a 15x improvement in response times in some cases. (#509)

2020.5.0 (2020-05-12)

  • Add prototype app warning dialog (#478)
  • Fix bug where process=all should convert to process=[parent,content,gpu] (#481)
  • Switch to curveLinear for explore plots (#483)
  • Fix low-volume comparison chart (#483, #486)

2020.4.2 (2020-04-30)

  • Change the violin plot implementation (#451)
  • Change curvature of percentile lines (#447)

2020.4.1 (2020-04-28)

  • Add feedback button to top (#464)
  • Add special-cased probe dimension missing data error component (#441)

2020.4.0 (2020-04-22)

  • fix bugs around low-volume probe displays (#327)
  • fix bug where store values were reset after authentication (#429)
  • fix bug with body selectors (#421)
  • fix bug with aggregation level selector (#422)
  • move dimension filters into the content body (#418)
  • automatically adjust process if current one is not valid for probe (#418)

m1 (2020-04-16)

  • add error handling for 4xx responses
  • add specific error handling for 404, when data is not available
  • ran prettier on all JS (but not svelte) assets
  • clean up unused storybook stories
  • fix for keyed enumerated histograms
  • add editorconfig to standardize editor code syntax
  • add initial support for importing fenix data
  • update to API to better support boolean histograms

m0 (2020-03-26)

  • Initial tagged release