Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Releases: mozilla/python_moztelemetry

Deprecation notice

Choose a tag to compare

@wlach wlach released this 06 Nov 20:28

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

Use threads instead of processes in Dataset.summaries

Choose a tag to compare

@jklukas jklukas released this 28 Nov 18:01

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

Choose a tag to compare

@jklukas jklukas released this 31 Oct 14:34

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

Choose a tag to compare

@fbertsch fbertsch released this 24 Aug 19:12
61fddfd
Increase pandas version (#225)

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

Release as a universal wheel

Choose a tag to compare

@jklukas jklukas released this 17 Aug 19:44

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

Choose a tag to compare

@jklukas jklukas released this 17 Aug 18:27

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

Choose a tag to compare

@relud relud released this 12 Jul 16:41
a38e07e
Add support for python3 (#208)

and make python3 default in docker

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

Choose a tag to compare

@wlach wlach released this 08 Jun 15:34
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

Choose a tag to compare

@acmiyaguchi acmiyaguchi released this 04 Jun 23:50

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

Choose a tag to compare

@relud relud released this 02 Apr 20:19
Change deploy acct to frank (#203)