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

Releases: mozilla/python_moztelemetry

Deprecation notice

06 Nov 20:28

Choose a tag to compare

Notify potential users of this library that it will stop working very soon

Use threads instead of processes in Dataset.summaries

28 Nov 18:01

Choose a tag to compare

See #242

@tdsmith saw performance issues when running on Databricks due to process contention. Switching to threads seems to be an overall performance improvement.

Regenerate protobuf class

31 Oct 14:34

Choose a tag to compare

To keep up with evolution of protocol buffers, we've regenerated the class with latest protoc (3.6.1) and not require protbuf>=3.6.0

Increase Pandas Version

24 Aug 19:12
61fddfd

Choose a tag to compare

Increase pandas version (#225)

Spark 2.3 requires Pandas 0.19.2 for some operations.
See bug 1484715

Release as a universal wheel

17 Aug 19:44

Choose a tag to compare

Previous releases only provided a wheel release specific to either python 2 or python 3. Starting with this version, we release a universal wheel that leads to more efficient installation for consuming projects.

See #223

Add max_concurrency param and new grouping to Dataset

17 Aug 18:27

Choose a tag to compare

Dataset.records now has a group_by method that can be set to 'equal_size' rather than the default 'greedy' (#217)

The Dataset constructor now accepts a max_concurrency parameter that can be used to manage the number of spawned processes (#221)

Python 3 support

12 Jul 16:41
a38e07e

Choose a tag to compare

Add support for python3 (#208)

and make python3 default in docker

Explicitly deprecate some legacy methods (and document them as such)

08 Jun 15:34

Choose a tag to compare

Bug 1463885 - Disrecommend get_one_ping_per_client (#212)

* Update docs to more clearly mark deprecated methods as... deprecated

* Bug 1463885 - Disrecommend get_one_ping_per_client even more

v0.9.0

04 Jun 23:50

Choose a tag to compare

Bug 1447851 - Add content decoding for landfill #209

This release adds support for decoding messages as seen from ingestion. These documents are lightly processed and stored as gzipped json documents with a meta and content field.

v0.8.14

02 Apr 20:19

Choose a tag to compare

Change deploy acct to frank (#203)