Skip to content

Commit

Permalink
Merge branch 'release-v52.4.0' into release
Browse files Browse the repository at this point in the history
  • Loading branch information
travis79 committed Mar 9, 2023
2 parents b126d66 + 164b41a commit c8329d2
Show file tree
Hide file tree
Showing 30 changed files with 919 additions and 271 deletions.
2 changes: 1 addition & 1 deletion .buildconfig.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
libraryVersion: 52.3.1
libraryVersion: 52.4.0
groupId: org.mozilla.telemetry
projects:
glean:
Expand Down
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ commands:
name: Install missing Android SDK & NDK
command: |
sdkmanager \
"build-tools;33.0.0" \
"ndk;25.1.8937393"
"build-tools;33.0.2" \
"ndk;25.2.9519653"
android-setup:
steps:
Expand Down Expand Up @@ -349,7 +349,7 @@ jobs:
resource_class: "medium+"
steps:
- test-rust:
rust-version: "1.60.0"
rust-version: "1.62.0"

Generate Rust documentation:
docker:
Expand Down Expand Up @@ -410,7 +410,7 @@ jobs:

Lint Android with ktlint and detekt:
docker:
- image: cimg/android:2022.07.1
- image: cimg/android:2023.02.1
steps:
- checkout
- android-setup
Expand All @@ -420,7 +420,7 @@ jobs:

Android tests:
docker:
- image: cimg/android:2022.07.1
- image: cimg/android:2023.02.1
steps:
- checkout
- skip-if-doc-only
Expand Down
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
# Unreleased changes

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

# v52.4.0 (2023-03-09)

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

* General
* Update `glean_parser` to v7.1.0 ([release notes](https://github.com/mozilla/glean_parser/releases/tag/v7.1.0))
* Kotlin
* Upgrade Android NDK to r25c ([#2399](https://github.com/mozilla/glean/pull/2399))
* iOS
* BUGFIX: Reworking the HTTP uploader to avoid background uploading issues ([Bug 1819161](https://bugzilla.mozilla.org/show_bug.cgi?id=1819161))

# v52.3.1 (2023-03-01)

Expand Down
Loading

0 comments on commit c8329d2

Please sign in to comment.