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.4

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