Logo

by Prashant Rathi

Changelog

1.12.0

24/12/2025

šŸ“ 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.11.1

05/10/2025

šŸ“ Release Notes – Version 1.11.1
šŸš€ New Features
  • Script Node in API Flows
    You can now add a JavaScript Script Node in API flows.

    • Provides access to the
      flowStore
      using:
      • hc.getFlowVariable('key')
        → Retrieve stored values.
      • hc.setFlowVariable('key', 'value')
        → Store or update values.
    • Useful for manipulating data dynamically within the flow and persisting it back to the
      flowStore
      .
  • Enhanced API Flow Board UX
    Improved usability and user experience for managing and visualizing API flows.


šŸž Bug Fixes
  • Script
    setVariable
    Function
    • Fixed an issue where conflicting variable updates through scripts caused values to be stored as their original type instead of string.
    • This fix ensures consistent handling and prevents UI errors when rendering variables.

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.10.0

07/10/2025

šŸ“ Release Notes – Version 1.10.0
šŸš€ New Features

šŸ” Conditional Node with Else Support in API Flows

Updated If Condition node that now includes an Else option, allowing more flexible flow logic.

Bug Fixes

🪟 Variable Assignment Functions

Fixed issues with setEnvironmentVariable and setGlobalVariable functions to ensure values are updated correctly and reliably.


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.0

06/10/2025

Release Notes - Version 1.8.0
šŸ”„ What's New

šŸš€ API Flows with Drag-and-Drop

  • Introduced API Flows that allow arranging requests through a board with drag-and-drop functionality.

šŸ› ļø New Script Functions

Added the following script functions for pre-request scripts:

  • hc.getRequestVariable('key')
  • hc.setRequestVariable('key', 'value')
  • hc.setEnvVariable('key', 'value')
  • hc.setGlobalVariable('key', 'value')
  • hc.getVariable('key')

Added the following script functions for post-request scripts:

  • hc.getRequestVariable('key')
  • hc.setEnvVariable('key', 'value')
  • hc.setGlobalVariable('key', 'value')
  • hc.getVariable('key')

šŸ—‚ļø Workspace Enhancements

  • Added a "Reveal in Folder" button in the workspace header for quick access to the workspace directory.

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.7.3

06/10/2025

Release Notes - Version 1.7.3
šŸ”„ What's New

šŸš€ Reduced App Size

The app size is now almost 40% smaller, improving performance and storage efficiency.

šŸ’¾ Save API Responses as Examples

You can now save API responses as examples, making it easier to reference past results.

šŸ“¦ .deb Package Added

Debian (

.deb
) package is now available for seamless installation on Ubuntu, Debian, and related distros.


šŸ› Bug Fixes

šŸ›  New Workspace Link File Change Detection Fixed

Previously, after linking to a new workspace, changes to collection files were only detected in real time after restarting the app for first time. Now, file changes are tracked in real-time without restarting the app, ensuring a smoother and more efficient workflow.

šŸ›  Fixed Skipping of Unchecked Validations

Previously, unchecked validations were being skipped incorrectly. This issue has now been resolved, ensuring validations are properly handled as expected.


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.7.2

06/10/2025

Release Notes - Version 1.7.2
šŸ”„ What's New

šŸ” Enhanced Search Functionality

  • Added search support inside the Collection and Environment tabs.
  • Easily find requests within your collections.

šŸ”‘ Expanded OAuth 2.0 Authorization Support

Now supports:

  • Authorization Code
  • Password Credentials
  • Authorization Code with PKCE
  • Client Credentials

šŸ–‹ļø Customizable Editor Font Size

  • Adjust the font size in the editor for a more personalized coding experience.

šŸŽ‰ App Renaming

  • HawkClient is the new name! (Previously hawkClient).

Updates

  • New Feature: Updates Tab added to see available new release.

šŸ› Bug Fixes
  • Fixed an issue where non-serializable script data caused failures in the UI.

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.7.1

06/10/2025

Release Notes - Version 1.7.1
šŸš€ What's New

