Skip to content
This repository has been archived by the owner on Jul 11, 2021. It is now read-only.

Releases: ayiemba/MpesaLib

3.2.12

26 May 05:08
3fe30e0
Compare
Choose a tag to compare

Performance Improvements

24 Mar 12:10
31b5380
Compare
Choose a tag to compare
  • DesrializeFromStream instead of DeserializeFromString

v3.2.3 Patch Release

17 Mar 20:39
cfb6242
Compare
Choose a tag to compare
  • 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

18 Feb 18:40
3ea761a
Compare
Choose a tag to compare
  • refactor and cleanup nothing more.

Version 3.1.2

09 Jan 07:29
57b0bd6
Compare
Choose a tag to compare
  • Improved Documentation
  • Bug fixes

3.0.131-preview1

12 Dec 11:13
Compare
Choose a tag to compare
3.0.131-preview1 Pre-release
Pre-release

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

03 Nov 23:28
5283fb5
Compare
Choose a tag to compare
Update MpesaLib.nuspec

V2.1.1 - Security Credential Helper

05 Oct 15:55
c26e017
Compare
Choose a tag to compare

You can now use the security credential helper to generate security credentials for B2B, B2C, Reversal and all the other APIs that require SecurityCredentials.