Releases: infobip/infobip-api-java-client
Releases · infobip/infobip-api-java-client
3.2.0
[ 3.2.0 ] - 2022-01-19
Added
- Support for Infobip WhatsApp API
whatsapp.md
containing quick start guide for WhatsApp API
Changed
- Email sending API to match the latest version of the API.
- Signature changed: getEmailLogs()
- Renamed some email API models to be consistent across multiple products
- EmailError -> EmailReportError
- EmailLogsResult -> EmailLogsResponse
Fixed
- Minor SMS API changes (some fields became read-only)
- Improved Javadoc comments
3.1.0
[ 3.1.0 ] - 2021-06-16
Added
- Support for Infobip Email API
email.md
which contains basic example of Email API usage
3.0.1
[ 3.0.1 ] - 2021-02-16
Changed
README.md
which now contains more details about supported authentication methods & updated examples of library usage for webhooks
Removed
- Unused model classes, utility classes, and dependencies
Fixed
- Supported date formats as specified in Integration Best Practices
Version 3.0.0
[ 3.0.0 ] - 2021-02-03
🎉 NEW Major Version of infobip-api-java-client
.
In this release the infobip-api-java-client
library is updated and modernized. It is auto-generated and completely different from the previous version.
Added
- Support for async execution
CONTRIBUTING.md
which contains guidelines for creating GitHub issues- Support for Infobip Two-factor Authentication API
Changed
- Models, structure, examples, etc. for Infobip SMS API
- Library dependencies
README.md
which contains necessary data and examples for quickstart as well as some other important pieces of information on versioning, licensing, etc.
Removed
- Support for Infobip Omni API (to be included back in one of the next releases)
Version 2.3.0
Added India DLT parameters for SMS API calls
Version 2.0.1
Consolidation with client code generator, fixes and improvements
Version 1.1.1
Required version of Java changed to 7
Version 1.1.0
Added tracking parameter on SendAdvanced models. Added examples for sending messages with NLI.