Skip to content

Commit

Permalink
Bumped version to 51.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Oct 18, 2022
1 parent b2f396f commit c754562
Show file tree
Hide file tree
Showing 11 changed files with 98 additions and 54 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 51.4.0
libraryVersion: 51.5.0
groupId: org.mozilla.telemetry
projects:
glean:
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean/compare/v51.4.0...main)
[Full changelog](https://github.com/mozilla/glean/compare/v51.5.0...main)

# v51.5.0 (2022-10-18)

[Full changelog](https://github.com/mozilla/glean/compare/v51.4.0...v51.5.0)

* General
* Add `count` to `DistributionData` payload ([#2196](https://github.com/mozilla/glean/pull/2196))
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.

99 changes: 66 additions & 33 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ the details of which are reproduced below.
* [MIT License](#MIT)
* [Mozilla Public License 2.0](#MPL-2.0)
* [BSD 2-Clause "Simplified" License](#BSD-2-Clause)
* [Unicode License Agreement - Data Files and Software (2016)](#Unicode-DFS-2016)
-------------

## Apache License 2.0
Expand Down Expand Up @@ -839,12 +840,12 @@ The following text applies to code linked from these dependencies:

The following text applies to code linked from these dependencies:

* [clap 3.1.15]( https://github.com/clap-rs/clap )
* [clap_derive 3.1.7]( https://github.com/clap-rs/clap/tree/master/clap_derive )
* [clap_lex 0.2.0]( https://github.com/clap-rs/clap/tree/master/clap_lex )
* [os_str_bytes 6.0.0]( https://github.com/dylni/os_str_bytes )
* [ryu 1.0.9]( https://github.com/dtolnay/ryu )
* [unicode-linebreak 0.1.2]( https://github.com/axelf4/unicode-linebreak )
* [clap 3.2.22]( https://github.com/clap-rs/clap )
* [clap_derive 3.2.18]( https://github.com/clap-rs/clap/tree/master/clap_derive )
* [clap_lex 0.2.4]( https://github.com/clap-rs/clap/tree/master/clap_lex )
* [os_str_bytes 6.3.0]( https://github.com/dylni/os_str_bytes )
* [ryu 1.0.11]( https://github.com/dtolnay/ryu )
* [unicode-linebreak 0.1.4]( https://github.com/axelf4/unicode-linebreak )

```
Apache License
Expand Down Expand Up @@ -1479,7 +1480,7 @@ The following text applies to code linked from these dependencies:

The following text applies to code linked from these dependencies:

* [libc 0.2.125]( https://github.com/rust-lang/libc )
* [libc 0.2.135]( https://github.com/rust-lang/libc )

```
Apache License
Expand Down Expand Up @@ -2089,49 +2090,50 @@ limitations under the License.

The following text applies to code linked from these dependencies:

* [anyhow 1.0.64]( https://github.com/dtolnay/anyhow )
* [ahash 0.7.6]( https://github.com/tkaitchuck/ahash )
* [anyhow 1.0.65]( https://github.com/dtolnay/anyhow )
* [bitflags 1.3.2]( https://github.com/bitflags/bitflags )
* [camino 1.0.9]( https://github.com/camino-rs/camino )
* [camino 1.1.1]( https://github.com/camino-rs/camino )
* [cfg-if 1.0.0]( https://github.com/alexcrichton/cfg-if )
* [crossbeam-channel 0.5.6]( https://github.com/crossbeam-rs/crossbeam )
* [crossbeam-utils 0.8.8]( https://github.com/crossbeam-rs/crossbeam )
* [env_logger 0.9.1]( https://github.com/env-logger-rs/env_logger/ )
* [fastrand 1.7.0]( https://github.com/smol-rs/fastrand )
* [flate2 1.0.24]( https://github.com/rust-lang/flate2-rs )
* [form_urlencoded 1.0.1]( https://github.com/servo/rust-url )
* [hashbrown 0.11.2]( https://github.com/rust-lang/hashbrown )
* [hashbrown 0.12.3]( https://github.com/rust-lang/hashbrown )
* [heck 0.4.0]( https://github.com/withoutboats/heck )
* [id-arena 2.2.1]( https://github.com/fitzgen/id-arena )
* [idna 0.2.3]( https://github.com/servo/rust-url/ )
* [indexmap 1.8.1]( https://github.com/bluss/indexmap )
* [indexmap 1.9.1]( https://github.com/bluss/indexmap )
* [inherent 1.0.1]( https://github.com/dtolnay/inherent )
* [itoa 1.0.1]( https://github.com/dtolnay/itoa )
* [itoa 1.0.4]( https://github.com/dtolnay/itoa )
* [lazy_static 1.4.0]( https://github.com/rust-lang-nursery/lazy-static.rs )
* [mime 0.3.16]( https://github.com/hyperium/mime )
* [num-integer 0.1.45]( https://github.com/rust-num/num-integer )
* [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.15.0]( https://github.com/matklad/once_cell )
* [paste 1.0.7]( https://github.com/dtolnay/paste )
* [paste 1.0.9]( https://github.com/dtolnay/paste )
* [percent-encoding 2.1.0]( https://github.com/servo/rust-url/ )
* [plain 0.2.3]( https://github.com/randomites/plain )
* [proc-macro2 1.0.37]( https://github.com/dtolnay/proc-macro2 )
* [quote 1.0.18]( https://github.com/dtolnay/quote )
* [proc-macro2 1.0.47]( https://github.com/dtolnay/proc-macro2 )
* [quote 1.0.21]( https://github.com/dtolnay/quote )
* [semver 1.0.10]( https://github.com/dtolnay/semver )
* [serde 1.0.137]( https://github.com/serde-rs/serde )
* [serde_derive 1.0.137]( https://github.com/serde-rs/serde )
* [serde_json 1.0.81]( https://github.com/serde-rs/json )
* [syn 1.0.92]( https://github.com/dtolnay/syn )
* [serde 1.0.145]( https://github.com/serde-rs/serde )
* [serde_derive 1.0.145]( https://github.com/serde-rs/serde )
* [serde_json 1.0.86]( https://github.com/serde-rs/json )
* [syn 1.0.102]( https://github.com/dtolnay/syn )
* [tempfile 3.3.0]( https://github.com/Stebalien/tempfile )
* [thiserror 1.0.31]( https://github.com/dtolnay/thiserror )
* [thiserror-impl 1.0.31]( https://github.com/dtolnay/thiserror )
* [time 0.1.44]( https://github.com/time-rs/time )
* [toml 0.5.9]( https://github.com/alexcrichton/toml-rs )
* [unicase 2.6.0]( https://github.com/seanmonstar/unicase )
* [unicode-bidi 0.3.8]( https://github.com/servo/unicode-bidi )
* [unicode-ident 1.0.5]( https://github.com/dtolnay/unicode-ident )
* [unicode-normalization 0.1.19]( https://github.com/unicode-rs/unicode-normalization )
* [unicode-width 0.1.9]( https://github.com/unicode-rs/unicode-width )
* [unicode-xid 0.2.3]( https://github.com/unicode-rs/unicode-xid )
* [unicode-width 0.1.10]( https://github.com/unicode-rs/unicode-width )
* [url 2.2.2]( https://github.com/servo/rust-url )

```
Expand Down Expand Up @@ -2765,7 +2767,7 @@ limitations under the License.

The following text applies to code linked from these dependencies:

* [getrandom 0.2.6]( https://github.com/rust-random/getrandom )
* [getrandom 0.2.7]( https://github.com/rust-random/getrandom )

```
Apache License
Expand Down Expand Up @@ -3399,7 +3401,7 @@ limitations under the License.

The following text applies to code linked from these dependencies:

* [fs-err 2.7.0]( https://github.com/andrewhickman/fs-err )
* [fs-err 2.8.1]( https://github.com/andrewhickman/fs-err )
* [log 0.4.17]( https://github.com/rust-lang/log )
* [uuid 0.8.2]( https://github.com/uuid-rs/uuid )

Expand Down Expand Up @@ -4339,8 +4341,7 @@ limitations under the License.
The following text applies to code linked from these dependencies:

* [unicode-normalization 0.1.19]( https://github.com/unicode-rs/unicode-normalization )
* [unicode-width 0.1.9]( https://github.com/unicode-rs/unicode-width )
* [unicode-xid 0.2.3]( https://github.com/unicode-rs/unicode-xid )
* [unicode-width 0.1.10]( https://github.com/unicode-rs/unicode-width )

```
Licensed under the Apache License, Version 2.0
Expand Down Expand Up @@ -4584,7 +4585,7 @@ DEALINGS IN THE SOFTWARE.

The following text applies to code linked from these dependencies:

* [textwrap 0.15.0]( https://github.com/mgeisler/textwrap )
* [textwrap 0.15.1]( https://github.com/mgeisler/textwrap )

```
MIT License
Expand Down Expand Up @@ -5094,11 +5095,11 @@ The following text applies to code linked from these dependencies:
* [embedded-uniffi-bindgen 0.1.0]( https://crates.io/crates/embedded-uniffi-bindgen )
* [glean-bundle 1.0.0]( https://github.com/mozilla/glean )
* [glean-bundle-android 1.0.0]( https://github.com/mozilla/glean )
* [uniffi 0.20.0]( https://github.com/mozilla/uniffi-rs )
* [uniffi_bindgen 0.20.0]( https://github.com/mozilla/uniffi-rs )
* [uniffi_build 0.20.0]( https://github.com/mozilla/uniffi-rs )
* [uniffi_macros 0.20.0]( https://github.com/mozilla/uniffi-rs )
* [uniffi_meta 0.20.0]( https://github.com/mozilla/uniffi-rs )
* [uniffi 0.21.0]( https://github.com/mozilla/uniffi-rs )
* [uniffi_bindgen 0.21.0]( https://github.com/mozilla/uniffi-rs )
* [uniffi_build 0.21.0]( https://github.com/mozilla/uniffi-rs )
* [uniffi_macros 0.21.0]( https://github.com/mozilla/uniffi-rs )
* [uniffi_meta 0.21.0]( https://github.com/mozilla/uniffi-rs )

```
Mozilla Public License Version 2.0
Expand Down Expand Up @@ -5252,9 +5253,9 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice

The following text applies to code linked from these dependencies:

* [glean 51.4.0]( https://github.com/mozilla/glean )
* [glean 51.5.0]( https://github.com/mozilla/glean )
* [glean-build 6.1.2]( https://github.com/mozilla/glean )
* [glean-core 51.4.0]( https://github.com/mozilla/glean )
* [glean-core 51.5.0]( https://github.com/mozilla/glean )
* [zeitstempel 0.1.1]( https://github.com/badboy/zeitstempel )

```
Expand Down Expand Up @@ -5633,4 +5634,36 @@ Exhibit B - "Incompatible With Secondary Licenses" Notice
defined by the Mozilla Public License, v. 2.0.
```
## Unicode License Agreement - Data Files and Software (2016)
<span id="Unicode-DFS-2016"></span>

The following text applies to code linked from these dependencies:

* [unicode-ident 1.0.5]( https://github.com/dtolnay/unicode-ident )

```
UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE
Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.
Unicode Data Files do not include PDF online code charts under the directory http://www.unicode.org/Public/.
Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, http://www.unicode.org/cldr/data/, http://source.icu-project.org/repos/icu/, and http://www.unicode.org/utility/trac/browser/.
NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE.
COPYRIGHT AND PERMISSION NOTICE
Copyright © 1991-2016 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that either
(a) this copyright and permission notice appear with all copies of the Data Files or Software, or
(b) this copyright and permission notice appear in associated Documentation.
THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR SOFTWARE.
Except as contained in this notice, the name of a copyright holder shall not be used in advertising or otherwise to promote the sale, use or other dealings in these Data Files or Software without prior written authorization of the copyright holder.
```

1 change: 1 addition & 0 deletions about.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ accepted = [
"BSD-3-Clause",
"ISC",
"Zlib",
"Unicode-DFS-2016",
]

# Subset of targets we build for
Expand Down
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 = "51.4.0"
version = "51.5.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
15 changes: 9 additions & 6 deletions glean-core/android-native/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: proc-macro-error-attr</name>
<url>https://gitlab.com/CreepySkeleton/proc-macro-error</url>
</license> <license>
<name>Apache License 2.0: ahash</name>
<url>https://github.com/tkaitchuck/ahash</url>
</license> <license>
<name>Apache License 2.0: anyhow</name>
<url>https://github.com/dtolnay/anyhow</url>
Expand Down Expand Up @@ -180,15 +183,15 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: unicode-bidi</name>
<url>https://github.com/servo/unicode-bidi</url>
</license> <license>
<name>Apache License 2.0: unicode-ident</name>
<url>https://github.com/dtolnay/unicode-ident</url>
</license> <license>
<name>Apache License 2.0: unicode-normalization</name>
<url>https://github.com/unicode-rs/unicode-normalization</url>
</license> <license>
<name>Apache License 2.0: unicode-width</name>
<url>https://github.com/unicode-rs/unicode-width</url>
</license> <license>
<name>Apache License 2.0: unicode-xid</name>
<url>https://github.com/unicode-rs/unicode-xid</url>
</license> <license>
<name>Apache License 2.0: url</name>
<url>https://github.com/servo/rust-url</url>
Expand Down Expand Up @@ -255,9 +258,6 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: unicode-width</name>
<url>https://github.com/unicode-rs/unicode-width</url>
</license> <license>
<name>Apache License 2.0: unicode-xid</name>
<url>https://github.com/unicode-rs/unicode-xid</url>
</license> <license>
<name>BSD 2-Clause "Simplified" License: arrayref</name>
<url>https://github.com/droundy/arrayref</url>
Expand Down Expand Up @@ -381,5 +381,8 @@ the details of which are reproduced below.
</license> <license>
<name>Mozilla Public License 2.0: zeitstempel</name>
<url>https://github.com/badboy/zeitstempel</url>
</license> <license>
<name>Unicode License Agreement - Data Files and Software (2016): unicode-ident</name>
<url>https://github.com/dtolnay/unicode-ident</url>
</license></licenses>

15 changes: 9 additions & 6 deletions glean-core/android/dependency-licenses.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: proc-macro-error-attr</name>
<url>https://gitlab.com/CreepySkeleton/proc-macro-error</url>
</license> <license>
<name>Apache License 2.0: ahash</name>
<url>https://github.com/tkaitchuck/ahash</url>
</license> <license>
<name>Apache License 2.0: anyhow</name>
<url>https://github.com/dtolnay/anyhow</url>
Expand Down Expand Up @@ -180,15 +183,15 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: unicode-bidi</name>
<url>https://github.com/servo/unicode-bidi</url>
</license> <license>
<name>Apache License 2.0: unicode-ident</name>
<url>https://github.com/dtolnay/unicode-ident</url>
</license> <license>
<name>Apache License 2.0: unicode-normalization</name>
<url>https://github.com/unicode-rs/unicode-normalization</url>
</license> <license>
<name>Apache License 2.0: unicode-width</name>
<url>https://github.com/unicode-rs/unicode-width</url>
</license> <license>
<name>Apache License 2.0: unicode-xid</name>
<url>https://github.com/unicode-rs/unicode-xid</url>
</license> <license>
<name>Apache License 2.0: url</name>
<url>https://github.com/servo/rust-url</url>
Expand Down Expand Up @@ -255,9 +258,6 @@ the details of which are reproduced below.
</license> <license>
<name>Apache License 2.0: unicode-width</name>
<url>https://github.com/unicode-rs/unicode-width</url>
</license> <license>
<name>Apache License 2.0: unicode-xid</name>
<url>https://github.com/unicode-rs/unicode-xid</url>
</license> <license>
<name>BSD 2-Clause "Simplified" License: arrayref</name>
<url>https://github.com/droundy/arrayref</url>
Expand Down Expand Up @@ -381,5 +381,8 @@ the details of which are reproduced below.
</license> <license>
<name>Mozilla Public License 2.0: zeitstempel</name>
<url>https://github.com/badboy/zeitstempel</url>
</license> <license>
<name>Unicode License Agreement - Data Files and Software (2016): unicode-ident</name>
<url>https://github.com/dtolnay/unicode-ident</url>
</license></licenses>

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 = "51.4.0"
version = "51.5.0"

requirements = [
"semver>=2.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 = "51.4.0"
version = "51.5.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 = "51.4.0"
version = "51.5.0"

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

project.ext.glean_version = "51.4.0"
project.ext.glean_version = "51.5.0"
def parserVersion = gleanParserVersion(project)

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

0 comments on commit c754562

Please sign in to comment.