whatsapp-multi-devicewhatsapp-apiwhatsapprestgolanggorest-apigolang-whatsapp-apigolang-whatsappbotwhatsapp-web-multi-devicewhatsapp-api-go
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Tree:
d43aa43e3d
main
v1.0.0
v1.1.0
v2.0.0
v2.1.0
v2.1.1
v3.0.0
v3.1.0
v3.10.0
v3.11.0
v3.2.0
v3.3.0
v3.3.1
v3.4.0
v3.5.0
v3.5.1
v3.6.0
v3.7.0
v3.8.0
v3.8.1
v3.9.0
v4.0.0
v4.1.0
v4.10.0
v4.11.0
v4.11.1
v4.12.0
v4.13.0
v4.14.0
v4.14.1
v4.14.2
v4.15.0
v4.16.0
v4.17.0
v4.18.0
v4.19.0
v4.2.0
v4.20.0
v4.21.0
v4.21.1
v4.22.0
v4.22.1
v4.3.0
v4.4.0
v4.4.1
v4.4.2
v4.4.3
v4.4.4
v4.4.5
v4.4.6
v4.5.0
v4.5.1
v4.5.2
v4.6.0
v4.6.1
v4.6.2
v4.7.0
v4.7.1
v4.7.2
v4.7.3
v4.7.4
v4.8.0
v4.8.1
v4.8.2
v4.8.3
v4.8.4
v4.9.0
v4.9.1
v4.9.2
v4.9.3
v4.9.4
v5.0.0
v5.1.0
v5.2.0
v5.2.1
v5.3.0
v5.3.1
v5.4.0
v5.5.0
v5.6.0
v5.6.1
v6.0.0
v6.0.1
v6.0.2
v6.0.3
v6.1.0
v6.1.1
${ noResults }
go-whatsapp-web-multidevice/docker
* feat: Add group participant request management functionality - Introduced new endpoints for handling requested participants in groups: - GET /group/participants/requested to retrieve requested participants. - POST /group/participants/requested/approve to approve participant requests. - POST /group/participants/requested/reject to reject participant requests. - Added corresponding methods in the group service to manage participant requests. - Implemented validation for new request types to ensure proper data handling. * feat: Update API version and enhance group participant request management - Bumped API version from 5.3.0 to 5.4.0. - Added new endpoints for managing group participant requests: - GET /group/participant-requests to retrieve pending requests. - POST /group/participant-requests/approve to approve requests. - POST /group/participant-requests/reject to reject requests. - Updated group service methods to handle new request types and responses. - Enhanced front-end components to support requested member management. * chore: Update dependency versions in go.mod and go.sum - Bumped versions for several dependencies: - github.com/PuerkitoBio/goquery from v1.10.2 to v1.10.3 - github.com/mattn/go-sqlite3 from v1.14.27 to v1.14.28 - go.mau.fi/whatsmeow to a new version - golang.org/x/image from v0.25.0 to v0.26.0 - golang.org/x/net from v0.38.0 to v0.39.0 - github.com/pelletier/go-toml/v2 from v2.2.3 to v2.2.4 - golang.org/x/crypto from v0.36.0 to v0.37.0 - Added new indirect dependencies for petermattis/goid and updated existing ones. * refactor: Change receiver type for ChangePushName method in userService * refactor: Rename group participant request endpoints and streamline request handling - Updated API endpoints for managing group participant requests: - Changed GET /group/participants/requested to GET /group/participant-requests - Changed POST /group/participants/requested/approve to POST /group/participant-requests/approve - Changed POST /group/participants/requested/reject to POST /group/participant-requests/reject - Refactored front-end methods to handle the new endpoint structure and consolidate approval/rejection logic. * feat: Add validation for empty Group ID in participant request listing - Implemented a check to ensure Group ID is not empty in the ListParticipantRequests method. - Returns a 400 Bad Request response with an appropriate error message if Group ID is missing. * feat: Enhance participant request management with error handling - Updated ManageGroupRequestParticipants method to include error handling for participant requests. - Added validation for the Action field in participant management requests to ensure it is not empty and is one of the allowed values. * refactor: Update message handling to use domainMessage consistently - Removed redundant import of message package. - Updated ReactMessage method to use domainMessage types for request and response, ensuring consistency across the service. |
11 months ago | |
|---|---|---|
| .. | ||
| golang.Dockerfile | feat: Update app version to v5.3.0 and upgrade Go version to 1.24 | 1 year ago |