Skip to content

build(deps): bump glean-sdk from 65.2.3 to 67.1.0#993

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/glean-sdk-67.1.0
Open

build(deps): bump glean-sdk from 65.2.3 to 67.1.0#993
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/glean-sdk-67.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps glean-sdk from 65.2.3 to 67.1.0.

Release notes

Sourced from glean-sdk's releases.

v67.1.0

  • General
    • Remove support for generating metric testing coverage (#3397)
    • Fix log pipe corruption on Windows (#3413)

v67.0.0

Full changelog

  • General
    • BUGFIX: Correct glean.database.rkv_load_error's category and glean.upload.discarded_exceeding_pings_size's name (bug 2009475)
    • Event timestamps are now always clamped to the range of a signed 64-bit integer. An overflow is recorded in the new metric glean.error.event_timestamp_clamped in case this happens (#3308).
    • BREAKING CHANGE: Updated to UniFFI 0.31.0 (#3366)
  • Android
    • Updated Kotlin to 2.3.0 (#3379)

v66.3.0

Full changelog

  • General
    • Updated to glean_parser v18.2.0 (#3356)
  • Python
    • Source wheel builds now build the SDK upon install correctly (#3359)
  • iOS
    • Annotate the PingUploadScheduler as unavailable for iOS App extensions ([, as app extensions run in a restricted environment without access to UIApplication.shared.#3355](mozilla/glean#3355))

v66.2.0

Full changelog

  • General
    • Stop reporting db file sizes during init phase (#3331)
    • Tiny performance improvement for putting tasks on the dispatcher (#3318)
    • Instrument the case when the client_id.txt file does not exist yet (#3339)
    • When a missing client ID in the database is detected, Glean now restores the backup client ID (#3334)
    • Disable the post_init health ping (#3343)
  • iOS
    • Glean for iOS is now being built with Xcode 26.2 (#3350)
    • Fix strict concurrency warnings uncovered in Swift 6 (#3325, #3347)
    • Correctly end background tasks (#3347)
  • Android
    • Configuration-time performance optimizations for the Glean Gradle Plugin (#3326)
  • Python
    • Bindings are generated in library mode, enabling source install from PyPI (#3317)

v66.1.2

Full changelog

  • General
    • Use an explicit match for the labeled metric ping sections (#3335)

... (truncated)

Changelog

Sourced from glean-sdk's changelog.

v67.1.0 (2026-03-12)

Full changelog

  • General
    • Remove support for generating metric testing coverage (#3397)
    • Fix log pipe corruption on Windows (#3413)

v67.0.0 (2026-01-21)

Full changelog

  • General
    • BUGFIX: Correct glean.database.rkv_load_error's category and glean.upload.discarded_exceeding_pings_size's name (bug 2009475)
    • Event timestamps are now always clamped to the range of a signed 64-bit integer. An overflow is recorded in the new metric glean.error.event_timestamp_clamped in case this happens (#3308).
    • BREAKING CHANGE: Updated to UniFFI 0.31.0 (#3366)
  • Android
    • Updated Kotlin to 2.3.0 (#3379)

v66.3.0 (2025-12-19)

Full changelog

  • General
    • Updated to glean_parser v18.2.0 (#3356)
  • Python
    • Source wheel builds now build the SDK upon install correctly (#3359)
  • iOS
    • Annotate the PingUploadScheduler as unavailable for iOS App extensions ([, as app extensions run in a restricted environment without access to UIApplication.shared.#3355](mozilla/glean#3355))

v66.2.0 (2025-12-09)

Full changelog

  • General
    • Stop reporting db file sizes during init phase (#3331)
    • Tiny performance improvement for putting tasks on the dispatcher (#3318)
    • Instrument the case when the client_id.txt file does not exist yet (#3339)
    • When a missing client ID in the database is detected, Glean now restores the backup client ID (#3334)
    • Disable the post_init health ping (#3343)
  • iOS
    • Glean for iOS is now being built with Xcode 26.2 (#3350)
    • Fix strict concurrency warnings uncovered in Swift 6 (#3325, #3347)
    • Correctly end background tasks (#3347)
  • Android
    • Configuration-time performance optimizations for the Glean Gradle Plugin (#3326)
  • Python
    • Bindings are generated in library mode, enabling source install from PyPI (#3317)

... (truncated)

Commits
  • 667af08 Merge branch 'release-v67.1.0' into release
  • 0ff1349 Bumped version to 67.1.0
  • 9438e70 Mention metric ID in error message
  • 190f8d1 Bump maturin from 1.12.4 to 1.12.5 in /glean-core/python
  • 60ece8e Fix outdated static label limit in docs (100 → 4096)
  • 211d9e5 bug 2020056: Fix Glean log pipe corruption on Windows
  • 071afdf Bump maturin from 1.12.0 to 1.12.4 in /glean-core/python
  • 0f3fa1f Explain the test (as described in the commit message that introduced it)
  • cab5698 Re-enable RLB as a default member
  • 578937e Benchmark: Run rapid-metrics under gungraun
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 16, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 16, 2026 20:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Mar 16, 2026
@github-actions
Copy link

View this pull request in Lando to land it once approved.

Bumps [glean-sdk](https://github.com/mozilla/glean) from 65.2.3 to 67.1.0.
- [Release notes](https://github.com/mozilla/glean/releases)
- [Changelog](https://github.com/mozilla/glean/blob/main/CHANGELOG.md)
- [Commits](mozilla/glean@v65.2.3...v67.1.0)

---
updated-dependencies:
- dependency-name: glean-sdk
  dependency-version: 67.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/glean-sdk-67.1.0 branch from 9d684c7 to 5d8c812 Compare March 17, 2026 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants