Skip to content

Releases: Bindambc/whatsapp-business-java-api

v0.5.0

17 Jul 11:33
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Dependencies 🖇️

  • Bump com.squareup.okhttp3.version from 5.0.0-alpha.12 to 5.0.0-alpha.14 by @dependabot in #181
  • Bump org.mockito:mockito-junit-jupiter from 5.11.0 to 5.12.0 by @dependabot in #186

New Contributors

Full Changelog: v0.4.1...v0.5.0

v0.4.1

07 May 04:20
fad1ead
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

New Features 🎉

Bug Fix 🪲

Dependencies 🖇️

  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.5.0 to 3.6.0 by @dependabot in #124
  • Bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 by @dependabot in #132
  • Bump org.junit.jupiter.version from 5.10.0 to 5.10.1 by @dependabot in #137
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.5 by @dependabot in #157
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 by @dependabot in #159
  • Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.3 by @dependabot in #160
  • Bump com.squareup.okhttp3.version to 5.0.0-alpha.12 + migration by @sgdesmet in #156
  • Bump actions/setup-java from 3 to 4 by @dependabot in #182

Other Changes 🗸

New Contributors

Full Changelog: v0.3.4...v0.4.0

v0.3.4

05 Sep 05:00
Compare
Choose a tag to compare

What's Changed

New Features 🎉

Other Changes 🗸

New Contributors

Full Changelog: v0.3.3...v0.3.4

v0.3.3

03 Aug 12:05
Compare
Choose a tag to compare

What's Changed

Bug Fix 🪲

Dependencies 🖇️

  • Bump maven-surefire-plugin from 3.0.0 to 3.1.0 by @dependabot in #95
  • Bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #98
  • Bump org.junit.jupiter.version from 5.9.3 to 5.10.0 by @dependabot in #99

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

04 May 20:27
Compare
Choose a tag to compare

What's Changed

Bug Fix 🪲

  • fix bug Unrecognized field "previous_category" (template) by @Bindambc in #93

Full Changelog: v0.3.1...v0.3.2

0.3.1 - Bug Fix , New Features

28 Apr 03:53
Compare
Choose a tag to compare

What's Changed

New Features 🎉

  • Added functionality for Mark Messages as Read by @pratsonii in #85

Bug Fix 🪲

Dependencies 🖇️

  • Bump jacoco-maven-plugin from 0.8.9 to 0.8.10 by @dependabot in #88
  • Bump org.junit.jupiter.version from 5.9.2 to 5.9.3 by @dependabot in #87

Other Changes 🗸

New Contributors

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Apr 00:01
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Updated the Contact class. Added new enums and methods. Some methods were overridden and the old ones are now deprecated. by @Bindambc in #69

New Features 🎉

  • Added support for responding to messages with reactions (using emojis) by @Bindambc in #74
  • Added Location message. by @pratsonii in #75
  • Added support to send images, videos and documents in interactive messages by @Bindambc in #79

Bug Fix 🪲

  • fix null value on field type in QuickReplyButton and UrlButton by @Bindambc in #77

Dependencies 🖇️

Other Changes 🗸

New Contributors

Full Changelog: v0.2.0...v0.3.0

0.2.0 - New implementations and bug fixes

26 Mar 15:33
Compare
Choose a tag to compare

What's Changed

  • Added support to get phone numbers, get verification code and verify verification code by @Bindambc in #45
  • The Formatter class has been moved from the exception.utils package to the utils package by @Bindambc in #47
  • Removed deprecated classes in version 0.1.0. by @Bindambc in #48
  • New Message Template categories have been added according to the WhatsApp Business API v16.0. Categories prior to version v16.0 have been deprecated. by @Bindambc in #51
  • Changes to message template creation and changes to message template sending. by @Bindambc in #63

  • Dependencies

Full Changelog: v0.1.1...v0.2.0

v0.1.1

08 Mar 23:20
5dfad19
Compare
Choose a tag to compare

What's Changed

  • [fix] no language code in message template by @Bindambc in #39

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 Mar 20:46
dec4ca1
Compare
Choose a tag to compare

What's Changed

  • Support to media messages; increase api version to 16.0; changed Enums by @Bindambc in #30
  • Update errors object - Cloud API v16.0+. by @Bindambc in #32
  • Update README.md by @Bindambc in #33

Full Changelog: v0.0.6...v0.1.0