Releases: SAMA-Communications/sama-server
Releases · SAMA-Communications/sama-server
0.34.0
0.33.0
Improvements
- Extended
message_list
request withids
param - Added public conversations
Updated
- Added
replied_message_id
field for Message object
0.32.0
Improvements
- Extended allowed fields for the
attachments
field in theMessage
object - Added message reactions support
Updated
- Added a handler for fetch logic in conversation handler
- Added image support for conversation handler
- Updated mongo/redis connection providers
0.31.0
Improvements
- Implemented support for conversation schemes for programmable chat
- Updated API requests for 1-on-1 chats
- Added support for checking if a user belongs to a specific organization
Updated
- Improved real-time “Online” status updates for better compatibility with mobile apps
- Updated project startup commands
- Added more different users for get_participants_by_cids response
0.30.0
Improvements
- Added message admin api
- Minor fixes for validation in the
conversation_list
query
Docker
- Improved logic for building the Docker container
0.29.0
Updated
- Migrated server to Node v22.14
- Updated mongoDB to v6.0
- Removed notification when creating a 1-1 chat
Improvements
- Added suport for
lt
forconversation_list
request - Added
conversation
field to the response to theget_participants_by_cids
request
Docker
- Improved logic for building the Docker container
0.28.0
Feature
- Implemented a progressive authentication flow to enhance security
- Added a load testing scheme
Updated
- Updated
user_search
query param (login
->keyword
) - Changed status for
Unauthorized
error
0.27.0
Imporvments
- Extended the conversation_list request to allow requesting conversations by ids
Updated
- Updated indexes of the
push_subscriptions
collection - Removed the
platform
field from thepushEvent
object
0.26.0
Features
- Implemented a new docker flow for the project build
- Added
device_token
field forpush_sbuscription_create
request
Updated
- Сhanged development flow
- Updated environment variables
- Updated tests for status typing
0.25.0
Features
- Initiated support for user avatars
- Implemented group chat avatar support
- Integrated ‘typing’ indicator for one-to-one and group chats
Updated
- Resolved issue causing notifications to be sent to users after exiting a chat