build(deps): bump glean-sdk from 65.2.3 to 67.0.0 #866 (lando@main)

Warnings
  • Checking...
Blockers
  • Checking...
Branches dependabot/pip/glean-sdk-67.0.0 -> main
Repo lando@main (git) (git://github.com/mozilla-conduit/lando.git)
Author dependabot[bot]
State closed
Commit Title build(deps): bump glean-sdk from 65.2.3 to 67.0.0
Commit Body Bumps [glean-sdk](https://github.com/mozilla/glean) from 65.2.3 to 67.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mozilla/glean/releases">glean-sdk's releases</a>.</em></p> <blockquote> <h2>v67.0.0</h2> <p><a href="https://github.com/mozilla/glean/compare/v66.3.0...v67.0.0">Full changelog</a></p> <ul> <li>General <ul> <li>BUGFIX: Correct <code>glean.database.rkv_load_error</code>'s category and <code>glean.upload.discarded_exceeding_pings_size</code>'s name (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=2009475">bug 2009475</a>)</li> <li>Event timestamps are now always clamped to the range of a signed 64-bit integer. An overflow is recorded in the new metric <code>glean.error.event_timestamp_clamped</code> in case this happens (<a href="https://redirect.github.com/mozilla/glean/pull/3308">#3308</a>).</li> <li>BREAKING CHANGE: Updated to UniFFI 0.31.0 (<a href="https://redirect.github.com/mozilla/glean/pull/3366">#3366</a>)</li> </ul> </li> <li>Android <ul> <li>Updated Kotlin to 2.3.0 (<a href="https://redirect.github.com/mozilla/glean/pull/3379">#3379</a>)</li> </ul> </li> </ul> <h2>v66.3.0</h2> <p><a href="https://github.com/mozilla/glean/compare/v66.2.0...v66.3.0">Full changelog</a></p> <ul> <li>General <ul> <li>Updated to <code>glean_parser</code> v18.2.0 (<a href="https://redirect.github.com/mozilla/glean/issues/3356">#3356</a>)</li> </ul> </li> <li>Python <ul> <li>Source wheel builds now build the SDK upon install correctly (<a href="https://redirect.github.com/mozilla/glean/pull/3359">#3359</a>)</li> </ul> </li> <li>iOS <ul> <li>Annotate the <code>PingUploadScheduler</code> as unavailable for iOS App extensions ([, as app extensions run in a restricted environment without access to UIApplication.shared.<a href="https://redirect.github.com/mozilla/glean/issues/3355">#3355</a>](<a href="https://redirect.github.com/mozilla/glean/pull/3355">mozilla/glean#3355</a>))</li> </ul> </li> </ul> <h2>v66.2.0</h2> <p><a href="https://github.com/mozilla/glean/compare/v66.1.2...v66.2.0">Full changelog</a></p> <ul> <li>General <ul> <li>Stop reporting db file sizes during init phase (<a href="https://redirect.github.com/mozilla/glean/pull/3331">#3331</a>)</li> <li>Tiny performance improvement for putting tasks on the dispatcher (<a href="https://redirect.github.com/mozilla/glean/pull/3318">#3318</a>)</li> <li>Instrument the case when the <code>client_id.txt</code> file does not exist yet (<a href="https://redirect.github.com/mozilla/glean/pull/3339">#3339</a>)</li> <li>When a missing client ID in the database is detected, Glean now restores the backup client ID (<a href="https://redirect.github.com/mozilla/glean/pull/3334">#3334</a>)</li> <li>Disable the <code>post_init</code> health ping (<a href="https://redirect.github.com/mozilla/glean/pull/3343">#3343</a>)</li> </ul> </li> <li>iOS <ul> <li>Glean for iOS is now being built with Xcode 26.2 (<a href="https://redirect.github.com/mozilla/glean/pull/3350">#3350</a>)</li> <li>Fix strict concurrency warnings uncovered in Swift 6 (<a href="https://redirect.github.com/mozilla/glean/pull/3325">#3325</a>, <a href="https://redirect.github.com/mozilla/glean/pull/3347">#3347</a>)</li> <li>Correctly end background tasks (<a href="https://redirect.github.com/mozilla/glean/pull/3347">#3347</a>)</li> </ul> </li> <li>Android <ul> <li>Configuration-time performance optimizations for the Glean Gradle Plugin (<a href="https://redirect.github.com/mozilla/glean/pull/3326">#3326</a>)</li> </ul> </li> <li>Python <ul> <li>Bindings are generated in library mode, enabling source install from PyPI (<a href="https://redirect.github.com/mozilla/glean/pull/3317">#3317</a>)</li> </ul> </li> </ul> <h2>v66.1.2</h2> <p><a href="https://github.com/mozilla/glean/compare/v66.1.1...v66.1.2">Full changelog</a></p> <ul> <li>General <ul> <li>Use an explicit match for the labeled metric ping sections (<a href="https://redirect.github.com/mozilla/glean/pull/3335">#3335</a>)</li> </ul> </li> </ul> <h2>v66.1.1</h2> <p><a href="https://github.com/mozilla/glean/compare/v66.1.0...v66.1.1">Full changelog</a></p> <ul> <li>Kotlin <ul> <li>BUGFIX: For <code>lateinit</code> metrics, check that the metric was instantiated before recording on it (<a href="https://redirect.github.com/mozilla/glean/pull/3309">#3309</a>)</li> </ul> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/mozilla/glean/blob/main/CHANGELOG.md">glean-sdk's changelog</a>.</em></p> <blockquote> <h1>v67.0.0 (2026-01-21)</h1> <p><a href="https://github.com/mozilla/glean/compare/v66.3.0...v67.0.0">Full changelog</a></p> <ul> <li>General <ul> <li>BUGFIX: Correct <code>glean.database.rkv_load_error</code>'s category and <code>glean.upload.discarded_exceeding_pings_size</code>'s name (<a href="https://bugzilla.mozilla.org/show_bug.cgi?id=2009475">bug 2009475</a>)</li> <li>Event timestamps are now always clamped to the range of a signed 64-bit integer. An overflow is recorded in the new metric <code>glean.error.event_timestamp_clamped</code> in case this happens (<a href="https://redirect.github.com/mozilla/glean/pull/3308">#3308</a>).</li> <li>BREAKING CHANGE: Updated to UniFFI 0.31.0 (<a href="https://redirect.github.com/mozilla/glean/pull/3366">#3366</a>)</li> </ul> </li> <li>Android <ul> <li>Updated Kotlin to 2.3.0 (<a href="https://redirect.github.com/mozilla/glean/pull/3379">#3379</a>)</li> </ul> </li> </ul> <h1>v66.3.0 (2025-12-19)</h1> <p><a href="https://github.com/mozilla/glean/compare/v66.2.0...v66.3.0">Full changelog</a></p> <ul> <li>General <ul> <li>Updated to <code>glean_parser</code> v18.2.0 (<a href="https://redirect.github.com/mozilla/glean/issues/3356">#3356</a>)</li> </ul> </li> <li>Python <ul> <li>Source wheel builds now build the SDK upon install correctly (<a href="https://redirect.github.com/mozilla/glean/pull/3359">#3359</a>)</li> </ul> </li> <li>iOS <ul> <li>Annotate the <code>PingUploadScheduler</code> as unavailable for iOS App extensions ([, as app extensions run in a restricted environment without access to UIApplication.shared.<a href="https://redirect.github.com/mozilla/glean/issues/3355">#3355</a>](<a href="https://redirect.github.com/mozilla/glean/pull/3355">mozilla/glean#3355</a>))</li> </ul> </li> </ul> <h1>v66.2.0 (2025-12-09)</h1> <p><a href="https://github.com/mozilla/glean/compare/v66.1.2...v66.2.0">Full changelog</a></p> <ul> <li>General <ul> <li>Stop reporting db file sizes during init phase (<a href="https://redirect.github.com/mozilla/glean/pull/3331">#3331</a>)</li> <li>Tiny performance improvement for putting tasks on the dispatcher (<a href="https://redirect.github.com/mozilla/glean/pull/3318">#3318</a>)</li> <li>Instrument the case when the <code>client_id.txt</code> file does not exist yet (<a href="https://redirect.github.com/mozilla/glean/pull/3339">#3339</a>)</li> <li>When a missing client ID in the database is detected, Glean now restores the backup client ID (<a href="https://redirect.github.com/mozilla/glean/pull/3334">#3334</a>)</li> <li>Disable the <code>post_init</code> health ping (<a href="https://redirect.github.com/mozilla/glean/pull/3343">#3343</a>)</li> </ul> </li> <li>iOS <ul> <li>Glean for iOS is now being built with Xcode 26.2 (<a href="https://redirect.github.com/mozilla/glean/pull/3350">#3350</a>)</li> <li>Fix strict concurrency warnings uncovered in Swift 6 (<a href="https://redirect.github.com/mozilla/glean/pull/3325">#3325</a>, <a href="https://redirect.github.com/mozilla/glean/pull/3347">#3347</a>)</li> <li>Correctly end background tasks (<a href="https://redirect.github.com/mozilla/glean/pull/3347">#3347</a>)</li> </ul> </li> <li>Android <ul> <li>Configuration-time performance optimizations for the Glean Gradle Plugin (<a href="https://redirect.github.com/mozilla/glean/pull/3326">#3326</a>)</li> </ul> </li> <li>Python <ul> <li>Bindings are generated in library mode, enabling source install from PyPI (<a href="https://redirect.github.com/mozilla/glean/pull/3317">#3317</a>)</li> </ul> </li> </ul> <h1>v66.1.2 (2025-11-25)</h1> <p><a href="https://github.com/mozilla/glean/compare/v66.1.1...v66.1.2">Full changelog</a></p> <ul> <li>General <ul> <li>Use an explicit match for the labeled metric ping sections (<a href="https://redirect.github.com/mozilla/glean/pull/3335">#3335</a>)</li> </ul> </li> </ul> <h1>v66.1.1 (2025-11-06)</h1> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mozilla/glean/commit/a793015bad500379ec5480e280ac2631178a2013"><code>a793015</code></a> Merge branch 'release-v67.0.0' into release</li> <li><a href="https://github.com/mozilla/glean/commit/cd39f938d3c214471a18393db0e2d2bfa41479e1"><code>cd39f93</code></a> Bumped version to 67.0.0</li> <li><a href="https://github.com/mozilla/glean/commit/5e9fbce6ebcdfd1ab98aa49df0668e18360267fd"><code>5e9fbce</code></a> Update twig.md [doc only]</li> <li><a href="https://github.com/mozilla/glean/commit/e3718dff3c3f51bee463f7acbe3ea82aef07ded7"><code>e3718df</code></a> bug 2011221 - Document Firefox Desktop's EnumGet and ProcessGet [doc only]</li> <li><a href="https://github.com/mozilla/glean/commit/a3cd72bc4378b3c1fcdbcfd6ad8513b968ad6d71"><code>a3cd72b</code></a> Docs: Check sorting in reference metrics listing</li> <li><a href="https://github.com/mozilla/glean/commit/1ddfba3d835e9b5fd7573bcf4ebeea976be2c18e"><code>1ddfba3</code></a> Bump maturin from 1.10.2 to 1.11.5 in /glean-core/python</li> <li><a href="https://github.com/mozilla/glean/commit/e6d1389e92036033985c8ead13b074f684c2ed8d"><code>e6d1389</code></a> Remove redundant Kotlin conversion method call</li> <li><a href="https://github.com/mozilla/glean/commit/78d4f0bedc45ec0beaa0cff807d293c78dfcb1ff"><code>78d4f0b</code></a> Update Kotlin to version 2.3.0</li> <li><a href="https://github.com/mozilla/glean/commit/10840f35943e676cd3db2d83b6a0949faed37fca"><code>10840f3</code></a> CI: Rename on-comment job</li> <li><a href="https://github.com/mozilla/glean/commit/cca1475d439e1748b553f218f1b207bdb35cc4dd"><code>cca1475</code></a> Remove now-dead links to the Swift API docs</li> <li>Additional commits viewable in <a href="https://github.com/mozilla/glean/compare/v65.2.3...v67.0.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=glean-sdk&package-manager=pip&previous-version=65.2.3&new-version=67.0.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Landings

Not yet Landed
There has been no attempt to land revisions in this stack.