This repository has been archived by the owner on Jul 11, 2021. It is now read-only.
Releases: ayiemba/MpesaLib
Releases · ayiemba/MpesaLib
3.2.12
Performance Improvements
- DesrializeFromStream instead of DeserializeFromString
v3.2.3 Patch Release
- Fix for Potential deadlock when using Non-Async methods: Methods reverted to GetAwaiter().GetResult() instead of Task.Result. Non-async calls should be avoided if possible.
- Introduced Cancellation Tokens to all httpClient network calls
- Improved error handling
v3.2.1 - Code refactor and cleanup
- refactor and cleanup nothing more.
Version 3.1.2
- Improved Documentation
- Bug fixes
3.0.131-preview1
Breaking Changes!
- Renamed data transfer objects e.g CustomerToBusinessSimulate class has been renamed to CustomerToBusinessSimulateDto.
- We have also completely removed support for .Net Framework 4.0 and 4.5.
- The library now supports only .Net Standard 2.0 Compatible Projects.
- Removed MpesaLib.Clients and MpesaLib.Models namespaces.
- Almost everything is now available under using MpesaLib;
- Security Credential Helper class is still under using MpesaLib.Helpers;
v2.2.5
V2.1.1 - Security Credential Helper
You can now use the security credential helper to generate security credentials for B2B, B2C, Reversal and all the other APIs that require SecurityCredentials.