WAHA 2023.8 - publish stories (aka status), chats management, your presense (online, offline), secutiry settings for groups!
We are excited to unveil the latest version of WAHA - 2023.8! This new release comes with several fantastic features and enhancements to enhance your user experience.
Publish Stories (aka Status)
In this version, we have added stories (aka status) endpoints to our NOWEB engine.
Choose from the following options:
- Text: POST /api/{session}/status/text
- Image: POST /api/{session}/status/image
- Voice: POST /api/{session}/status/voice
- Video: POST /api/{session}/status/video
Chats Endpoints
WAHA 2023.8 also introduces convenient chat endpoints for better communication:
- Get all chats: GET /api/{session}/chats
- Delete chat: DELETE /api/{session}/chats/{chatId}
- Get messages from chat: GET /api/{session}/chats/{chatId}/messages?limit=1000&downloadMedia=true
- Clear messages in the chat: DELETE /api/{session}/chats/{chatId}/messages
Set Presence Endpoint
Take full control over your online presence with the new 'set presence' endpoint - `POST /api/{session}/presence`.
You can now:
- Show your status as online with online presence (https://github.com/devlikeapro/whatsapp-http-api/issues/121).
- Receive notifications for your device in offline presence (https://github.com/devlikeapro/whatsapp-http-api/issues/28).
Improved Performance
To enhance performance, we have added the `downloadMedia` flag to the following endpoints:
- GET /api/messages
- GET /api/{session}/chats/{chatId}/messages
Security Settings for Group Info
The new endpoint allows group admins to update the group settings, limiting the ability to edit group info (title, description, photo) to admins only.
- Update Group Info: PUT /api/{session}/groups/{groupId}/settings/security/info-admin-only
What is next?
We're working on few features and hope to delivery them by September release
- And some other small but yet important features!
We hope these new features and enhancements make WAHA 2023.8 even more useful for you. As always, we value your feedback and look forward to hearing your thoughts on this latest release.
The full changelog is available here https://waha.devlike.pro/docs/overview/changelog/!
> Please make it possible to restart the session with such an error
You can do it by making POST /api/sessions/stop and POST /api/sessions/start request
"statusCode": 422,
"message": "The session under FAILED status. Please try to restart it.",
"error": "Unprocessable Entity"
} can you help me please im subscriber
Please try to use the latest version, 2023.08.13. Pull new image with the same command and restart docker containers
If you're facing the same issue with FAILED session - please update to the 2023.8.13 version, it fixes the issue
Would you send a message please, i want to ask a few questions for pro plan. But i couldn't send message because of your privacy settings.