Release v1.2.0
Full Changelog: v1.1.0...v1.2.0
🚀 Features
- onboard-package: add prompting for version in normal mode (
6f20b1f) - fix: add timneout to unified consumer and update throttle map immediately in admin-alert-servuce (
050349f) - add dashboard navigation tour (
d8435f9) - add the template editor page with monoco editor (
1aaf111) - add eslint to core and topre-push (
5445749) - add frontend for template management (
a21c16f) - add additional routes for template notification in api (
6f5619a) - Add tests (
2313d26) - add bruno api-docs (
4447b2d) - implement template creation and usage in the api (
72a5365) - add page animation (
bbab312) - add floating sidebar (
5dd6fd3) - add glassmorphism effect as aadditional layer to the dashboard (
824ad80)
🐛 Bug Fixes
- fix: dashboard build error and wrong navigation in restart tour (
c175a75) - fixed monaco editor loading (
1dd664e) - fix type error in schema failure handler (
661b9c6) - fix: lint issues in dashboard (
7dbd1ae) - fix bruno api docs for easy env loading, fix issues in notification templates in api, optmized db query performance (
4914e03) - bug-fix: Now the simpleNS api can accept optional template_id array and uses template if temaplte_id available else uses the channel content from content field. (
ef12e1d)
📦 Other Changes
- update bruno api docs to correctly refer the env vars in request (
c86f767) - update payload studio to include template_id (
fecf3ed) - update README for core for simpler quick start (
f868678) - update simplens website link in the README for onboard package (
aff4dca) - update simplens website link in config-gen package (
349bea6) - update sidebar ui (
87b6efd) - update workflow to test the core before build (
d4748eb) - refactor: improve code formatting and readability in notification templates tests (
b2cd919) - update test (
415ac43) - small update in template page (
60c762e) - Remove old workflow file (
4c490ed)
🐳 Docker Images
| Service | Image |
|---|---|
| Core | ghcr.io/SimpleNotificationSystem/simplens-core:1.2.0 |
| Dashboard | ghcr.io/SimpleNotificationSystem/simplens-dashboard:1.2.0 |
# Pull images for this release
docker pull ghcr.io/SimpleNotificationSystem/simplens-core:1.2.0
docker pull ghcr.io/SimpleNotificationSystem/simplens-dashboard:1.2.0