Skip to content

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

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/glean-sdk-67.0.0
Closed

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 23, 2026

Bumps glean-sdk from 65.2.3 to 67.0.0.

Release notes

Sourced from glean-sdk's releases.

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)

v66.1.1

Full changelog

  • Kotlin
    • BUGFIX: For lateinit metrics, check that the metric was instantiated before recording on it (#3309)

... (truncated)

Changelog

Sourced from glean-sdk's changelog.

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)

v66.1.2 (2025-11-25)

Full changelog

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

v66.1.1 (2025-11-06)

... (truncated)

Commits
  • a793015 Merge branch 'release-v67.0.0' into release
  • cd39f93 Bumped version to 67.0.0
  • 5e9fbce Update twig.md [doc only]
  • e3718df bug 2011221 - Document Firefox Desktop's EnumGet and ProcessGet [doc only]
  • a3cd72b Docs: Check sorting in reference metrics listing
  • 1ddfba3 Bump maturin from 1.10.2 to 1.11.5 in /glean-core/python
  • e6d1389 Remove redundant Kotlin conversion method call
  • 78d4f0b Update Kotlin to version 2.3.0
  • 10840f3 CI: Rename on-comment job
  • cca1475 Remove now-dead links to the Swift API docs
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 23, 2026
@dependabot dependabot Bot requested a review from a team as a code owner January 23, 2026 14:46
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Jan 23, 2026
@github-actions
Copy link
Copy Markdown

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

@dependabot dependabot Bot force-pushed the dependabot/pip/glean-sdk-67.0.0 branch from 01089d5 to 228567b Compare February 17, 2026 19:31
@zzzeid
Copy link
Copy Markdown
Contributor

zzzeid commented Feb 17, 2026

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 17, 2026

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@zzzeid
Copy link
Copy Markdown
Contributor

zzzeid commented Feb 26, 2026

@dependabot rebase

Bumps [glean-sdk](https://github.com/mozilla/glean) from 65.2.3 to 67.0.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.0.0)

---
updated-dependencies:
- dependency-name: glean-sdk
  dependency-version: 67.0.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.0.0 branch from 228567b to d05f5c7 Compare February 26, 2026 20:44
@zzzeid zzzeid closed this Feb 26, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 26, 2026

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot Bot deleted the dependabot/pip/glean-sdk-67.0.0 branch February 26, 2026 20:57
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