Releases: Dilip-Parmar/NetKit
Releases · Dilip-Parmar/NetKit
Bug Fix
Network Monitoring for all network connection
Monitoring for all network connections like cellular, wifi, ethernet, loopback.
Added retry functionality
- 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.
- Retry for individual request can be disabled by passing 0 as value of maxRetry.
- 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
Fixed memory leak issue
Completion block changes for network calls
3.0.0 Changes for network monitoring and writing logs to console in correct…
Integrated Swiflint
2.0.2 update release version
VIPER like architecture
2.0.1 Updated readme
First release
1.0.1 Initial Version(1.0.1)