Skip to content

Releases: netflie/whatsapp-cloud-api

2.2.0

19 Nov 16:30
cca16a9
Compare
Choose a tag to compare

What's Changed

  • Updated default Graph version to v18
  • Retrieve and update business profile. Thanks @winkelco
  • Allow to reply messages. Thanks @johnflash4real
  • Add Interactive buttons. Thanks @derrickobedgiu1 and @ianrothmann
  • Retrieve a batch of notifications from Webhook. Thanks @arneee
  • Optional headers in interactive list messages. Thanks @horatiua
  • Fix non nullable variables when empty ENV variables are defined

2.1.0

12 Aug 17:00
08572c6
Compare
Choose a tag to compare

What's Changed

  • Media filename and sha256 are now available on Webhook notification Media object. See PR #126

2.0.5

11 Jul 18:19
aabdfdf
Compare
Choose a tag to compare

What's Changed

  • Fix message notification initialization when context is empty. See PR #114

2.0.4

01 Jun 17:59
f91e17e
Compare
Choose a tag to compare

What's Changed

  • Fix Webhook error with new base pricing category conversations

2.0.3

29 Mar 17:01
d94f1dc
Compare
Choose a tag to compare

What's Changed

  • Fix forwaded messages without ID in the message context. Issue #94

2.0.2

06 Feb 18:11
Compare
Choose a tag to compare

What's Changed

  • Fix some minor issues

2.0.1

29 Jan 20:58
Compare
Choose a tag to compare

What's Changed

New features supported:

  • Fix wrong documented conversation type value when a user initiated a conversation

2.0.0

29 Jan 15:45
3cd61dc
Compare
Choose a tag to compare

What's Changed

New features supported:

  • Upload media resources to WhatsApp servers
  • Download media resources from WhatsApp servers
  • Mark messages as read
  • Webhook verification
  • Webhook notifications

1.4.1

29 Jan 15:38
Compare
Choose a tag to compare

What's Changed

  • API Graph v15.0 as default

1.4.0

23 Dec 18:51
Compare
Choose a tag to compare

1.4.0 - 2022-12-23

What's Changed

  • Support Interactive Lists by @robertripoll in #58
  • Execute workflow for PHP 7.4, 8.0 & 8.1 versions