šŸ“ YAML Support for Request Files

  • Added support to store request files in
    .yaml
    format instead of
    .json
    .
  • This allows better handling of multiline strings, improving Git collaboration and readability.

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.7.0

06/10/2025

Release Notes - Version 1.7.0
šŸš€ What's New

šŸ“„ Markdown Documentation Support

  • Added support for Markdown (.md) files at both collection and request levels for better documentation and collaboration.

šŸ” mTLS Client Certificates Support

  • Now supports client certificates for mutual TLS (mTLS) authentication, enhancing security for API requests.

šŸ“‚ Reveal in Folder

  • Quickly locate your collections and requests with the new "Reveal in Folder" functionality.

šŸ“œ Improved JSON Format for Git Collaboration

  • JSON files are now more structured and readable, making it easier to track changes in Git repositories.

šŸŽØ New Themes: Dracula & Monokai

  • Added Dracula and Monokai themes for a better coding experience.

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.6.0

06/10/2025

Release Notes - Version 1.6.0
šŸš€ New Features

1. GraphQL Schema Fetch & Validation

  • Schema Fetching: Retrieve the GraphQL schema via introspection query or load it from a file.
  • AutoComplete Suggestions: The query editor provides intelligent autocomplete based on the fetched schema.
  • Schema Validation: Detects and reports errors if the schema structure is invalid.

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.

šŸ“« How to Provide Feedback or Report Issues:

Happy API testing! šŸŽ‰

1.5.4

06/10/2025

Release Notes - Version 1.5.4
šŸš€ New Features

1. Variables Access Inside Another Variable

  • Now you can seamlessly use variables within another variable, enabling more dynamic and flexible configurations.

2. Script Functions to Access Variables

New helper functions are now available in both Pre and Post script environments for enhanced control over your variables.

Pre-Script Functions:

  • hc.getEnvVariable('key')
    - Access environment-level variables.
  • hc.getGlobalVariable('key')
    - Access global variables.
  • hc.getVariable('key')
    - Access the request-level variables.
  • hc.getCollectionVariable('key')
    - Access collection-level variables.

Post-Script Functions:

  • hc.getCollectionVariable('key')
    - Access collection-level variables.
  • hc.getVariable('key')
    - Access the request-level variables.
  • hc.getGlobalVariable('key')
    - Access global variables.
  • hc.getEnvVariable('key')
    - Access environment-level variables.

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.

šŸ“« How to Provide Feedback or Report Issues:

Happy API testing! šŸŽ‰

1.5.3

06/10/2025

Release Notes - Version 1.5.3
Bug Fixes
  1. UI Bug Fixes:
    Resolved various UI inconsistencies for a smoother experience.

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

1.5.2

06/10/2025

Release Notes - Version 1.5.2
Bug Fixes
  1. UI Bug Fixes:
    Resolved various UI inconsistencies for a smoother experience.

  2. Response size issue fix.


Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

1.5.1

06/10/2025

Release Notes - Version 1.5.1
Bug Fixes
  1. UI Bug Fixes:
    Resolved various UI inconsistencies for a smoother experience.

  2. Image response issue fix.


Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

1.5.0

06/10/2025

Release Notes - Version 1.5.0
New Features
  1. Variables Change Color to Red if Not Found:
    Easily identify missing or undefined variables by their red color.

  2. Enhanced

    {{}}
    Variables Hover Tooltip:
    Displays both the value and scope of the variable for better context.

  3. Workspace Location Display:
    Workspace path is now accessible directly under the Info section.

Bug Fixes
  1. UI Bug Fixes:
    Resolved various UI inconsistencies for a smoother experience.

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

1.4.1

06/10/2025

Release Notes - Version 1.4.1
New Features
  1. Postman Env Variables Export Functionality
  2. HawkClient Collection Export Functionality
  3. Postman Collection Export Functionality
Bug Fixes
  1. Postman import issue fixed

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

1.4.0

06/10/2025

