Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mozilla/glean_parser

v21.0.1

Choose a tag to compare

@badboy badboy released this 21 Aug 14:39
  • Swift: Fix argument labels in labeled *distributions (#859)

v21.0.0

Choose a tag to compare

@badboy badboy released this 21 Aug 08:56
  • BREAKING CHANGE: Generate labeled {custom|memory|timing} distribution for mobile (#857)
  • Allow categories to have subcategories longer than 29 characters (bug 2062403)

v20.2.0

Choose a tag to compare

@jeddai jeddai released this 21 Jul 19:09
f6c1d64

What's Changed

  • update Metric.serialize to allow renaming of fields by @jeddai in #856

New Contributors

Full Changelog: v20.1.0...v20.2.0

v20.1.0

Choose a tag to compare

@badboy badboy released this 15 Jul 09:46
  • Allow to overwrite date to check expiry against using the SOURCE_DATE_EPOCH environment variable (bug 2052175)
  • Disable the COMMON_PREFIX lint. (bug 2052480)
    This is not a breaking change: We keep the name, but the lint will never trigger.

v20.0.1

Choose a tag to compare

@chutten chutten released this 11 Jun 19:44
  • Ensure in_session is present for all metrics in the object model, like the other CommonMetricData args (bug 2046193).

v20.0.0

Choose a tag to compare

@travis79 travis79 released this 08 Jun 19:16
07fb910

20.0.0

  • BREAKING CHANGE: Go server: replaced the go_server_pubsub outputter with a transport option on go_server (-s transport=logging|pubsub|combined, default logging); combined emits both transports in one file and ping params gain an optional DocumentID to share a document_id across them for gradual migration (#849)
  • Add support for Glean session implementation (#840)

v19.2.0

Choose a tag to compare

@travis79 travis79 released this 29 May 12:41
fbdf793
  • Go server template: add go_server_pubsub outputter to support direct
    Pub/Sub delivery (DENG-9533)

v19.1.1

Choose a tag to compare

@badboy badboy released this 28 May 13:07
  • Use JSON serialization for on-disk caching

v19.1.0

Choose a tag to compare

@badboy badboy released this 12 May 09:37
  • Go server: Add support for labeled_boolean metrics with static labels (AE-1250)
  • BUGFIX: Go server: Serialize nil string_list metrics as empty arrays instead of null (#837)
  • Add support to target glean_sym (the new experimental Glean Rust API) (#841)

v19.0.0

Choose a tag to compare

@badboy badboy released this 26 Feb 16:18
  • Python server: Support optional metrics (#828)
  • BUGFIX: Correct event timestamp values in server language templates (#831)
  • Remove the coverage subcommand. The SDK also removed metric testing covergae (#832)