Skip to content

Commit

Permalink
Bumped version to 50.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jun 15, 2022
1 parent 86be9f6 commit 14dbc6f
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 34 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 50.0.1
libraryVersion: 50.1.0
groupId: org.mozilla.telemetry
projects:
glean:
Expand Down
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean/compare/v50.0.1...main)
[Full changelog](https://github.com/mozilla/glean/compare/v50.1.0...main)

* iOS
* Dropped usage of Carthage for internal dependencies.
# v50.1.0 (2022-06-15)

[Full changelog](https://github.com/mozilla/glean/compare/v50.0.1...v50.1.0)

* General
* Updated to `glean_parser` v6.1.1 ([#2092](https://github.com/mozilla/glean/pull/2092))
* Swift
* Dropped usage of Carthage for internal dependencies ([#2089](https://github.com/mozilla/glean/pull/2089))
* Implement the text metric ([#2073](https://github.com/mozilla/glean/pull/2073))
* Kotlin
* Implement the text metric ([#2073](https://github.com/mozilla/glean/pull/2073))
* Rust
* Derive `serde::{Deserialize, Serialize}` on `Lifetime` and `CommonMetricData` ([bug 1772156](https://bugzilla.mozilla.org/show_bug.cgi?id=1772156))

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ The following text applies to code linked from these dependencies:
* [crossbeam-utils 0.8.8]( https://github.com/crossbeam-rs/crossbeam )
* [env_logger 0.8.4]( https://github.com/env-logger-rs/env_logger/ )
* [ffi-support 0.4.4]( https://github.com/mozilla/ffi-support )
* [flate2 1.0.23]( https://github.com/rust-lang/flate2-rs )
* [flate2 1.0.24]( https://github.com/rust-lang/flate2-rs )
* [form_urlencoded 1.0.1]( https://github.com/servo/rust-url )
* [glob 0.3.0]( https://github.com/rust-lang/glob )
* [hashbrown 0.11.2]( https://github.com/rust-lang/hashbrown )
Expand All @@ -677,12 +677,9 @@ The following text applies to code linked from these dependencies:
* [num-traits 0.2.15]( https://github.com/rust-num/num-traits )
* [num_cpus 1.13.1]( https://github.com/seanmonstar/num_cpus )
* [once_cell 1.12.0]( https://github.com/matklad/once_cell )
* [paste 0.1.18]( https://github.com/dtolnay/paste )
* [paste 1.0.7]( https://github.com/dtolnay/paste )
* [paste-impl 0.1.18]( https://github.com/dtolnay/paste )
* [percent-encoding 2.1.0]( https://github.com/servo/rust-url/ )
* [pest 2.1.3]( https://github.com/pest-parser/pest )
* [proc-macro-hack 0.5.19]( https://github.com/dtolnay/proc-macro-hack )
* [proc-macro2 1.0.37]( https://github.com/dtolnay/proc-macro2 )
* [quote 1.0.18]( https://github.com/dtolnay/quote )
* [serde 1.0.137]( https://github.com/serde-rs/serde )
Expand Down Expand Up @@ -3543,7 +3540,7 @@ limitations under the License.

The following text applies to code linked from these dependencies:

* [rkv 0.17.0]( https://github.com/mozilla/rkv )
* [rkv 0.17.1]( https://github.com/mozilla/rkv )
* [static_assertions 1.1.0]( https://github.com/nvzqz/static-assertions-rs )


Expand Down Expand Up @@ -4519,7 +4516,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

The following text applies to code linked from these dependencies:

* [ordered-float 1.1.1]( https://github.com/reem/rust-ordered-float )
* [ordered-float 3.0.0]( https://github.com/reem/rust-ordered-float )


```
Expand Down Expand Up @@ -4903,8 +4900,8 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice

The following text applies to code linked from these dependencies:

* [glean 50.0.1]( https://github.com/mozilla/glean )
* [glean-core 50.0.1]( https://github.com/mozilla/glean )
* [glean 50.1.0]( https://github.com/mozilla/glean )
* [glean-core 50.1.0]( https://github.com/mozilla/glean )
* [zeitstempel 0.1.1]( https://github.com/badboy/zeitstempel )


Expand Down
6 changes: 3 additions & 3 deletions docs/user/user/collected-metrics/metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

> If you are looking for the metrics collected by Glean.js,
> refer to the documentation over on the [`@mozilla/glean.js`](https://github.com/mozilla/glean.js/blob/main/docs/reference/metrics.md) repository.
<!-- AUTOGENERATED BY glean_parser. DO NOT EDIT. -->
<!-- AUTOGENERATED BY glean_parser v6.1.1. DO NOT EDIT. -->
# Metrics

Expand Down Expand Up @@ -161,7 +161,7 @@ In addition to those built-in metrics, the following metrics are added to the pi
| --- | --- | --- | --- | --- | --- | --- |
| glean.database.size |[memory_distribution](https://mozilla.github.io/glean/book/user/metrics/memory_distribution.html) |The size of the database file at startup. |[Bug 1656589](https://bugzilla.mozilla.org/show_bug.cgi?id=1656589#c7)||never |1 |
| glean.error.io |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |The number of times we encountered an IO error when writing a pending ping to disk. |[Bug 1686233](https://bugzilla.mozilla.org/show_bug.cgi?id=1686233#c2)||never |1 |
| glean.error.preinit_tasks_overflow |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |The number of tasks queued in the pre-initialization buffer. Only sent if the buffer overflows. |[Bug 1609482](https://bugzilla.mozilla.org/show_bug.cgi?id=1609482#c3)||never |1 |
| glean.error.preinit_tasks_overflow |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |The number of tasks that overflowed the pre-initialization buffer. Only sent if the buffer ever overflows. In Version 0 this reported the total number of tasks enqueued. |[Bug 1609482](https://bugzilla.mozilla.org/show_bug.cgi?id=1609482#c3)||never |1 |
| glean.upload.deleted_pings_after_quota_hit |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |The number of pings deleted after the quota for the size of the pending pings directory or number of files is hit. Since quota is only calculated for the pending pings directory, and deletion request ping live in a different directory, deletion request pings are never deleted. |[Bug 1601550](https://bugzilla.mozilla.org/show_bug.cgi?id=1601550#c3)||never |1 |
| glean.upload.discarded_exceeding_pings_size |[memory_distribution](https://mozilla.github.io/glean/book/user/metrics/memory_distribution.html) |The size of pings that exceeded the maximum ping size allowed for upload. |[Bug 1597761](https://bugzilla.mozilla.org/show_bug.cgi?id=1597761#c10)||never |1 |
| glean.upload.pending_pings |[counter](https://mozilla.github.io/glean/book/user/metrics/counter.html) |The total number of pending pings at startup. This does not include deletion-request pings. |[Bug 1665041](https://bugzilla.mozilla.org/show_bug.cgi?id=1665041#c23)||never |1 |
Expand All @@ -173,5 +173,5 @@ In addition to those built-in metrics, the following metrics are added to the pi

Data categories are [defined here](https://wiki.mozilla.org/Firefox/Data_Collection).

<!-- AUTOGENERATED BY glean_parser. DO NOT EDIT. -->
<!-- AUTOGENERATED BY glean_parser v6.1.1. DO NOT EDIT. -->

2 changes: 1 addition & 1 deletion glean-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glean-core"
version = "50.0.1"
version = "50.1.0"
authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
description = "A modern Telemetry library"
repository = "https://github.com/mozilla/glean"
Expand Down
12 changes: 0 additions & 12 deletions glean-core/android/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,6 @@ the details of which are reproduced below.
<name>Apache License 2.0: paste</name>
<url>https://github.com/dtolnay/paste</url>
</license>
<license>
<name>Apache License 2.0: paste</name>
<url>https://github.com/dtolnay/paste</url>
</license>
<license>
<name>Apache License 2.0: paste-impl</name>
<url>https://github.com/dtolnay/paste</url>
</license>
<license>
<name>Apache License 2.0: percent-encoding</name>
<url>https://github.com/servo/rust-url/</url>
Expand All @@ -136,10 +128,6 @@ the details of which are reproduced below.
<name>Apache License 2.0: pest</name>
<url>https://github.com/pest-parser/pest</url>
</license>
<license>
<name>Apache License 2.0: proc-macro-hack</name>
<url>https://github.com/dtolnay/proc-macro-hack</url>
</license>
<license>
<name>Apache License 2.0: proc-macro2</name>
<url>https://github.com/dtolnay/proc-macro2</url>
Expand Down
2 changes: 1 addition & 1 deletion glean-core/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
history = history_file.read()

# glean version. Automatically updated by the bin/prepare_release.sh script
version = "50.0.1"
version = "50.1.0"

requirements = [
"cffi>=1.13.0",
Expand Down
4 changes: 2 additions & 2 deletions glean-core/rlb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "glean"
version = "50.0.1"
version = "50.1.0"
authors = ["Jan-Erik Rediger <jrediger@mozilla.com>", "The Glean Team <glean-team@mozilla.com>"]
description = "Glean SDK Rust language bindings"
repository = "https://github.com/mozilla/glean"
Expand All @@ -22,7 +22,7 @@ maintenance = { status = "actively-developed" }

[dependencies.glean-core]
path = ".."
version = "50.0.1"
version = "50.1.0"

[dependencies]
crossbeam-channel = "0.5"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -529,7 +529,7 @@ except:
void apply(Project project) {
isOffline = project.gradle.startParameter.offline

project.ext.glean_version = "50.0.1"
project.ext.glean_version = "50.1.0"
def parserVersion = gleanParserVersion(project)

// Print the required glean_parser version to the console. This is
Expand Down

0 comments on commit 14dbc6f

Please sign in to comment.