Skip to content

Releases: infobip-community/infobip-api-rust-sdk

v0.6.1

19 Apr 13:37
d07807c
Compare
Choose a tag to compare

What's Changed

  • Added TLS backend selection features & Default, removed get_/Get prefixes by @virtualritz in #25

Full Changelog: v0.6.0...v0.6.1

v0.6.0

19 Apr 12:43
c663c01
Compare
Choose a tag to compare

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
9cfa118
Compare
Choose a tag to compare

This release includes the following changes:

  • Update WhatsApp template categories Enum.
  • Fix SMS doc comments.

v0.5.0

05 Apr 16:59
d1ee994
Compare
Choose a tag to compare

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
87f4435
Compare
Choose a tag to compare

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
a6183a8
Compare
Choose a tag to compare

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
a9f3037
Compare
Choose a tag to compare

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
5cf14eb
Compare
Choose a tag to compare

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.