Full Changelog: v1.2.0...v1.2.1
🚀 Features
- feat: update version to 1.2.1 in package.json and package-lock.json in dashboard (
5a94196) - feat: update version to 1.0.11 in package.json and package-lock.json, and improve Nginx configuration handling in infra.ts (
2123ddf) - feat: update version to 1.0.10 in package.json and package-lock.json (
36d5249) - feat: enhance SSL setup instructions and standardize command syntax in templates (
9466413) - feat: update version to 1.0.9 and enhance SSL setup instructions with detailed steps (
7fd0d32) - feat: update README and code to standardize docker command usage and improve error handling (
face660) - feat: enhance sendWithFallback to utilize default provider ID for fallback handling (
99260c7) - feat: enhance fallback provider handling to prevent redundant retries and improve error logging (
d9ee33c) - feat: (@simplens/onboard) enhance SSL domain and email validation, update docker command syntax (
7a74003) - feat: implement SSL automation with Certbot for enhanced security setup (
d16306c) - feat: add logs-data volume to services for improved logging management (
1482a29) - feat: implement fallback provider handling when retry budget exceeds for current provider (
2b66734) - fix: @simplens/onboard - Add environment variable overrides for CORE_VERSION and DASHBOARD_VERSION - Don't enforce LOKI_URL env variable when LOKI is not selected - Auto generate values for NS_API_KEY, AUTH_SECRET, CORE_VERSION and DASHBOARD_VERSION if they are not provided (
4b3e6f1) - update README to add tagline and badges (
3814109) - add HTTPS_COOKIE variable to control storage of cookies over http or https connection (
61a2783) - update sidebar scroll bar to use scroll area and add seperation line between bottom and sidebar content (
95febaa)
🐛 Bug Fixes
- fix: enhance validation for notification schemas to require non-empty channel, template_id, or content (
bda658a) - fix: bump version to 1.0.5 in package.json and package-lock.json (
719e614) - fix: update Nginx configuration path and remove unused environment variable (
e634243) - version patch in package.json for mcp server (
03df9f7) - fix simplens mcp server to correctly send request to dashboard api (
0056e13) - update secure to default to true even when the env var is not present. Fix build error in dashboard (
e7a0647)
📦 Other Changes
- 1.2.1 (
95e46a1) - disabled the package selection in edit mode (
5b37333) - update Core and Dashboard README files (
043ab35) - Merge pull request #7 from SimpleNotificationSystem/copilot/sub-pr-6 (
920a8e2) - Initial plan (
fabd522) - update release workflow to keep the dashboard and core image names in lower case (
af1cbbb) - remove all console logs for both stdio and streamble-http and remove dockerfile (
6a4e8ce) - update README in mcp server to remove aboute remote mcp server (
0cdfa43) - enhanced mcp tools with tools description with example usage (
7ee71d1) - update dashboard middleware to check for authorization header in requests for /api requests to allow requests from mcp server (
f75cd89) - published mcp server as a npm package (@simplens/mcp) to access in both stdio and streamable-http mode using the npm package (
c5ea876)
🐳 Docker Images
| Service | Image |
|---|---|
| Core | ghcr.io/simplenotificationsystem/simplens-core:1.2.1 |
| Dashboard | ghcr.io/simplenotificationsystem/simplens-dashboard:1.2.1 |
# Pull images for this release
docker pull ghcr.io/simplenotificationsystem/simplens-core:1.2.1
docker pull ghcr.io/simplenotificationsystem/simplens-dashboard:1.2.1