Changelogs
All notable changes to monnifyease will be documented in this file.
[Version 0.1.0] - 2024-02-27
Added:
The sync_apis packages were created with the following modules:
Synchronous class modules: customer_reserved_accounts and transactions.
The synchronous general modules were created with the following modules:
Synchronous class modules: monnify.
Changed:
The HTTP requests handles Sessions object maintains a pool of persistent connections, improving performance for subsequent requests to the same server (monnify API in this case) by reusing existing connections. This reduces connection overhead and improves efficiency.
Security:
Improved security to handle sensitive data structures. This allows for better security when dealing with HTTP requests and responses from different sources.
[Version X.Y.Z] - Upcoming version
The following will be added to the synchronous api package: verification, settlement, refund and wallet.
An improved security to handle the sensitive information
More tests to be added.