Skip to content

Releases: Dilip-Parmar/NetKit

Bug Fix

16 Apr 11:36
Compare
Choose a tag to compare
  • Minor Bug Fix

Network Monitoring for all network connection

27 Sep 11:52
7b6bbf8
Compare
Choose a tag to compare

Monitoring for all network connections like cellular, wifi, ethernet, loopback.

Added retry functionality

23 Aug 12:08
1720349
Compare
Choose a tag to compare
  1. Added retry functionality i.e completely based on HTTP status codes provided during NetKit initialization. Retry will work for all the requests. It is must, for retry functionality to work, that failure code for given request falls in the range of HTTP status codes provided during NetKit initialization.
  2. Retry for individual request can be disabled by passing 0 as value of maxRetry.
  3. Retry will be attempted in 1.0 second after first failure of given request and retry time is increased by 2.0 seconds on every next attempt.

3.0.1

25 Jul 09:13
Compare
Choose a tag to compare

Fixed memory leak issue

Completion block changes for network calls

21 May 11:46
Compare
Choose a tag to compare
Changes for network monitoring and writing logs to console in correct…

… format

Integrated Swiflint

19 Jul 16:43
Compare
Choose a tag to compare
2.0.2

update release version

VIPER like architecture

16 Jul 05:01
Compare
Choose a tag to compare
2.0.1

Updated readme

First release

16 Jul 04:58
cb2a09e
Compare
Choose a tag to compare
1.0.1

Initial Version(1.0.1)