-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7381770
commit 419ea4e
Showing
7 changed files
with
57 additions
and
19 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# datadog-transport-common | ||
|
||
## 3.0.0 | ||
|
||
### Minor Changes | ||
|
||
- [`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04) Thanks [@theogravity](https://github.com/theogravity)! - The core logic for `electron-log-transport-datadog` and `pino-datadog-transport` | ||
has been split into the `datadog-transport-common` package. | ||
|
||
- The `p-retry` and `exit-hook` libs are now updated to current | ||
- If `sendImmediate` is enabled, we will no longer enable the exit hook to send | ||
off any pending logs (since sending is immediate) | ||
|
||
The changes should be transparent, but we're releasing these | ||
packages under a new major version just in case. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
# 2.0.1 | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- [`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04) Thanks [@theogravity](https://github.com/theogravity)! - The core logic for `electron-log-transport-datadog` and `pino-datadog-transport` | ||
has been split into the `datadog-transport-common` package. | ||
|
||
- The `p-retry` and `exit-hook` libs are now updated to current | ||
- If `sendImmediate` is enabled, we will no longer enable the exit hook to send | ||
off any pending logs (since sending is immediate) | ||
|
||
The changes should be transparent, but we're releasing these | ||
packages under a new major version just in case. | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04)]: | ||
- [email protected] | ||
|
||
Readme updates | ||
|
||
# 2.0.0 | ||
|
@@ -15,4 +34,4 @@ Added: | |
|
||
# 1.1.0 | ||
|
||
Downgrade `p-retry` and `exit-hook` to enable CJS compatibility. | ||
Downgrade `p-retry` and `exit-hook` to enable CJS compatibility. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,24 @@ | ||
## 1.3.1 / 1.3.2 - Wed Nov 01 2023 22:55:38 | ||
|
||
## 3.0.0 | ||
|
||
### Major Changes | ||
|
||
- [`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04) Thanks [@theogravity](https://github.com/theogravity)! - The core logic for `electron-log-transport-datadog` and `pino-datadog-transport` | ||
has been split into the `datadog-transport-common` package. | ||
|
||
- The `p-retry` and `exit-hook` libs are now updated to current | ||
- If `sendImmediate` is enabled, we will no longer enable the exit hook to send | ||
off any pending logs (since sending is immediate) | ||
|
||
The changes should be transparent, but we're releasing these | ||
packages under a new major version just in case. | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [[`7381770`](https://github.com/theogravity/datadog-transports/commit/738177094e4e776c6ba554f738b6cd5f96e17c04)]: | ||
- [email protected] | ||
|
||
(Had CI issues that published two versions but they are the same) | ||
|
||
**Contributor:** Daniel Hochman | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters