Releases: gajosu/ha-whatsapp-web-rest-api
Releases · gajosu/ha-whatsapp-web-rest-api
v2.3.1
V2.3.0
Breaking Changes
- The deprecated POST endpoint
/api/messages
has been removed. Please use the updated endpoint/api/chats/:id/messages
for sending messages to a specific chat.
Migration Steps
To migrate from the deprecated /api/messages
endpoint to the new /api/chats/:id/messages
endpoint, follow these steps:
- Update any client applications or scripts that make requests to the deprecated endpoint
/api/messages
to use the new endpoint/api/chats/:id/messages
instead. - Make sure to include the appropriate chat ID in the request URL for the new endpoint (
/api/chats/:id/messages
), replacing:id
with the actual chat ID. - Update any documentation or references that mention the deprecated endpoint
/api/messages
to reflect the use of the new endpoint/api/chats/:id/messages
.
Please note that using the deprecated /api/messages
endpoint will result in a "404 Not Found" response.
If you have any questions or need assistance with the migration process, please don't hesitate to reach out.
All Changes
v2.2.7
v2.2.6
v2.2.5
- Bump eslint-plugin-import from 2.27.0 to 2.27.4 (#55) by @dependabot
- Bump eslint-config-standard-with-typescript from 26.0.0 to 27.0.1 (#56) by @dependabot
- Bump eslint from 8.31.0 to 8.32.0 (#57) by @dependabot
- Bump ts-jest from 29.0.4 to 29.0.5 (#58) by @dependabot
- Bump whatsapp-web.js from 1.18.4 to 1.19.2 (#59) by @dependabot
- Bump eslint-plugin-import from 2.27.4 to 2.27.5 (#60) by @dependabot
- Bump @typescript-eslint/eslint-plugin from 5.48.1 to 5.48.2 (#61 ) by @dependabot
v2.2.4
- Bump @types/node from 18.11.12 to 18.11.13 (#36) by @dependabot
- Bump @typescript-eslint/eslint-plugin from 5.46.0 to 5.46.1 (#37) by @dependabot
- Bump @types/node from 18.11.13 to 18.11.15 (#38) by @dependabot
- Bump @types/express from 4.17.14 to 4.17.15 (#39) by @dependabot
- Bump eslint-config-standard-with-typescript from 23.0.0 to 24.0.0 (#40) by @dependabot
- Bump eslint from 8.29.0 to 8.30.0 (#41) by @dependabot
- Bump @types/node from 18.11.15 to 18.11.17 (#42) by @dependabot
- Bump @typescript-eslint/eslint-plugin from 5.46.1 to 5.47.0 (#43) by @dependabot
- Bump @types/node from 18.11.17 to 18.11.18 (#44) by @dependabot
- Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 (#45) by @dependabot
- Bump @types/jest from 29.2.4 to 29.2.5 (#46) by @dependabot
- Bump eslint from 8.30.0 to 8.31.0 (#47) by @dependabot
- Bump @typescript-eslint/eslint-plugin from 5.47.1 to 5.48.0 (#48) by @dependabot
- Bump eslint-config-standard-with-typescript from 24.0.0 to 26.0.0 (#49) by @dependabot
- Bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 (#50) by @dependabot
- Bump eslint-plugin-n from 15.6.0 to 15.6.1 (#51) by @dependabot
- Bump ts-jest from 29.0.3 to 29.0.4 (#52) by @dependabot
- Bump eslint-plugin-import from 2.26.0 to 2.27.0 (#53) by @dependabot
- Bump whatsapp-web.js from 1.18.3 to 1.18.4 (#54) by @gajosu
v2.2.3
v2.2.2
- Bump eslint from 8.28.0 to 8.29.0 (#23) by @dependabot
- Bump supertest from 6.3.1 to 6.3.2 (#24) by @dependabot
- Bump eslint-plugin-n from 15.5.1 to 15.6.0 (#25) by @dependabot
- Bump @types/jest from 29.2.3 to 29.2.4 (#26) by @dependabot
- Bump @types/node from 18.11.10 to 18.11.11 (#27) by @dependabot
- Bump @typescript-eslint/eslint-plugin from 5.45.0 to 5.45.1 (#28) by @dependabot
- Bump supertest from 6.3.2 to 6.3.3 (#29) by @dependabot
- Bump typescript from 4.9.3 to 4.9.4 (#30) by @dependabot
- Bump @typescript-eslint/eslint-plugin from 5.45.1 to 5.46.0 (#31) by @dependabot
- Bump @types/node from 18.11.11 to 18.11.12 (#32) by @dependabot
- Add Log level (#33)
v2.2.1
v2.2.0
- Bump @typescript-eslint/eslint-plugin from 5.44.0 to 5.45.0 (#18) by @dependabot
- Bump @types/node from 14.18.33 to 18.11.10 (#19) by @dependabot
- New endponts (#20)
- Add new enpoints docs to README.md