# Changelog

All notable changes to `stethoscope` will be documented in this file.

## 1.1.1
- Fix bug display of web server status

## 1.1.0
- Create a command to clean resource logs ([#74](https://github.com/MohsenAbrishami/stethoscope/pull/74))
- Fix bug send an email when the email address is null ([#76](https://github.com/MohsenAbrishami/stethoscope/pull/76))

## 1.0.0
- Improve email view ([#72](https://github.com/MohsenAbrishami/stethoscope/pull/72))
- Fix bug send null email notification ([#71](https://github.com/MohsenAbrishami/stethoscope/pull/71))
- Refactor Tests ([#69](https://github.com/MohsenAbrishami/stethoscope/pull/69))

## 0.5.0
- Send a notification email when trouble occurred in the server ([#65](https://github.com/MohsenAbrishami/stethoscope/pull/65))

## 0.4.0

- Building driver-based component to support record log both in file and database 
([#55](https://github.com/MohsenAbrishami/stethoscope/pull/55), [#57](https://github.com/MohsenAbrishami/stethoscope/pull/57))

- Add Database Driver to record log ([#60](https://github.com/MohsenAbrishami/stethoscope/pull/60))

## 0.3.0

- Support apache2 web server ([#50](https://github.com/MohsenAbrishami/stethoscope/pull/50))
- Get thresholds and network monitor URL from env ([#40](https://github.com/MohsenAbrishami/stethoscope/pull/40))

## 0.2.0

- Add monitor command for record logs
- Refactor commands and services
- Complete tests and add GitHub action
- Improve output data in listening and monitoring commands
- Improve configuration file
- Improve README file

## 0.1.4

- Fix bug network url monitoring

## 0.1.3

- Improve output data of monitoring

## 0.1.2

- Adding the ability to monitor the Storage

## 0.1.1

- Refactor and improve code
- Add time to log file name
- Ability to specify the path of the log file in the configuration

## 0.1.0

- Initial release