Update to Glean v36.0.0
This brings a breaking change (but it's a bugfix) for iOS consumers: Event timestamps are now correctly recorded in milliseconds. Since the first release event timestamps were erroneously recorded with nanosecond precision. This is now fixed and event timestamps are in milliseconds. This is equivalent to how it works in all other language bindings.
This commit is contained in:
Родитель
9b7347ac60
Коммит
d59f3e6d96
|
@ -3,3 +3,9 @@
|
|||
# Unreleased Changes
|
||||
|
||||
[Full Changelog](https://github.com/mozilla/application-services/compare/v73.0.2...main)
|
||||
|
||||
## General
|
||||
|
||||
### What's Changed
|
||||
|
||||
- The bundled version of Glean has been updated to v36.0.0.
|
||||
|
|
|
@ -1186,7 +1186,7 @@ checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
|||
|
||||
[[package]]
|
||||
name = "glean-core"
|
||||
version = "34.0.0"
|
||||
version = "36.0.0"
|
||||
dependencies = [
|
||||
"bincode",
|
||||
"chrono",
|
||||
|
@ -1198,11 +1198,12 @@ dependencies = [
|
|||
"serde",
|
||||
"serde_json",
|
||||
"uuid",
|
||||
"zeitstempel",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "glean-ffi"
|
||||
version = "34.0.0"
|
||||
version = "36.0.0"
|
||||
dependencies = [
|
||||
"android_logger",
|
||||
"env_logger",
|
||||
|
@ -3987,3 +3988,14 @@ dependencies = [
|
|||
"libc",
|
||||
"log 0.4.11",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "zeitstempel"
|
||||
version = "0.1.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "eeea3eb6a30ed24e374f59368d3917c5180a845fdd4ed6f1b2278811a9e826f8"
|
||||
dependencies = [
|
||||
"cfg-if 1.0.0",
|
||||
"libc",
|
||||
"once_cell",
|
||||
]
|
||||
|
|
|
@ -60,7 +60,8 @@ The following text applies to code linked from these dependencies:
|
|||
[uniffi](https://github.com/mozilla/uniffi-rs),
|
||||
[uniffi_bindgen](https://github.com/mozilla/uniffi-rs),
|
||||
[uniffi_build](https://github.com/mozilla/uniffi-rs),
|
||||
[uniffi_macros](https://github.com/mozilla/uniffi-rs)
|
||||
[uniffi_macros](https://github.com/mozilla/uniffi-rs),
|
||||
[zeitstempel](https://github.com/badboy/zeitstempel)
|
||||
|
||||
```
|
||||
Mozilla Public License Version 2.0
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c3200a6d8b79ba8e1ee9df7c8abd571cc51655d9
|
||||
Subproject commit e925fe3bd0724834dc7eb03ea5dc15cdb69b6bbf
|
|
@ -52,7 +52,8 @@ The following text applies to code linked from these dependencies:
|
|||
[uniffi](https://github.com/mozilla/uniffi-rs),
|
||||
[uniffi_bindgen](https://github.com/mozilla/uniffi-rs),
|
||||
[uniffi_build](https://github.com/mozilla/uniffi-rs),
|
||||
[uniffi_macros](https://github.com/mozilla/uniffi-rs)
|
||||
[uniffi_macros](https://github.com/mozilla/uniffi-rs),
|
||||
[zeitstempel](https://github.com/badboy/zeitstempel)
|
||||
|
||||
```
|
||||
Mozilla Public License Version 2.0
|
||||
|
|
Загрузка…
Ссылка в новой задаче