Releases: Bindambc/whatsapp-business-java-api
Releases · Bindambc/whatsapp-business-java-api
v0.6.1
v0.6.0
What's Changed
Breaking Changes 🛠
- Add new QualityRatingType enum option. by @BernardoGiordano in #177
New Features 🎉
- Added get methods for message types in the Message class by @Cavassoni in #203
- feat: #204 added support to meta api version v20.0 by @Bindambc in #205
Dependencies 🖇️
- Bump org.skyscreamer:jsonassert from 1.5.1 to 1.5.3 by @dependabot in #195
- Bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.5 to 3.4.0 by @dependabot in #202
- Bump org.junit.jupiter.version from 5.10.2 to 5.11.0 by @dependabot in #200
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
New Features 🎉
- Add missing voice call button type by @BernardoGiordano in #173
- Add support to send a message as a reply of another by @tmoreira2020 in #196
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
- @tmoreira2020 made their first contribution in #196
Full Changelog: v0.4.1...v0.5.0
v0.4.1
What's Changed
Breaking Changes 🛠
New Features 🎉
- Fix #127 by @lilaboc in #131
- Don't throw exception on unmapped property deserialization by @BernardoGiordano in #168
Bug Fix 🪲
- issue #125 - New message_status on com.whatsapp.api.domain.messages.response.Message by @schelldorfer in #146
- #141 Error in Parsing WhatsApp Business Phone Number Response - New fields by @schelldorfer in #145
- fix: test CI by @Bindambc in #183
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
to5.0.0-alpha.12
+ migration by @sgdesmet in #156 - Bump actions/setup-java from 3 to 4 by @dependabot in #182
Other Changes 🗸
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #123
- Bump actions/setup-java from 3 to 4 by @dependabot in #148
- Bump actions/labeler from 4 to 5 by @dependabot in #149
- Bump github/codeql-action from 2 to 3 by @dependabot in #150
- Update labeler.yml by @Bindambc in #162
- downgrade codecov action - v3 by @Bindambc in #161
- fix: adjust proxy implementation by @pcomp96 in #122
- fixed failing of - message_response: "accepted" unknown field sending template_message. ignoring any newer fields by @shivamSharmaMWP in #139
- Expose Whatsapp API error details needed if handling SDK errors is necessary by @BernardoGiordano in #170
New Contributors
- @schelldorfer made their first contribution in #146
- @shivamSharmaMWP made their first contribution in #139
- @BernardoGiordano made their first contribution in #168
- @sgdesmet made their first contribution in #156
Full Changelog: v0.3.4...v0.4.0
v0.3.4
What's Changed
New Features 🎉
- Send Two-Step verification code by @Cavassoni in #111
- Commerce Settings Endpoint by @Cavassoni in #112
- feat: Implemented HttpProxy for shared client by @pcomp96 in #119
Other Changes 🗸
- Create FUNDING.yml by @Bindambc in #110
- fix javadoc generating errors by @Bindambc in #114
- Bump actions/checkout from 3 to 4 by @dependabot in #120
New Contributors
Full Changelog: v0.3.3...v0.3.4
v0.3.3
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
0.3.1 - Bug Fix , New Features
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 🗸
- Created "Call to Action" and "Get Involved" by @vishalsingh2972 in #81
New Contributors
- @vishalsingh2972 made their first contribution in #81
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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 🪲
Dependencies 🖇️
Other Changes 🗸
New Contributors
- @pratsonii made their first contribution in #75
Full Changelog: v0.2.0...v0.3.0
0.2.0 - New implementations and bug fixes
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 theutils
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
- Bump org.mockito.version from 5.1.1 to 5.2.0 by @dependabot in #43
- Bump maven-surefire-plugin from 2.22.2 to 3.0.0 by @dependabot in #49
Full Changelog: v0.1.1...v0.2.0