Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release: Version 1.18.0 #1245

Merged
merged 4 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"perfectionist/sort-union-types": "off",
"prefer-arrow-callback": "warn",
"prefer-destructuring": "warn",
"prefer-object-has-own": "warn",
"unicorn/no-await-expression-member": "warn",
"unicorn/no-empty-file": "warn",
"unicorn/no-useless-promise-resolve-reject": "warn",
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.18.0] - 2024-03-07

### Added

- Add --experimental-fetch as toggle feature (#1240).

### Fixed

- Fix Monika multi node implementation (#1233).
- Fix the disabled failed probe is not retrying when it encounters an incident after enabling it (#1242).

### Changed

- Upgrade to Node to v20.x (#1235)

## [1.17.0] - 2024-01-10

### Added
Expand Down
Loading
Loading