- Added verbose mode to idempotency check, updated the command line help msg and other minor fixes
- Refactoring: added multithreading for synchronous requests by using exisiting event loop for idempotency check to improve performance
- Fix: query string parsing
- New: added Request info to verbose mode
- Fix: header parser
- Fix: empty URL in Postman collection item
- Fix: flattened nested folders of Postman collection file using DFS
- Health check
- Idempotency check
- Other minor fixes