Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

[Full changelog](https://github.com/mozilla/glean/compare/v69.0.0...main)

* General
* Updated to `glean_parser` v20.1.0 ([#3539](https://github.com/mozilla/glean/issues/3539))

# v69.0.0 (2026-06-22)

[Full changelog](https://github.com/mozilla/glean/compare/v68.0.0...v69.0.0)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ docs-python: build-python ## Build the Python documentation
.PHONY: docs docs-rust docs-swift

docs-metrics: setup-python ## Build the internal metrics documentation
$(GLEAN_PYENV)/bin/pip install glean_parser~=20.0
$(GLEAN_PYENV)/bin/pip install glean_parser~=20.1
$(GLEAN_PYENV)/bin/glean_parser translate --allow-reserved \
-f markdown \
-o ./docs/user/user/collected-metrics \
Expand Down
2 changes: 1 addition & 1 deletion glean-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ include = [
rust-version = "1.90"

[package.metadata.glean]
glean-parser = "20.0.0"
glean-parser = "20.1.0"

[badges]
circle-ci = { repository = "mozilla/glean", branch = "main" }
Expand Down
2 changes: 1 addition & 1 deletion glean-core/build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glean-build"
version = "20.0.0"
version = "20.1.0"
edition = "2021"
description = "Glean SDK Rust build helper"
repository = "https://github.com/mozilla/glean"
Expand Down
2 changes: 1 addition & 1 deletion glean-core/build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ use std::{env, path::PathBuf};

use xshell_venv::{Result, Shell, VirtualEnv};

const GLEAN_PARSER_VERSION: &str = "20.0.0";
const GLEAN_PARSER_VERSION: &str = "20.1.0";

/// A Glean Rust bindings generator.
pub struct Builder {
Expand Down
2 changes: 1 addition & 1 deletion glean-core/ios/sdk_generator.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

set -e

GLEAN_PARSER_VERSION=20.0
GLEAN_PARSER_VERSION=20.1

# CMDNAME is used in the usage text below.
# shellcheck disable=SC2034
Expand Down
22 changes: 0 additions & 22 deletions glean-core/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,6 @@ glean.error:
expires: never
send_in_pings:
- all-pings
no_lint:
- COMMON_PREFIX

invalid_label:
type: labeled_counter
Expand All @@ -618,8 +616,6 @@ glean.error:
expires: never
send_in_pings:
- all-pings
no_lint:
- COMMON_PREFIX

invalid_state:
type: labeled_counter
Expand All @@ -637,8 +633,6 @@ glean.error:
expires: never
send_in_pings:
- all-pings
no_lint:
- COMMON_PREFIX

invalid_overflow:
type: labeled_counter
Expand All @@ -656,8 +650,6 @@ glean.error:
expires: never
send_in_pings:
- all-pings
no_lint:
- COMMON_PREFIX

preinit_tasks_overflow:
version: 1
Expand All @@ -679,8 +671,6 @@ glean.error:
notification_emails:
- glean-team@mozilla.com
expires: never
no_lint:
- COMMON_PREFIX

io:
type: counter
Expand Down Expand Up @@ -748,8 +738,6 @@ glean.upload:
notification_emails:
- glean-team@mozilla.com
expires: never
no_lint:
- COMMON_PREFIX

discarded_exceeding_pings_size:
type: memory_distribution
Expand All @@ -768,8 +756,6 @@ glean.upload:
notification_emails:
- glean-team@mozilla.com
expires: never
no_lint:
- COMMON_PREFIX

pending_pings_directory_size:
type: memory_distribution
Expand All @@ -789,8 +775,6 @@ glean.upload:
notification_emails:
- glean-team@mozilla.com
expires: never
no_lint:
- COMMON_PREFIX

deleted_pings_after_quota_hit:
type: counter
Expand All @@ -812,8 +796,6 @@ glean.upload:
notification_emails:
- glean-team@mozilla.com
expires: never
no_lint:
- COMMON_PREFIX

pending_pings_deleted:
type: labeled_counter
Expand All @@ -840,8 +822,6 @@ glean.upload:
notification_emails:
- glean-team@mozilla.com
expires: never
no_lint:
- COMMON_PREFIX

pending_pings:
type: counter
Expand All @@ -861,8 +841,6 @@ glean.upload:
- glean-team@mozilla.com
- jrediger@mozilla.com
expires: never
no_lint:
- COMMON_PREFIX

send_success:
type: timing_distribution
Expand Down
2 changes: 1 addition & 1 deletion glean-core/python/glean/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
__email__ = "glean-team@mozilla.com"


GLEAN_PARSER_VERSION = "20.0.0"
GLEAN_PARSER_VERSION = "20.1.0"
parser_version = VersionInfo.parse(GLEAN_PARSER_VERSION)
parser_version_next_major = parser_version.bump_major()

Expand Down
4 changes: 0 additions & 4 deletions glean-core/rlb-tests/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ test.metrics:
expires: never
send_in_pings:
- prototype
no_lint:
- COMMON_PREFIX

sample_labeled_string:
<<: *defaults
Expand All @@ -82,8 +80,6 @@ test.metrics:
expires: never
send_in_pings:
- prototype
no_lint:
- COMMON_PREFIX

timings:
<<: *defaults
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ abstract class GleanMetricsYamlTransform implements TransformAction<TransformPar
@SuppressWarnings("GrPackage")
class GleanPlugin implements Plugin<Project> {
// The version of glean_parser to install from PyPI.
private String GLEAN_PARSER_VERSION = "20.0"
private String GLEAN_PARSER_VERSION = "20.1"
// The version of Miniconda is explicitly specified.
// Miniconda3-4.5.12 is known to not work on Windows.
private String MINICONDA_VERSION = "24.3.0-0"
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ maintainers = [

dependencies = [
"semver>=2.13.0",
"glean_parser~=20.0",
"glean_parser~=20.1",
]

[project.urls]
Expand Down
2 changes: 1 addition & 1 deletion samples/glean-sym-test/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions samples/rapid-metrics/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ test.metrics:
expires: never
send_in_pings:
- prototype
no_lint:
- COMMON_PREFIX

sample_string:
type: string
Expand All @@ -54,8 +52,6 @@ test.metrics:
expires: never
send_in_pings:
- prototype
no_lint:
- COMMON_PREFIX

timings:
type: timing_distribution
Expand All @@ -71,8 +67,6 @@ test.metrics:
expires: never
send_in_pings:
- prototype
no_lint:
- COMMON_PREFIX

static_static:
type: dual_labeled_counter
Expand Down
4 changes: 0 additions & 4 deletions samples/rust/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ test.metrics:
expires: never
send_in_pings:
- prototype
no_lint:
- COMMON_PREFIX

sample_labeled_string:
<<: *defaults
Expand All @@ -86,8 +84,6 @@ test.metrics:
expires: never
send_in_pings:
- prototype
no_lint:
- COMMON_PREFIX

timings:
<<: *defaults
Expand Down
Loading