Releases: infobip-community/infobip-api-rust-sdk
Releases · infobip-community/infobip-api-rust-sdk
v0.6.1
19 Apr 13:37
Compare
Sorry, something went wrong.
No results found
v0.6.0
19 Apr 12:43
Compare
Sorry, something went wrong.
No results found
What's Changed
Feat/configurable client by @infobipdev in #12
Fix broken [get_]user_agent() function, add Default to model::sms::Message, README/doc fixes by @virtualritz in #14
New Contributors
Full Changelog : v0.5.1...v0.6.0
v0.5.1
15 Jun 13:29
Compare
Sorry, something went wrong.
No results found
This release includes the following changes:
Update WhatsApp template categories Enum.
Fix SMS doc comments.
v0.5.0
05 Apr 16:59
Compare
Sorry, something went wrong.
No results found
This release includes the following changes:
Added the 2FA channel under SMS.
Refactored all user-facing function String parameters to use &str for more generic and concise code.
Updated send SMS with urlOptions.
v0.4.0
20 Dec 14:28
Compare
Sorry, something went wrong.
No results found
This release includes the following changes:
Fixes in Eq trait derive to make it compatible with the latest compilers (1.66)
Minor fixes in Contributing.md
v0.3.0
06 Oct 21:53
Compare
Sorry, something went wrong.
No results found
This release has the following changes:
Added support for the Email channel
Fix issue in SMS get_logs where not all params were present
Enhanced SdkError enum
IB API Version 2.0.23
v0.2.0
05 Sep 21:56
Compare
Sorry, something went wrong.
No results found
This release adds the following:
WhatsApp channel support
Fixed issue that didn't allow ApiError to handle maps of error descriptions
v0.1.1
18 Aug 00:28
Compare
Sorry, something went wrong.
No results found
This is the initial SDK release, with support for the SMS channel only.
The SDK has the standard features like payload and response modeling and validation.