Skip to content

Releases: gajosu/ha-whatsapp-web-rest-api

v2.3.1

20 May 03:09
a02366e
Compare
Choose a tag to compare

Bump whatsapp-web.js from 1.19.5 to 1.20.0-alpha.0 (#146) by @gajosu

V2.3.0

18 May 22:50
cff5523
Compare
Choose a tag to compare

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:

  1. 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.
  2. 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.
  3. 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

  • Bump socket.io from 4.6.0 to 4.6.1 (#134) by @dependabot
  • Add media file download functionality for messages (#144) by @gajosu
  • Remove deprecated POST endpoint `/api/messages (#145) by @gajosu

v2.2.7

31 Mar 05:12
66df6e4
Compare
Choose a tag to compare

v2.2.6

11 Feb 19:07
466b529
Compare
Choose a tag to compare
  • fix whatsapp web error (#84)

v2.2.5

18 Jan 06:55
bb2cdf4
Compare
Choose a tag to compare

v2.2.4

12 Jan 17:47
47b669b
Compare
Choose a tag to compare
  • 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

11 Dec 19:20
becc213
Compare
Choose a tag to compare
  • fix logger timestamp (#35)

v2.2.2

11 Dec 04:29
f909a96
Compare
Choose a tag to compare

v2.2.1

02 Dec 22:25
Compare
Choose a tag to compare
  • Update docs (#21)
  • Add message sender options in chat message controller (#22)

v2.2.0

01 Dec 22:23
97bc15c
Compare
Choose a tag to compare
  • 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