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