Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps glean-sdk from 65.2.3 to 66.3.0.

Release notes

Sourced from glean-sdk's releases.

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)

v66.1.0

Full changelog

  • General
    • Store the client ID in an additional plaintext file and report on regeneration (#3292)

v66.0.1

Full changelog

  • Swift

... (truncated)

Changelog

Sourced from glean-sdk's changelog.

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)

Full changelog

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

v66.1.0 (2025-11-03)

Full changelog

  • General
    • Store the client ID in an additional plaintext file and report on regeneration (#3292)

... (truncated)

Commits
  • 8345d1b Merge branch 'release-v66.3.0' into release
  • fe5952f Bumped version to 66.3.0
  • 7bf59fb Add missing changelog entry
  • 28a4d35 Include benches directory in crate distribution
  • 731bfcf CI: Deploy pages using GhA
  • 053cd9a Kotlin: Remove unused function checkPingSchema(String)
  • 4807504 Annotate the PingUploadScheduler as unavailable for iOS App extensions, as ...
  • f00fc5a Update to glean_parser v18.2.0
  • e9a96cf bug 2005220 - Fix metrics definitions for attribution and distribution
  • 4189d96 Dependabot: Apply a 8 day cooldown period (and only run weekly)
  • 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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 22, 2025
@dependabot dependabot bot requested a review from a team as a code owner December 22, 2025 19:06
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Dec 22, 2025
@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 66.3.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...v66.3.0)

---
updated-dependencies:
- dependency-name: glean-sdk
  dependency-version: 66.3.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-66.3.0 branch from 1688d0f to 0b02558 Compare January 5, 2026 15:59
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