Skip to content
This repository was archived by the owner on Nov 21, 2023. It is now read-only.

Releases: mozilla/python_moztelemetry

Fix get_ping_properties

29 Jun 18:54

Choose a tag to compare

Remove lazy JSON parsing.

0.8.2

22 Jun 12:30

Choose a tag to compare

Update histogram_tools.py (#157)

The new version includes a check to ignore unknown
keys in the histograms file when ran from the pipeline.

0.8.1

15 May 14:57

Choose a tag to compare

bug 1364556 - update histogram_tools to latest m-c version.

0.8.0

11 May 16:09

Choose a tag to compare

Update histogram_tools.py to latest version

0.7.0

12 Apr 17:11

Choose a tag to compare

New select() method, misc. bugfixes

0.6.6

28 Mar 09:37

Choose a tag to compare

Bug 1349608 - Improve Dataset handling of small pings

The idea here is to use a greedy algorithm to balance the RDD partition
in terms of number of files (first) and total size of each partition.

0.6.5

16 Mar 10:48

Choose a tag to compare

Bug 1347283 - Add support decoding invalid UTF8 strings (#117)

0.6.4

28 Feb 13:42

Choose a tag to compare

Make it clear in the docs that HBaseMainSummaryView is experimental

0.6.3

21 Feb 22:25

Choose a tag to compare

Add snappy as dependency

0.6.2

18 Feb 21:07

Choose a tag to compare

Bug 1337995 - pin protobuf version