Skip to content

Commit

Permalink
listener: release
Browse files Browse the repository at this point in the history
  • Loading branch information
Radim Daniel Panek authored and Radim Daniel Panek committed Sep 8, 2023
1 parent 2ba65b6 commit 22bfed3
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/listener/agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,10 @@ The Listener Agent can be configured using environment variables, and these conf
- `EMAIL_SMTP_USER` - SMTP user for sending emails.
- `EMAIL_SMTP_PASS` - SMTP password for sending emails.
- `EMAIL_EMERGENCY` - Email address for sending emergency events to your administrators team, e.g., Elasticsearch heap is higher than 85%.
- `TLS_MIN_VERSION = 'TLSv1.2'` - TLS minimum version for sending emails. Default `TLSv1.2`.
- `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`.
### 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
48 changes: 48 additions & 0 deletions docs/listener/releases.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
---
sidebar_position: 3
description: Backlog and Releases
title: Backlog and Releases
tags:
- listener
- roadmap
- releases
- backlog
---

:::info Important links
- Please always use the latest tag for the Canarytrace Listener Docker images: [listener-agent](https://quay.io/repository/canarytrace/listener-agent?tab=tags), [listener-dm](https://quay.io/repository/canarytrace/dm?tab=tags)
- [Kanban board](https://github.com/orgs/canarytrace/projects/5) your and our ideas.
- Discuss your ideas and bugs with us on [Discussions](https://github.com/canarytrace/documentation/discussions/categories/listener)
:::


# Releases

## Listener Agent

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

🛠️ Upgrade
- [Nodemailer 6.9.4 has been upgraded](https://github.com/canarytrace/documentation/issues/192), and an environment variable has been added to select the minimum and maximum versions of TLS."

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

🚀 New Features
- Analysis data from the Canarytrace RUM
- Analysis data from the Canarytrace Synthetic
- Build-in rules / checklist for the analysis of the Canarytrace RUM and Synthetic
- Overview reports
- Reporting via e-mail and Slack


📝 Documentation
- Welcome to the new documentation for Canarytrace RUM 2.8.10 and the entire Canarytrace toolset, which includes RUM, Listener, and Synthetic. This documentation is based on [Docusaurus](https://docusaurus.io/). We hope you will like it. If you find any issues, please report them to us in the [Discussions](https://github.com/canarytrace/documentation/discussions) section.

---


import FeedbackFooter from '../../src/components/FeedbackFooter';

<FeedbackFooter />
2 changes: 0 additions & 2 deletions docs/rum/releases.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ tags:
### 2.8.10
Download: `docker pull quay.io/canarytrace/rum:2.8.10`

Your text is mostly correct, with some minor issues related to plurality, prepositions, and punctuation. Here is a revised version:

🚀 New Features
- Monitoring the entire lifecycle of user actions on the page.
- Storing the latest [metrics](./rumClient#rumClient#browser-data-collected).
Expand Down
1 change: 1 addition & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ const sidebars = {
items: [
'listener/introduction',
'listener/agent',
'listener/releases',
],
},
{
Expand Down

0 comments on commit 22bfed3

Please sign in to comment.