Release Notes - Version 1.4.0
New Features
  1. Postman Env Variables Import Functionality
  2. setVariable function support in pre request and pre collection script
  3. ajv support
Bug Fixes
  1. GraphQL query issue fixed

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

1.3.0

06/10/2025

Release Notes - Version 1.3.0
New Features
  1. Postman Collection v2 Import
    You can now import collections using Postman Collection v2 JSON format. This allows seamless integration of your existing Postman collections into the application, making API testing and management easier.

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

1.2.0

06/10/2025

Release Notes - Version 1.2.0
New Features
  1. Response Preview Tab Added
    Functionality to preview image and html.
Bug Fixes
  1. Minor Bug fixes

Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

1.1.2

06/10/2025

Release Notes - Version 1.1.2
New Features
  1. Mock API Response Headers Input Added
    A new input field for defining mock API response headers has been added. This feature enables users to specify custom headers for mock API responses, enhancing flexibility and control over API testing scenarios.
UI Enhancements
  • The user interface has been enhanced for a more intuitive and visually appealing experience. Improvements have been made to the layout, color schemes, and component designs, ensuring a more consistent and polished look throughout the application. This update aims to improve usability and make navigating the app more pleasant.
Bug Fixes
  1. Duplicate Folder Script Copy Issue Fixed
    An issue where scripts were not copied correctly when a duplicate folder was created has been fixed. This fix ensures that folder duplication behaves as expected without missing or incorrect files.

  2. cmd/cntrl+s save on environments tab issue fixed


Thank you for using this application! I hope these new features, improvements, and fixes enhance your experience. Please provide feedback and report any issues you encounter.

1.1.1

05/10/2025

Release Notes - Version 1.1.1
New Features
  1. Save on cmd/cntrl + S
    You can now quickly save your work using the common keyboard shortcuts

    cmd + S
    (Mac) or
    ctrl + S
    (Windows/Linux). This new feature improves productivity by eliminating the need to manually click a save button, allowing for a more seamless and efficient workflow.

  2. UI Enhancement
    The user interface has been enhanced for a more intuitive and visually appealing experience. Improvements have been made to the layout, color schemes, and component designs, ensuring a more consistent and polished look throughout the application. This update aims to improve usability and make navigating the app more pleasant.

Bug Fixes
  • Fixed Cancel Request Issue
    An issue where canceling a request was not functioning properly has been fixed. Now, requests can be canceled reliably without causing unexpected behaviour or errors. This fix addresses stability concerns and enhances the overall user experience when managing requests.

Thank you for using this application! I hope these new features and improvements enhance your experience. Please provide feedback and report any issues you encounter.

1.1.0

05/10/2025

Release Notes - Version 1.1.0

I am excited to announce the release of version 1.1.0! This version introduces several new features and improvements to enhance your experience. Below are the key updates included in this release:

New Features
  1. Send Request on Enter Key in URL Input Field
    You can now send requests by pressing the "Enter" key while focused on the URL input field. This enhancement makes sending requests faster and more intuitive.

  2. Source Control Tab for Viewing Git Changes
    A new "Source Control" tab is added to the interface, allowing you to see the Git changes in your collection files, similar to how changes are viewed in Visual Studio Code (VSCode). This makes it easier to manage and track changes directly from the application.

  3. Cancel Request Functionality
    You can now cancel an ongoing API request directly from the interface. This is especially useful for stopping requests that take longer than expected or are no longer needed.

  4. Cancel Collection Runner Functionality
    Added the ability to cancel the collection runner process. If you have a long-running collection of requests, you can now halt the process with ease.

  5. Environment File Change Detection
    The application now supports environment file change detection. This means any changes made to environment files will be automatically detected, ensuring that your environment variables are always up to date.

Bug Fixes
  • Fixed
    setCollectionVariable
    Function Issue

    Resolved an issue with the
    setCollectionVariable
    function that was causing incorrect behaviour when setting variables at the collection level.

Thank you for using this application! I hope these new features and improvements enhance your experience. Please provide feedback and report any issues you encounter.