diff --git a/.buildconfig.yml b/.buildconfig.yml index 7f8420851a..a03e06c8d3 100644 --- a/.buildconfig.yml +++ b/.buildconfig.yml @@ -1,4 +1,4 @@ -libraryVersion: 61.2.0 +libraryVersion: 62.0.0 groupId: org.mozilla.telemetry projects: glean: diff --git a/CHANGELOG.md b/CHANGELOG.md index e77bd5c118..7a3732c48c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Unreleased changes -[Full changelog](https://github.com/mozilla/glean/compare/v61.2.0...main) +[Full changelog](https://github.com/mozilla/glean/compare/v62.0.0...main) + +# v62.0.0 (2024-11-05) + +[Full changelog](https://github.com/mozilla/glean/compare/v61.2.0...v62.0.0) * General * **BREAKING**: Remove LMDB-to-safe-mode migration. diff --git a/Cargo.lock b/Cargo.lock index 358b69827e..05f34beb19 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -318,7 +318,7 @@ dependencies = [ [[package]] name = "glean" -version = "61.2.0" +version = "62.0.0" dependencies = [ "crossbeam-channel", "env_logger", @@ -359,7 +359,7 @@ dependencies = [ [[package]] name = "glean-core" -version = "61.2.0" +version = "62.0.0" dependencies = [ "android_logger", "bincode", diff --git a/DEPENDENCIES.md b/DEPENDENCIES.md index c5aea6cc21..ca7655ce32 100644 --- a/DEPENDENCIES.md +++ b/DEPENDENCIES.md @@ -2092,6 +2092,7 @@ The following text applies to code linked from these dependencies: * [crossbeam-channel 0.5.12]( https://github.com/crossbeam-rs/crossbeam ) * [crossbeam-utils 0.8.19]( https://github.com/crossbeam-rs/crossbeam ) * [env_logger 0.10.0]( https://github.com/rust-cli/env_logger/ ) +* [errno 0.3.3]( https://github.com/lambda-fairy/rust-errno ) * [fastrand 2.0.0]( https://github.com/smol-rs/fastrand ) * [flate2 1.0.31]( https://github.com/rust-lang/flate2-rs ) * [form_urlencoded 1.1.0]( https://github.com/servo/rust-url ) @@ -4734,9 +4735,8 @@ SOFTWARE. The following text applies to code linked from these dependencies: -* [glean-core 61.2.0]( https://github.com/mozilla/glean ) -* [glean-build 15.0.1]( https://github.com/mozilla/glean ) -* [glean 61.2.0]( https://github.com/mozilla/glean ) +* [glean-build 15.2.0]( https://github.com/mozilla/glean ) +* [glean 62.0.0]( https://github.com/mozilla/glean ) * [zeitstempel 0.1.1]( https://github.com/badboy/zeitstempel ) ``` @@ -5120,6 +5120,7 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice The following text applies to code linked from these dependencies: +* [glean-core 62.0.0]( https://github.com/mozilla/glean ) * [glean-bundle 1.0.0]( https://github.com/mozilla/glean ) * [glean-bundle-android 1.0.0]( https://github.com/mozilla/glean ) * [uniffi-bindgen 0.1.0]( https://crates.io/crates/uniffi-bindgen ) diff --git a/glean-core/Cargo.toml b/glean-core/Cargo.toml index 1b97b5ad20..a81a82edb5 100644 --- a/glean-core/Cargo.toml +++ b/glean-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glean-core" -version = "61.2.0" +version = "62.0.0" authors = ["Jan-Erik Rediger ", "The Glean Team "] description = "A modern Telemetry library" repository = "https://github.com/mozilla/glean" diff --git a/glean-core/android-native/dependency-licenses.xml b/glean-core/android-native/dependency-licenses.xml index 87b20360e1..48da93adb6 100644 --- a/glean-core/android-native/dependency-licenses.xml +++ b/glean-core/android-native/dependency-licenses.xml @@ -102,6 +102,9 @@ the details of which are reproduced below. Apache License 2.0: env_logger https://github.com/rust-cli/env_logger/ + + Apache License 2.0: errno + https://github.com/lambda-fairy/rust-errno Apache License 2.0: fastrand https://github.com/smol-rs/fastrand @@ -291,9 +294,6 @@ the details of which are reproduced below. MIT License: bincode https://github.com/servo/bincode - - Mozilla Public License 2.0: glean-core - https://github.com/mozilla/glean Mozilla Public License 2.0: glean-build https://github.com/mozilla/glean @@ -303,6 +303,9 @@ the details of which are reproduced below. Mozilla Public License 2.0: zeitstempel https://github.com/badboy/zeitstempel + + Mozilla Public License 2.0: glean-core + https://github.com/mozilla/glean Mozilla Public License 2.0: glean-bundle https://github.com/mozilla/glean diff --git a/glean-core/android/dependency-licenses.xml b/glean-core/android/dependency-licenses.xml index 87b20360e1..48da93adb6 100644 --- a/glean-core/android/dependency-licenses.xml +++ b/glean-core/android/dependency-licenses.xml @@ -102,6 +102,9 @@ the details of which are reproduced below. Apache License 2.0: env_logger https://github.com/rust-cli/env_logger/ + + Apache License 2.0: errno + https://github.com/lambda-fairy/rust-errno Apache License 2.0: fastrand https://github.com/smol-rs/fastrand @@ -291,9 +294,6 @@ the details of which are reproduced below. MIT License: bincode https://github.com/servo/bincode - - Mozilla Public License 2.0: glean-core - https://github.com/mozilla/glean Mozilla Public License 2.0: glean-build https://github.com/mozilla/glean @@ -303,6 +303,9 @@ the details of which are reproduced below. Mozilla Public License 2.0: zeitstempel https://github.com/badboy/zeitstempel + + Mozilla Public License 2.0: glean-core + https://github.com/mozilla/glean Mozilla Public License 2.0: glean-bundle https://github.com/mozilla/glean diff --git a/glean-core/rlb/Cargo.toml b/glean-core/rlb/Cargo.toml index 29dbd7470c..d3bc34d3de 100644 --- a/glean-core/rlb/Cargo.toml +++ b/glean-core/rlb/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "glean" -version = "61.2.0" +version = "62.0.0" authors = ["Jan-Erik Rediger ", "The Glean Team "] description = "Glean SDK Rust language bindings" repository = "https://github.com/mozilla/glean" @@ -23,7 +23,7 @@ maintenance = { status = "actively-developed" } [dependencies.glean-core] path = ".." -version = "61.2.0" +version = "62.0.0" [dependencies] inherent = "1" diff --git a/gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy b/gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy index 2ea78cf71d..0a466efbe8 100644 --- a/gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy +++ b/gradle-plugin/src/main/groovy/mozilla/telemetry/glean-gradle-plugin/GleanGradlePlugin.groovy @@ -552,7 +552,7 @@ except: void apply(Project project) { isOffline = project.gradle.startParameter.offline - project.ext.glean_version = "61.2.0" + project.ext.glean_version = "62.0.0" def parserVersion = gleanParserVersion(project) // Print the required glean_parser version to the console. This is diff --git a/pyproject.toml b/pyproject.toml index cfd754d508..118ffaaca2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "glean-sdk" -version = "61.2.0" +version = "62.0.0" requires-python = ">=3.8" classifiers = [ "Intended Audience :: Developers",