Releases: prashantrathi123/hawkClient
1.13.3
📝 Release Notes – Version 1.13.3
🚀 Features
- dynamic variables support ex: {{$randomFullName}}
- grpc mock message generation using faker
🐛 Fixes
- Collection Runner cancel functionality fixed
- console.log json parse issue fix
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉
1.13.2
📝 Release Notes – Version 1.13.2
🚀 Features
- hc.evaluate('inputString'): function to replace placeholders {{}} from a string
- copy button in {{}} variable tooltip
🐛 Fixes
- Fixed replace placeholders {{}} for same variable multiple time
- Fixed {{}} variable highlight in json body
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉
1.13.1
📝 Release Notes – Version 1.13.1
🚀 Features
- CSV-based data testing for Collection and Flow Runner
- Iterations support in Collection and Flow Runner
- Post-response scripts now run in order: Collection → Folder → Request
(Previously: Request → Folder → Collection)
🐛 Fixes
- Fixed missing post-response logs in console
- Fixed empty Bearer auth import from Postman collections
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉
1.13.0
📝 Release Notes – Version 1.13.0
🚀 New Features
-
Cookies Support
Manage and persist cookies across requests for improved session handling. -
WebSocket Support
Introduced WebSocket functionality for real-time communication and testing. -
Download HTTP Responses
Added the ability to download HTTP response bodies directly from requests. -
Git Merge Conflict Resolution
Resolve Git merge conflicts seamlessly within the application. -
OpenAPI Specification Generation
Generate and export OpenAPI (Swagger) specifications at the collection level. -
Enhanced Response Preview
Improved preview experience forapplication/jsonandapplication/xmlresponse content types.
🐛 Bug Fixes
- Pre-request
getBody()Evaluation
Fixed thegetBody()function to evaluate and replace variables before returning the request body.
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉
1.12.0
📝 Release Notes – Version 1.12.0
🚀 New Features
- Improved Script Node UX in API Flows
- Added integrated Terminal
- Git source control with pull, push, stage, unstage, and checkout
- Introduced Console tab for logs and debugging
- Auto-update support added
- Enhanced Git diff experience
- Selectable header input suggestions
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉
1.9.0
📝 Release Notes – Version 1.9.0
🚀 New Features
➕ Support for For Loops and If Conditions in API Flows Board
You can now use For Loops and If Conditions when designing API flows, allowing for more dynamic and flexible logic.
🐛 Bug Fixes
🛠 Fixed: XML Response Format Handling
Improved parsing and formatting of XML responses to ensure correct rendering and processing.
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉
1.8.4
📝 Release Notes – Version 1.8.4
🚀 New Features
📜 Notarization Completed For Mac
HawkClient is now fully notarized for macOS. This ensures smoother installation on macOS systems, eliminating security warnings and improving trust with Gatekeeper.
🐛 Bug Fixes
🛠 GraphQL schema fetch bug fix
A bug introduced in last release that breaks the fetch graphQL schema from introspect.
This issue has now been resolved, and users will be able to fetch GraphQL schema using introspect.
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉
1.8.3
📝 Release Notes – Version 1.8.3
🚀 New Features
📜 Folder-Level Script Support
You can now define Pre-request and Post-response scripts at the folder level. This allows better organization and execution control across grouped requests.
🗂️ Folder-Level Documentation in Markdown
Users can now add Markdown-formatted documentation directly to folders. This improves clarity and enables better contextual documentation for grouped APIs or workflows.
🐛 Bug Fixes
🛠 Improved Error Handling for Duplicate Request Names
A bug introduced during the switch from JSON to YAML prevented proper error messages when renaming a request to an already existing name.
This issue has now been resolved, and users will receive a clear error message in such scenarios.
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉
1.8.2
Release Notes - Version 1.8.2
🚀 New Features
📄 PDF Preview in Response Tab
Users can now preview PDF files directly within the response tab, making it easier to inspect and interact with PDF responses without leaving the app.
🔀 Mock API Port Update
The default port for Mock APIs has been changed from 3001 to 3010 to avoid conflicts with other services and improve compatibility.
🐛 Bug Fixes
🛠 Improved: setJsonBody Function
Resolved an issue with the setJsonBody function to ensure JSON bodies are handled more reliably and consistently.
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉
1.9.4
📝 Release Notes – Version 1.9.4
🚀 New Features
🔁 Repeat Node in API Flow Board
The Repeat Node allows users to loop a step a fixed number of times in the API flow board — ideal for retry logic or iterative test scenarios.
🧪 HawkClient CLI Launch
The HawkClient CLI is now available via npm:
npm install -g hawkclient-cliBug Fixes
🪟 Windows Workspace Linking Issue
Resolved an issue where users were unable to link to the workspace folder on Windows. This functionality was working correctly on macOS and Linux.
🧩 Script set Functions Fixed
Fixed a bug where values set using set functions in scripts were stored as real types instead of strings, which could break the application.
Thank you for using HawkClient!
I am continuously working to improve your experience. If you enjoy using the application or have suggestions, I’d love to hear your feedback.
💡 Feedback & Support
Your feedback helps improve HawkClient! If you have suggestions or encounter issues:
🔹 Report on GitHub Issues
🔹 Share feedback to help shape future updates
Happy API testing! 🚀🎉