pino-mozlog/CHANGELOG.md

56 строки
1.1 KiB
Markdown
Исходник Постоянная ссылка Обычный вид История

2018-11-09 19:31:27 +03:00
# CHANGELOG
2023-01-04 12:17:22 +03:00
## 2.12.0
No changes (lockfile maintenance only).
2022-09-28 16:17:37 +03:00
## 2.11.0
2022-04-19 17:21:01 +03:00
No changes (lockfile maintenance only).
2022-09-28 16:17:37 +03:00
## 2.10.0
No changes (lockfile maintenance only).
2022-04-19 17:21:01 +03:00
2022-01-31 12:16:10 +03:00
## 2.9.0
No changes (lockfile maintenance only).
2021-11-29 14:38:27 +03:00
## 2.8.0
Update `split2` to v4 (see #68).
2021-09-20 11:14:08 +03:00
## 2.7.0
No changes (lockfile maintenance only).
2021-06-21 15:45:00 +03:00
## 2.6.0
No changes (lockfile maintenance only).
2021-05-31 16:22:50 +03:00
## 2.5.0
No changes (lockfile maintenance only).
2021-04-26 10:35:10 +03:00
## 2.4.0
No changes (lockfile maintenance only).
2021-03-08 11:17:20 +03:00
## 2.3.0
No changes (lockfile maintenance only).
## 2.2.0
Use `readable-stream` instead of `through2` (see #33).
2020-04-29 12:01:15 +03:00
## 2.1.0
Each record contains a new `severity` field (all lowercase), which corresponds to the Stackdriver logging level.
2018-11-09 19:31:27 +03:00
## 2.0.0
**Breaking change:** the `Time` field has been dropped (it was an optional field according to the [mozlog specification](https://wiki.mozilla.org/Firefox/Services/Logging) anyway).
**Breaking change:** the `Timestamp` field now receives the value of the `time` field of a `pino` log. Before, `pino-mozlog` was "converting" `time` from milliseconds to nanoseconds (`time * 1000000`). Now, `pino` logs MUST have `time` values in nanoseconds.