Files
kener/docs/changelogs.md
T
2025-02-07 09:12:15 +05:30

5.1 KiB

title, description
title description
Changelogs | Kener Changelogs for Kener

Changelogs

Here are the changelogs for Kener. Changelogs are only published when there are new features or breaking changes.

v3.0.10

🚀

Features

  • Added TCP monitors

Breaking Changes

  • Ping monitors will break.

Fixes

  • Bug fixes in the UI

v3.0.9

🚀

Features

  • Support of SMTP for email notifications. Read more here
  • Introduction of event type MAINTENANCE for incidents.
  • You can write eval function for ping now in monitors. Read more here
  • Added category filter for monitor management.

Fixes

  • Support longer TLD in siteURL example https://example.network
  • Remove googleapis preconnect and preload
  • Fixed wrong action url in webhook.

v3.0.1

🚀

Here are the changes in this release

Features

  • Support for i18n in dates.
  • Support of i18n in monitor embeds. Read more here

v3.0.0

🚀

Here are the changes in this release

Features

  • New APIs for creating incidents and pushing updates. Read more here
  • Incident management is now part of the admin UI and removed from the config file.
  • The UI colors have been updated to be more muted.
  • Email Notifications for incidents using resend.
  • New Kener management portal. No monitors.yaml or site.yaml needed anymore
  • Login Page and Setup Page
  • Remove Github dependency
  • Options to disable square or dot pattern
  • Support for new languages
  • Multiple DB support (mysql, postgres, sqlite3)
  • New API reference
  • New documentation site

v2.0.0

🚀

Here are the changes in this release

Features

  • Added support for sqlite3 and removed dependency on file system
  • Added support for postgres database. Read more here
  • Added support for alerting. Read more here
  • Added color customization. Read more here
  • Added three new customizations for home page. Read more here
    • barStyle
    • barRoundness
    • summaryStyle

Migration

Kener will automatically migrate your data from file system to sqlite3. If you are using a custom domain, you need to update the site.yaml file with the new siteURL field. Read more here

v0.0.16

🚀

Here are the changes in this release

Features

  • Added support for hideURLForGet in monitors. Read more here
  • New SVG badges for LIVE status. Read more here
  • [Breaking Change] Removed dependency on Environment variable PUBLIC_KENER_FOLDER. Read more here
  • Simplified build and deploy process
  • Added support for fonts. Read more here
  • Added support for home page pattern. Read more here
  • Added support for adding your analytics provider. Read more here
  • New Documentation Site
  • Addes support for sqaures pattern in home page. Read more here
  • Redesigned the UI for better consistency
  • Embed now supports background color using a parameter bgc. Read more here
  • Now title in site.yaml is <title> and siteName is actually the name of the site. Read more here

Migration

Source

  • Move data from PUBLIC_KENER_FOLDER to /database file.
  • Move site.yaml to /config folder
  • Move monitors.yaml to /config folder

Docker

  • Use -v $(pwd)/database:/app/database and -v $(pwd)/config:/app/config in your docker run command