Skip to content

Commit

Permalink
upgrade rum and listener-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
YPR committed Sep 28, 2023
1 parent 047db8c commit 7428d14
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/listener/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -682,6 +682,7 @@ The Listener Agent can be configured using environment variables, and these conf
- `TLS_MAX_VERSION = 'TLSv1.3'` - TLS maximum version for sending emails. Default `TLSv1.3`.
- `TLS_REJECT_UNAUTHORIZED = false` - Reject unauthorized TLS certificate for sending emails. Default `false`.
- `PRINT_MAIL_CONFIGURATION = false` - Print mail configuration into stdout. Default `false`.
- `MAILER_SECURE = false` - If the secure property is set to `false`, Nodemailer will attempt to connect to your server using plaintext. If it is set to `true`, Nodemailer will connect to the server using SSL/TLS. Default `false`.
### Errors queue
- `CLOSE_ERR_MIN = 30` - Close the error if the same error is not found for more than 30 minutes. The default is `30`.
Expand Down
19 changes: 19 additions & 0 deletions docs/listener/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,25 @@ tags:

## Listener Agent

### 1.47
Download: `docker pull quay.io/canarytrace/listener-agent:1.47`

🚀 New Features

- [If the secure property is set to `false`, Nodemailer will attempt to connect to your server using plaintext. If it is set to `true`, Nodemailer will connect to the server using SSL/TLS.](../listener/agent#reporters-1), [#201](https://github.com/canarytrace/documentation/issues/201)

### 1.46
Download: `docker pull quay.io/canarytrace/listener-agent:1.46`

🛠️ Upgrade
- Nodejs 18.7.0
- Nodemailer 6.9.4

🚀 New Features

- [Added environment variables for the configuration of the SMTP server `TLS_MIN_VERSION`, `TLS_MAX_VERSION`,`TLS_REJECT_UNAUTHORIZED` and `PRINT_MAIL_CONFIGURATION`](../listener/agent#reporters-1), [#192](https://github.com/canarytrace/documentation/issues/192)


### 1.43
Download: `docker pull quay.io/canarytrace/listener-agent:1.43`

Expand Down
2 changes: 1 addition & 1 deletion docs/rum/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tags:
Download: `docker pull quay.io/canarytrace/rum:2.9.2`

🚀 New Features
- [Collect Server-Timing](./rumClient/#server-timing), [#148](https://github.com/canarytrace/documentation/issues/148).
- Canarytrace RUM now collects the **[Server-Timing](./rumClient/#server-timing)** header, which is useful for gathering speed metrics of your backend services directly in a user's browser. [#148](https://github.com/canarytrace/documentation/issues/148)

🐛 Bugs
- [Fix: userAgentData doesn't function as expected if the web page isn't in a secure context, #198](https://github.com/canarytrace/documentation/issues/198).
Expand Down

0 comments on commit 7428d14

Please sign in to comment.