Skip to content

Releases: hyperjumptech/monika

v1.15.5

15 Aug 04:18
a36c8f5
Compare
Choose a tag to compare

Fixed

Changed

Full Changelog: v1.15.4...v1.15.5

v1.15.4

24 Jul 08:35
a5ba608
Compare
Choose a tag to compare

[1.15.4] - 2023-07-24

What's Changed

Added

  • Feat: Improve Error Message When Request URL is not Using Protocol by @haricnugraha in #1063

Fixed

Changed

New Contributors

Full Changelog: v1.15.3...v1.15.4

v1.15.3

22 May 08:53
73323cc
Compare
Choose a tag to compare

[1.15.3] - 2023-05-22

Added

  • Add redis url support (#1039)
  • Allow unauthenticated SMTP (#1017)

Fixed

  • prometheus collector reassign on config change (#1021)

Changed

  • Docs: content footer (#1038)
  • Remove Pako as it is no longer needed (#1044)
  • Separate Initialize and Update Config (#1037)
  • Drop node.js 14 support (#1041)
  • Split the sanitize flag, get config, and update config phase and extract the get config function (#1035)
  • Test out the built binaries from PKG in CI (#1033)

v1.15.2

13 Apr 10:47
6c3d511
Compare
Choose a tag to compare

[1.15.2] - 2023-04-13

Fixed

  • Update warning messages (#1022)
  • Fix: Downgrade Axios to be able to build binary using PKG (#1029)

Changed

  • Refactor: Simplify Send Notification Interface (#1019)

Docs

  • Docs: update pagerduty notification and json schema (#1020)
  • Docs: Update Deploy to Fly.io documentation (#1024)

v1.15.1

24 Mar 08:07
2f47d74
Compare
Choose a tag to compare

[1.15.1] - 2023-03-24

Added

  • Add mention of json schema in documentations (#1003)
  • Instastatus integration (#971)
  • Add Probe Fail Notification (#947)
  • Add complementary prod_test using cli-testing library (#985)

Changed

  • Refactor: Reduce Code Complexity on run Function (#1006)
  • Refactor: reduce function complexity (#998)
  • Move the db operations to worker (#988)
  • Refactor complex functions in validate.ts (#995)

Updated

  • Update schema testing workflow (#1005)
  • Update Axios (#1014)
  • Improves package.json keywords (#997)

Fixed

  • Loading multiple config files does not work (#1011)
  • Reduce function complexity by separate and centralized all the prober in one directory (#1009)
  • Loading Remote Config (#993)
  • Create validate statuspage (#996)
  • Fix Node.js version matrix (#992)
  • Fix error when running -v and remove the unnecessary message (#984)

v1.15.0

20 Jan 10:51
31768fa
Compare
Choose a tag to compare

[1.15.0] - 2023-01-20

Added

  • Report Limit and Report Interval Flags in Symon Mode (#961)

Changed

  • Use Node.js v16 for all release version of Monika (#968)
  • SymonClient: Use Bree for Reporting to Symon (#972)

Updated

  • Improve History Log Type (#965)
  • Improve Monika config type (#964)
  • Add Monika flags type (#963)

Fixed

  • Fix GitHub checks warnings (#966)
  • Make MSW Run on Node.js v18 (#967)
  • Monika crashes when send incident/recovery event (#960)

v1.14.1

12 Dec 12:29
a424a44
Compare
Choose a tag to compare

[1.14.1] - 2022-12-12

Added

  • Add Pushbullet notification channel (#946)

Fixed

  • Re-add query support (#956)
  • Enable some eslint rules (#955) (#953)
  • Fix Monika always send recovery at first time run in Symon mode (#952)
  • Fix Config schema PR (#945) (#944)
  • Improve config validation error message (#939)

v1.14.0

07 Nov 10:10
8c3dc1a
Compare
Choose a tag to compare

[1.14.0] - 2022-11-07

Added

  • Add Mariaor MySQL DB probe (#928)
  • Add Atlassian Statuspage integration (#919)

Updated

  • Make timeout explicit for all probe and http requests (#917)
  • Enable no-useless-catch rule (#935)

Fixed

  • Sending notifications when Monika is started (#934)
  • Parses integer to string (#929)
  • Auto PR JSON schema workflow (#926)

v1.13.3

17 Oct 09:34
cab612b
Compare
Choose a tag to compare

[1.13.3] - 2022-10-17

Added

  • Add PostgreSQL probe type (#892)
  • Add MongoDB Probe Request (#918)
  • Add new Notification Gotify (#916)
  • Add option to allow probing invalid ssl endpoint (#910)
  • Verify config file with json schema (#882)
  • Sonar-cloud workflow (#905)

Fixed

  • Repeating test failure (#909)
  • Update source path for sonar cloud (#911)
  • Test paths in SonarCloud workflow (#912)

Updated:

  • Update fake date test (#908)
  • Update sonar cloud project name (#915)
  • Update wget path (#920)

Docs

  • Update docs workflow (#904)
  • Update Algolia JSON (#906)

v1.13.2

29 Sep 09:44
a5d5904
Compare
Choose a tag to compare

[1.13.2] - 2022-09-29

Added

  • Added: Import from simple Text File
  • Added: Docs from Medium blog posts
  • Added: Push docker Image any version

Fixed

  • Fixed: edit search UI
  • Fixed: reduce complexity
  • Fixed: Change repository name on Docker Publish from Tag github workflow
  • Fixed: update workflow jq
  • Fixed: deprecationHandler and sanitizeProbe alert bugs