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:
Jan-Erik Rediger 2021-03-17 13:50:02 +01:00
Родитель 9b7347ac60
Коммит d59f3e6d96
5 изменённых файлов: 25 добавлений и 5 удалений

Просмотреть файл

@ -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.

16
Cargo.lock сгенерированный
Просмотреть файл

@ -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

2
components/external/glean поставляемый

@ -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