Skip to content

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

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added TLS backend selection features & `Default`, removed `get_`/`Get…

…` prefixes (#25)

* Added `Default` to `model::sms::Message`, adjusted docs & README accordingly, fixed line breaks (proper markdown) and headline capitalization in README.

* Fixed broken user agent string builder.

* Bumped dependencies, docs.

* Fixed docs, added feature flags for selecting TLS implementation, masked out code not used for some features.

* rustfmt and spelling in docs.

* Fixed failing doctests.

* * Added `Default` trait everywhere.
* Simplified `new()` where possible.
* Renamed `enum` variants to `PascalCase` (Rust naming guidelines).
* Removed `get_` prefix from all getters/everywhere (Rust naming guidelines).
* Simplified some places.

* rustfmt.

* Made clippy happy.

* Renamed `WhatsappClient` to `WhatsAppClient`.

* Bumped deps.

* Removed `Get` prefix from struct names as it was related to `get_` prefixed methods which have since been renamed."

* Added 'rustls' to and sorted .cspell.json.

---------

Co-authored-by: Mike Elsmore <[email protected]>

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix/publish to crate (#28)

* Revamp the file, see if this works

* Add the no verify flag

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from strosek/fix/update-wa-category

Fix/update wa category

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #10 from strosek/feat/add-tfa

Add 2FA endpoints

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #8 from ukmadlz/feat/extra-github-checks

Feat: Add code quality checks to repo

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #7 from infobip-community/add-email

Add email channel, get SMS logs issue fix

v0.2.0

Toggle v0.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #6 from infobip-community/add-whatsapp

Add Whatsapp support

v0.1.1

Toggle v0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #5 from infobip-community/add-whatsapp-essentials

Add whatsapp essentials, fix Readme