Skip to content

Release v1.1.0

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Feb 18:21

Full Changelog: v1.0.0...v1.1.0

🚀 Features

  • update onboard package version and add image version support in setup (871b10c)
  • add full commandline control to @simplens/onboard package other than interactive cli (3c38914)
  • Add create-simplens-plugin into simplens-core repo (dd1687d)
  • add github workflow for feature-alert-channels branch (5e876c6)
  • update onboard package to get base path from user and add nginx to the template (caa761e)
  • implement runtime base_path confguration in dashboard (30aac6e)
  • integrated base path configuration in dashboard. I had to throw next-auth away and implement my own auth to do this (2a49cf4)
  • add base path config to dashboard (stage1) (ebfbf17)
  • removed console.log and add logger (79ad60d)
  • bug fix: 1. add fallback when producing status event to kafka fails in unified.consumer (a100dc1)
  • add admin alert channel imports in every serice/worker inorder to register and initialize on startup. Update crash script (6fa0377)
  • integrate AdminAlertService to additional failure points and update sendWithFallback function in router.ts to use falback provider when chosen provider fails (b1664e4)
  • add telegram admin channel (d925e92)
  • add config validation for admin channel providers in backend (a24a053)
  • add route in the backend to get admin-channel provider meta data to dynamically redner the forms in dashboard (f080f55)
  • initial implementation of the alert notification system (discord) (f5372c1)

🐛 Bug Fixes

  • patch create-simplens-plugin version (cbd6434)
  • fixed session overflow issue and then updated mcpServer.tool() method to registeredTool (45dc425)

📦 Other Changes

  • updgrade TUI of create-simplens-plugin package (69016d7)
  • update selection prompts to include confirmation instructions for infrastructure services and plugins (e72464b)
  • intial version of simplens mcp (0d07540)
  • update tui of the onbaord package (b23fd9c)
  • update tui for onboard package (0cc4347)
  • integrate AdminAlertService in 24 identified failure points (814f093)
  • update ui card size in page.tsx in admin-channel (932277d)

🐳 Docker Images

Service Image
Core ghcr.io/SimpleNotificationSystem/simplens-core:1.1.0
Dashboard ghcr.io/SimpleNotificationSystem/simplens-dashboard:1.1.0
# Pull images for this release
docker pull ghcr.io/SimpleNotificationSystem/simplens-core:1.1.0
docker pull ghcr.io/SimpleNotificationSystem/simplens-dashboard:1.1.0