This is the changelog for the Payabli Rust SDK. It includes updates, bug fixes, and new features.

v1.0.18

Fixed an issue where the Rust SDK wasn’t properly deserializing the extra_data field in certain API response models.



v1.0.15

Fixed a bug that caused the CustomerSummary object to be deserialized incorrectly in customer records. Fixed a bug that caused the InvoiceData object to be deserialized incorrectly in transaction records. Regenerated the Rust SDK to incorporate latest API definition updates.




v1.0.6

Removed unused notification types from the NotificationStandardRequestContentEventType type in the Rust SDK.

v1.0.5

Regenerated the Rust SDK to incorporate latest API documentation improvements. See March 16th, 2026 for more information.


v1.0.4

Changed the TransactionDetailCustomer.additional_data type from String to HashMap<String, String> to match the API.