[3.0.0] - 2024-10-24
🎉 **NEW Major Version of infobip-api-go-client
.
⚠ IMPORTANT NOTE: This release contains breaking changes! From this point onward Go
1.13 is no longer supported. The minimum supported version is Go
1.18.
In this release, we updated and modernized the infobip library. It is auto-generated and different from the previous version.
Added
- Most recent Infobip SMS API feature set.
- Support for Infobip Messages API.
- Added mock tests to verify the correctness of request payloads and response handling.
Changed
- To improve maintainability and organization, we have separated the models for each Infobip product into their own directories. This means that each product —such as
SMS
,Messages API
, or other services— will now have its own dedicated folder for models, making it easier to manage dependencies and clearly see which models are tied to each specific product. Users will now find a more structured, modular design, allowing easier integration and upgrades in the future.