Skip to content

Commit

Permalink
Merge branch 'release-v58.0.0' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
chutten committed Feb 29, 2024
2 parents a3212e3 + c5f0aa7 commit e8e8421
Show file tree
Hide file tree
Showing 101 changed files with 2,031 additions and 547 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 57.0.0
libraryVersion: 58.0.0
groupId: org.mozilla.telemetry
projects:
glean:
Expand Down
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ commands:
name: Install missing Android SDK & NDK
command: |
sdkmanager \
"build-tools;33.0.2" \
"ndk;25.2.9519653"
"build-tools;34.0.0" \
"ndk;26.2.11394342"
android-setup:
steps:
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
name: Publish Cargo Package
command: |
# Login to crates.io so the following commands work
cargo login -- "$CRATES_IO_TOKEN"
cargo login "$CRATES_IO_TOKEN"
# Publish all crates from CI.
# The token is set in CircleCI settings.
Expand All @@ -404,7 +404,6 @@ jobs:
pushd glean-core
cargo publish --verbose
sleep 30
pushd rlb
cargo publish --verbose
Expand All @@ -413,7 +412,7 @@ jobs:

Lint Android with ktlint and detekt:
docker:
- image: cimg/android:2023.06-browsers
- image: cimg/android:2024.01.1-browsers
steps:
- checkout
- android-setup
Expand All @@ -423,7 +422,7 @@ jobs:

Android tests:
docker:
- image: cimg/android:2023.06-browsers
- image: cimg/android:2024.01.1-browsers
steps:
- checkout
- skip-if-doc-only
Expand Down
4 changes: 3 additions & 1 deletion .dictionary
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
personal_ws-1.1 en 270 utf-8
personal_ws-1.1 en 272 utf-8
AAR
AARs
ABI
Expand Down Expand Up @@ -54,6 +54,7 @@ LLDB
LMDB
Lockwise
MPL
MacBooks
Makefile
Mingw
Miniconda
Expand Down Expand Up @@ -167,6 +168,7 @@ gzipped
homescreen
hotfix
html
iMacs
illumos
init
inlined
Expand Down
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
# Unreleased changes

[Full changelog](https://github.com/mozilla/glean/compare/v57.0.0...main)
[Full changelog](https://github.com/mozilla/glean/compare/v58.0.0...main)

# v58.0.0 (2024-02-29)

[Full changelog](https://github.com/mozilla/glean/compare/v57.0.0...v58.0.0)

* General
* Update `glean_parser` to v13.0.0 ([release notes](https://github.com/mozilla/glean_parser/releases/tag/v13.0.0))
* Rust
* New metric type: Object ([#2489](https://github.com/mozilla/glean/pull/2489))
* BREAKING CHANGE: Support pings without `{client|ping}_info` sections ([#2756](https://github.com/mozilla/glean/pull/2756))
* Android
* Upgrade Android NDK to r26c ([#2745](https://github.com/mozilla/glean/pull/2745))

# v57.0.0 (2024-02-12)

[Full changelog](https://github.com/mozilla/glean/compare/v56.1.0...v57.0.0)

* General
* Added an experimental event listener API ([#2719](https://github.com/mozilla/glean/pull/2719))
* Added an experimental event listener API ([#2719](https://github.com/mozilla/glean/pull/2719))
* Android
* BREAKING CHANGE: Update JNA to version 5.14.0. Projects using older JNA releases may encounter errors until they update. ([#2727](https://github.com/mozilla/glean/pull/2727))
* Set the target Android SDK to version 34 ([#2709](https://github.com/mozilla/glean/pull/2709))
Expand Down
28 changes: 18 additions & 10 deletions Cargo.lock

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

Loading

0 comments on commit e8e8421

Please sign in to comment.