Skip to content

build(deps): bump glean-sdk from 65.2.3 to 67.2.0#1052

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 6, 2026

Bumps glean-sdk from 65.2.3 to 67.2.0.

Release notes

Sourced from glean-sdk's releases.

v67.2.0

  • General
    • Updated to glean_parser v19.0.0 (#3421)
    • Add server knobs config to ping_info (#3396)
    • Fix test_get_value on labeled_ metrics to ask the db for the list of labels (bug 2028892)

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)

... (truncated)

Changelog

Sourced from glean-sdk's changelog.

v67.2.0 (2026-04-06)

Full changelog

  • General
    • Updated to glean_parser v19.0.0 (#3421)
    • Add server knobs config to ping_info (#3396)
    • Fix test_get_value on labeled_ metrics to ask the db for the list of labels (bug 2028892)

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)

... (truncated)

Commits
  • 0f15ce6 Merge branch 'release-v67.2.0' into release
  • d786548 Bumped version to 67.2.0
  • efc0a59 bug 2028892 - Fix Labeled's test_get_value for other labels
  • 480af4d Bug2007406 - Add server knobs config to ping_info (#3396)
  • dbe12c2 Document the process and threading model for glean-core-based SDKs [doc only]
  • 93ca24f Fix general API doc table rows for attr,dist APIs [doc only]
  • deba1ef Bug 1865626 - Update counter.md to use version instead of date
  • 86b14f9 CI: Run bench in an environment, but without a deployment
  • a43da84 Bug 1907890 - Expose MemoryDistribution's accumulate samples r=chutten
  • 982896e Bug 1907892 - Expose MemoryDistribution's accumulate samples r=chutten
  • Additional commits viewable in compare view

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 6, 2026
@dependabot dependabot bot requested a review from a team as a code owner April 6, 2026 19:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Apr 6, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 6, 2026

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

@zzzeid
Copy link
Copy Markdown
Contributor

zzzeid commented Apr 14, 2026

@dependabot rebase

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

---
updated-dependencies:
- dependency-name: glean-sdk
  dependency-version: 67.2.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.2.0 branch from ba4a3b8 to a3b30c5 Compare April 14, 2026 17:42
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.

1 participant