Skip to content

Releases: Dilip-Parmar/NetKit

Bug Fix

Choose a tag to compare

@Dilip-Parmar Dilip-Parmar released this 16 Apr 11:36
  • Minor Bug Fix

Network Monitoring for all network connection

Choose a tag to compare

@Dilip-Parmar Dilip-Parmar released this 27 Sep 11:52
7b6bbf8

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

Added retry functionality

Choose a tag to compare

@Dilip-Parmar Dilip-Parmar released this 23 Aug 12:08
1720349
  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

Choose a tag to compare

@Dilip-Parmar Dilip-Parmar released this 25 Jul 09:13

Fixed memory leak issue

Completion block changes for network calls

Choose a tag to compare

@Dilip-Parmar Dilip-Parmar released this 21 May 11:46
3.0.0

Changes for network monitoring and writing logs to console in correct…

Integrated Swiflint

Choose a tag to compare

@Dilip-Parmar Dilip-Parmar released this 19 Jul 16:43
2.0.2

update release version

VIPER like architecture

Choose a tag to compare

@Dilip-Parmar Dilip-Parmar released this 16 Jul 05:01
2.0.1

Updated readme

First release

Choose a tag to compare

@Dilip-Parmar Dilip-Parmar released this 16 Jul 04:58
cb2a09e
1.0.1

Initial Version(1.0.1)