Skip to content

Releases: infobip/infobip-api-java-client

3.2.0

20 Jan 15:01
Compare
Choose a tag to compare

[ 3.2.0 ] - 2022-01-19

Added

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

18 Jun 08:19
Compare
Choose a tag to compare

[ 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

16 Feb 12:07
Compare
Choose a tag to compare

[ 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

Version 3.0.0

03 Feb 16:32
Compare
Choose a tag to compare

[ 3.0.0 ] - 2021-02-03

🎉 NEW Major Version of infobip-api-java-client.

⚠️ IMPORTANT NOTE: This release contains breaking changes!

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

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

02 Sep 12:30
Compare
Choose a tag to compare

Added India DLT parameters for SMS API calls

Version 2.0.1

21 Jun 08:06
Compare
Choose a tag to compare

Consolidation with client code generator, fixes and improvements

Version 1.1.1

26 Feb 12:36
Compare
Choose a tag to compare

Required version of Java changed to 7

Version 1.1.0

19 Feb 11:43
Compare
Choose a tag to compare

Added tracking parameter on SendAdvanced models. Added examples for sending messages with NLI.