From 42531ef142ae8d1695a3c6986e1aaa70a1babcc7 Mon Sep 17 00:00:00 2001 From: rakeshSgr Date: Wed, 28 Feb 2024 17:44:58 +0530 Subject: [PATCH 1/2] release notes updated --- release-notes/2.6.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 release-notes/2.6.md diff --git a/release-notes/2.6.md b/release-notes/2.6.md new file mode 100644 index 000000000..6ffd5be2c --- /dev/null +++ b/release-notes/2.6.md @@ -0,0 +1,35 @@ +# Elevate-Mentor Service Release Note + +## Version: 2.6.0 + +### New Features: + +1. **Sesseion Manger Flow:** + + - session manger can create a session, can assign mentor to the sessions, and he can add the mentees to the session as well + + +### Enhancements: + +1. **Re-Build Materialized Views :** + + - To update the views + + **Steps to rebuild the meterialize views :** + + - Run the below curl + + ``` + curl --location --request GET 'http://localhost:7101/user/v1/admin/triggerViewRebuildInternal' \ +--header 'internal_access_token: INTERNAL_ACCESS_TOKEN' + ``` + +### Bug Fixes: + +### Infrastructure: + +### Documentation: + +### Deprecation Notice: + +### Known Issues: From 94d4387920c9d26074a04ba5909f3de7780467ef Mon Sep 17 00:00:00 2001 From: rakeshSgr Date: Wed, 28 Feb 2024 17:49:25 +0530 Subject: [PATCH 2/2] release notes updated --- release-notes/2.6.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release-notes/2.6.md b/release-notes/2.6.md index 6ffd5be2c..dbbbf43a6 100644 --- a/release-notes/2.6.md +++ b/release-notes/2.6.md @@ -7,6 +7,11 @@ 1. **Sesseion Manger Flow:** - session manger can create a session, can assign mentor to the sessions, and he can add the mentees to the session as well + - + +2. **API Permissions:** + - The API can only be accessed using the appropriate permissions. + ### Enhancements: