Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to UniFFI 0.21.0 #2229

Merged
merged 2 commits into from
Oct 18, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .dictionary
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
personal_ws-1.1 en 251 utf-8
personal_ws-1.1 en 252 utf-8
AAR
AARs
ABI
API's
APIs
APK
AndroidX
AppServices
BUGFIX
Bool
Expand Down
13 changes: 9 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,21 @@

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

* General
* Add `count` to `DistributionData` payload ([#2196](https://github.com/mozilla/glean/pull/2196))
* Update to UniFFI 0.21.0 ([#2229](https://github.com/mozilla/glean/pull/2229))
* Android
* Synchronize AndroidX dependencies with AC ([#2219](https://github.com/mozilla/glean/pull/2219))
* Bump `jna` to 5.12.1 #2221 ([#2221](https://github.com/mozilla/glean/pull/2221))
* iOS
* Glean for iOS is now being built with Xcode 14.0 ([#2188](https://github.com/mozilla/glean/pull/2188))

# v51.4.0 (2022-10-04)

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

* Kotlin
* Update Kotlin and Android Gradle Plugin to the latest releases ([#2211](https://github.com/mozilla/glean/pull/2211))

* Swift
* Fix for iOS startup crash caused by Glean ([#2206](https://github.com/mozilla/glean/pull/2206))

Expand All @@ -22,9 +30,6 @@
* Gradle plugin: Fix quoting issue in Python wrapper code ([#2193](https://github.com/mozilla/glean/pull/2193))
* Bumped the required Android NDK to version 25.1.8937393 ([#2195](https://github.com/mozilla/glean/pull/2195))

* iOS
* Glean for iOS is now being built with Xcode 14.0.0 ([#2188](https://github.com/mozilla/glean/pull/2188)).

# v51.2.0 (2022-09-08)

[Full changelog](https://github.com/mozilla/glean/compare/v51.1.0...v51.2.0)
Expand Down
Loading