<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://fetchclient.github.io/blog</id>
    <title>Fetch Client Blog</title>
    <updated>2024-09-05T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://fetchclient.github.io/blog"/>
    <subtitle>Fetch Client Blog</subtitle>
    <icon>https://fetchclient.github.io/img/fetch-client.png</icon>
    <entry>
        <title type="html"><![CDATA[Fetch Client v1.8.0]]></title>
        <id>https://fetchclient.github.io/blog/fetch-client-v1-8-0</id>
        <link href="https://fetchclient.github.io/blog/fetch-client-v1-8-0"/>
        <updated>2024-09-05T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to share version 1.8.0 🎉. We are happy to share some new updates.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to share version <a href="https://github.com/Ganesan-Chandran/vscode-fetch-client/releases/tag/v1.8.0" target="_blank" rel="noopener noreferrer" class=""><strong>1.8.0</strong></a> 🎉. We are happy to share some new updates.</p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-new-features">🎉 New Features<a href="https://fetchclient.github.io/blog/fetch-client-v1-8-0#-new-features" class="hash-link" aria-label="Direct link to 🎉 New Features" title="Direct link to 🎉 New Features" translate="no">​</a></h2>
<ul>
<li class="">
<p><strong>Auto Request (Request Scheduling)</strong> - You can now schedule requests with the new Auto Request feature. This helps you run requests at the right time without doing it by hand.</p>
</li>
<li class="">
<p><strong>New PreFetch Result Tab</strong> - In the Response section, we added a new tab for PreFetch request results. Now it is easier to view and check PreFetch data.</p>
</li>
<li class="">
<p><strong>Better Thunder Client Collection Import</strong> - When you import a Thunder Client collection, it now includes:</p>
<ul>
<li class="">Set variables</li>
<li class="">Tests</li>
</ul>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="requirements">Requirements<a href="https://fetchclient.github.io/blog/fetch-client-v1-8-0#requirements" class="hash-link" aria-label="Direct link to Requirements" title="Direct link to Requirements" translate="no">​</a></h2>
<p>Please make sure your system meets these minimum versions:</p>
<ul>
<li class="">VS Code: v1.75.0 or later</li>
<li class="">Node.js: 18.20.3 or later</li>
</ul>
<p>More improvements are on the way.</p>]]></content>
        <author>
            <name>Ganesan Chandran</name>
            <uri>https://linkedin.com/in/ganesanchandran</uri>
        </author>
        <category label="fetch-client" term="fetch-client"/>
        <category label="release" term="release"/>
        <category label="new-features" term="new-features"/>
        <category label="bug-fixes" term="bug-fixes"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fetch Client v1.7.0]]></title>
        <id>https://fetchclient.github.io/blog/fetch-client-v1-7-0</id>
        <link href="https://fetchclient.github.io/blog/fetch-client-v1-7-0"/>
        <updated>2024-08-25T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to share version 1.7.0 🎉.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to share version <a href="https://github.com/Ganesan-Chandran/vscode-fetch-client/releases/tag/v1.7.0" target="_blank" rel="noopener noreferrer" class=""><strong>1.7.0</strong></a> 🎉.</p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-new-features">🎉 New Features<a href="https://fetchclient.github.io/blog/fetch-client-v1-7-0#-new-features" class="hash-link" aria-label="Direct link to 🎉 New Features" title="Direct link to 🎉 New Features" translate="no">​</a></h2>
<ul>
<li class=""><strong>Encrypted environment variables</strong> - Environment variables are now stored in encrypted format.</li>
<li class=""><strong>New encryption settings</strong> - Added new settings for encrypted environments and encryption when exporting variables.</li>
<li class=""><strong>Bulk export</strong> - You can now bulk export collections and variables.</li>
<li class=""><strong>Bulk import</strong> - You can now bulk import collections and variables.</li>
<li class=""><strong>Hidden variables on screen</strong> - Variable values are now hidden in the Variables screen for better safety.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-bug-fixes">🐛 Bug Fixes<a href="https://fetchclient.github.io/blog/fetch-client-v1-7-0#-bug-fixes" class="hash-link" aria-label="Direct link to 🐛 Bug Fixes" title="Direct link to 🐛 Bug Fixes" translate="no">​</a></h2>
<ul>
<li class=""><strong>Cookie name parsing fixed</strong> - Fixed an issue where the cookie name was not parsed correctly.</li>
<li class=""><strong>Manage Cookie button added</strong> - Added a <strong>Manage Cookie</strong> button in the cookie section of the Response panel.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-miscellaneous">🔗 Miscellaneous<a href="https://fetchclient.github.io/blog/fetch-client-v1-7-0#-miscellaneous" class="hash-link" aria-label="Direct link to 🔗 Miscellaneous" title="Direct link to 🔗 Miscellaneous" translate="no">​</a></h2>
<ul>
<li class=""><strong>New feedback menu options</strong> - Added menu options to raise requests/issues and write a review for Fetch Client.</li>
<li class=""><strong>GitHub Action for release flow</strong> - Added a GitHub Action to build the VSIX package and publish the extension.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="requirements">Requirements<a href="https://fetchclient.github.io/blog/fetch-client-v1-7-0#requirements" class="hash-link" aria-label="Direct link to Requirements" title="Direct link to Requirements" translate="no">​</a></h2>
<ul>
<li class=""><strong>Minimum VS Code version:</strong> 1.75.0</li>
<li class=""><strong>Minimum Node.js version:</strong> 18.20.3</li>
</ul>]]></content>
        <author>
            <name>Ganesan Chandran</name>
            <uri>https://linkedin.com/in/ganesanchandran</uri>
        </author>
        <category label="fetch-client" term="fetch-client"/>
        <category label="release" term="release"/>
        <category label="new-features" term="new-features"/>
        <category label="bug-fixes" term="bug-fixes"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fetch Client v1.6.0]]></title>
        <id>https://fetchclient.github.io/blog/fetch-client-v1-6-0</id>
        <link href="https://fetchclient.github.io/blog/fetch-client-v1-6-0"/>
        <updated>2024-08-08T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to share version 1.6.0 🎉.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to share version <a href="https://github.com/Ganesan-Chandran/vscode-fetch-client/releases/tag/v1.6.0" target="_blank" rel="noopener noreferrer" class=""><strong>1.6.0</strong></a> 🎉.<br>
<!-- -->This update adds useful request tools and improves collection settings. It also fixes important issues.</p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-new-features">🎉 New Features<a href="https://fetchclient.github.io/blog/fetch-client-v1-6-0#-new-features" class="hash-link" aria-label="Direct link to 🎉 New Features" title="Direct link to 🎉 New Features" translate="no">​</a></h2>
<ul>
<li class=""><strong>Direct run menu for requests</strong> - Added a new menu to run requests directly.</li>
<li class=""><strong>Headers and pre-requests in collection settings</strong> - You can now add headers and pre-requests at collection level.</li>
<li class=""><strong>Headers in folder settings</strong> - You can now add headers at folder level.</li>
<li class=""><strong>Skip parent headers and pre-requests</strong> - Added options in the request panel to skip parent headers and parent pre-requests.</li>
<li class=""><strong>Run parent pre-requests in Run All</strong> - In Run All, parent pre-requests from collection or folder now run for all requests.</li>
<li class=""><strong>Import Thunder Client v1.2 data</strong> - Added support to import Thunder Client collections (v1.2) and variables (v1.2).</li>
<li class=""><strong>Backup for storage location change</strong> - Added backup support when changing location from global storage to workspace path.</li>
<li class=""><strong>Response code and time in logs by default</strong> - Logs now include response status code and response time automatically.</li>
<li class=""><strong>Menu to open documentation</strong> - Added a new menu to quickly go to Fetch Client documentation.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-bug-fixes">🐛 Bug Fixes<a href="https://fetchclient.github.io/blog/fetch-client-v1-6-0#-bug-fixes" class="hash-link" aria-label="Direct link to 🐛 Bug Fixes" title="Direct link to 🐛 Bug Fixes" translate="no">​</a></h2>
<ul>
<li class=""><strong>URL query parameter issue fixed</strong> - Fixed a URL issue when the URL has query parameters.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-miscellaneous">🔗 Miscellaneous<a href="https://fetchclient.github.io/blog/fetch-client-v1-6-0#-miscellaneous" class="hash-link" aria-label="Direct link to 🔗 Miscellaneous" title="Direct link to 🔗 Miscellaneous" translate="no">​</a></h2>
<ul>
<li class=""><strong>Documentation improved</strong> - Updated the Fetch Client documentation.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="requirements">Requirements<a href="https://fetchclient.github.io/blog/fetch-client-v1-6-0#requirements" class="hash-link" aria-label="Direct link to Requirements" title="Direct link to Requirements" translate="no">​</a></h2>
<ul>
<li class=""><strong>Minimum VS Code version:</strong> 1.75.0</li>
<li class=""><strong>Minimum Node.js version:</strong> 18.20.3</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="thank-you">Thank you<a href="https://fetchclient.github.io/blog/fetch-client-v1-6-0#thank-you" class="hash-link" aria-label="Direct link to Thank you" title="Direct link to Thank you" translate="no">​</a></h2>
<p>Thanks for using Fetch Client and sharing feedback. More updates are coming soon.</p>]]></content>
        <author>
            <name>Ganesan Chandran</name>
            <uri>https://linkedin.com/in/ganesanchandran</uri>
        </author>
        <category label="fetch-client" term="fetch-client"/>
        <category label="release" term="release"/>
        <category label="new-features" term="new-features"/>
        <category label="bug-fixes" term="bug-fixes"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fetch Client v1.5.0]]></title>
        <id>https://fetchclient.github.io/blog/fetch-client-v1-5-0</id>
        <link href="https://fetchclient.github.io/blog/fetch-client-v1-5-0"/>
        <updated>2024-07-25T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to share version 1.5.0 🎉.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to share version <a href="https://github.com/Ganesan-Chandran/vscode-fetch-client/releases/tag/v1.5.0" target="_blank" rel="noopener noreferrer" class=""><strong>1.5.0</strong></a> 🎉.<br>
<!-- -->This update makes workspace use easier and gives you better control over responses. It also fixes important issues.</p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-new-features">🎉 New Features<a href="https://fetchclient.github.io/blog/fetch-client-v1-5-0#-new-features" class="hash-link" aria-label="Direct link to 🎉 New Features" title="Direct link to 🎉 New Features" translate="no">​</a></h2>
<ul>
<li class=""><strong>Import Postman environment</strong> - You can now import Postman environment files.</li>
<li class=""><strong>Save all request data in custom workspace</strong> - All request data can now be saved in a custom workspace.</li>
<li class=""><strong>Configurable response limit</strong> - You can now set the response limit based on your need.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-bug-fixes">🐛 Bug Fixes<a href="https://fetchclient.github.io/blog/fetch-client-v1-5-0#-bug-fixes" class="hash-link" aria-label="Direct link to 🐛 Bug Fixes" title="Direct link to 🐛 Bug Fixes" translate="no">​</a></h2>
<ul>
<li class=""><strong>Import from cURL fixed</strong> - Fixed import from cURL.</li>
<li class=""><strong>POST method fix for new requests</strong> - Fixed an issue where POST was not set correctly right after creating a new HTTP request in a collection.</li>
<li class=""><strong>Run All fixes</strong> - Fixed bugs in the Run All section.</li>
<li class=""><strong>Sidebar filter search fixes</strong> - Fixed bugs in filter search in the collection section of the sidebar.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="requirements">Requirements<a href="https://fetchclient.github.io/blog/fetch-client-v1-5-0#requirements" class="hash-link" aria-label="Direct link to Requirements" title="Direct link to Requirements" translate="no">​</a></h2>
<ul>
<li class=""><strong>Minimum VS Code version:</strong> 1.75.0</li>
<li class=""><strong>Minimum Node.js version:</strong> 18.20.3</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="thank-you">Thank you<a href="https://fetchclient.github.io/blog/fetch-client-v1-5-0#thank-you" class="hash-link" aria-label="Direct link to Thank you" title="Direct link to Thank you" translate="no">​</a></h2>
<p>Thanks for using Fetch Client and sharing feedback. More updates are coming soon.</p>]]></content>
        <author>
            <name>Ganesan Chandran</name>
            <uri>https://linkedin.com/in/ganesanchandran</uri>
        </author>
        <category label="fetch-client" term="fetch-client"/>
        <category label="release" term="release"/>
        <category label="new-features" term="new-features"/>
        <category label="bug-fixes" term="bug-fixes"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fetch Client v1.4.0]]></title>
        <id>https://fetchclient.github.io/blog/fetch-client-v1-4-0</id>
        <link href="https://fetchclient.github.io/blog/fetch-client-v1-4-0"/>
        <updated>2024-07-22T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to share version 1.4.0 🎉.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to share version <a href="https://github.com/Ganesan-Chandran/vscode-fetch-client/releases/tag/v1.4.0" target="_blank" rel="noopener noreferrer" class=""><strong>1.4.0</strong></a> 🎉.<br>
<!-- -->This update adds many helpful features for requests, testing, variables, and logs. It also fixes important issues.</p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-new-features">🎉 New Features<a href="https://fetchclient.github.io/blog/fetch-client-v1-4-0#-new-features" class="hash-link" aria-label="Direct link to 🎉 New Features" title="Direct link to 🎉 New Features" translate="no">​</a></h2>
<ul>
<li class=""><strong>Import Postman Collection v2.1</strong> - You can now import Postman collections in v2.1 format.</li>
<li class=""><strong>OAuth2 support</strong> - OAuth2 is now available for request authorization.</li>
<li class=""><strong>Pre-requests and conditions</strong> - You can run pre-requests (Pre-Fetch) and use conditions before request execution.</li>
<li class=""><strong>Tests and Variables moved to PostFetch</strong> - Tests and Variables are now in one clear place: PostFetch.</li>
<li class=""><strong>Type generation for JSON response</strong> - You can generate types from JSON responses.</li>
<li class=""><strong>Auto refresh for request tabs</strong> - Request tabs now refresh automatically when variables change.</li>
<li class=""><strong>Request and response logs in Output window</strong> - Logs are now available for both request and response.</li>
<li class=""><strong>"View Log" button in sidebar</strong> - A new button opens the log output window quickly.</li>
<li class=""><strong>Variable preview on hover</strong> - You can see variable values when you hover over them.</li>
<li class=""><strong>Import .env files</strong> - You can import .env files in the Variables section.</li>
<li class=""><strong>System variables for random data</strong> - New system variables help you create random dynamic data.</li>
<li class=""><strong>Sidebar focus sync</strong> - The matching sidebar item now stays focused when you change request tabs.</li>
<li class=""><strong>Show more in test output</strong> - Large responses in test case output now have a show more option.</li>
<li class=""><strong>New test helpers</strong> - Added <code>isJson()</code>, <code>regex</code>, and <code>notContains</code> options in tests.</li>
<li class=""><strong>Nested variables support</strong> - You can now use variables inside other variables.</li>
<li class=""><strong>"New Request" shortcut icon</strong> - Added in Collection and Folder for faster request creation.</li>
<li class=""><strong>Word wrap in response section</strong> - Response text can now wrap for easier reading.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-bug-fixes">🐛 Bug Fixes<a href="https://fetchclient.github.io/blog/fetch-client-v1-4-0#-bug-fixes" class="hash-link" aria-label="Direct link to 🐛 Bug Fixes" title="Direct link to 🐛 Bug Fixes" translate="no">​</a></h2>
<ul>
<li class=""><strong>Import from cURL fixed</strong> - Fixed import from cURL.</li>
<li class=""><strong>Collection tab opening issue fixed</strong> - Clicking a collection item now switches to the existing tab instead of opening a new one every time.</li>
<li class=""><strong>Postman import/export fixes</strong> - Fixed import/export for Postman collections and environments.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="requirements">Requirements<a href="https://fetchclient.github.io/blog/fetch-client-v1-4-0#requirements" class="hash-link" aria-label="Direct link to Requirements" title="Direct link to Requirements" translate="no">​</a></h2>
<ul>
<li class=""><strong>Minimum VS Code version:</strong> 1.75.0</li>
<li class=""><strong>Minimum Node.js version:</strong> 18.20.3</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="thank-you">Thank you<a href="https://fetchclient.github.io/blog/fetch-client-v1-4-0#thank-you" class="hash-link" aria-label="Direct link to Thank you" title="Direct link to Thank you" translate="no">​</a></h2>
<p>Thanks for using Fetch Client and sharing feedback. More updates are coming soon.</p>]]></content>
        <author>
            <name>Ganesan Chandran</name>
            <uri>https://linkedin.com/in/ganesanchandran</uri>
        </author>
        <category label="fetch-client" term="fetch-client"/>
        <category label="release" term="release"/>
        <category label="new-features" term="new-features"/>
        <category label="bug-fixes" term="bug-fixes"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fetch Client v1.3.0]]></title>
        <id>https://fetchclient.github.io/blog/fetch-client-v1-3-0</id>
        <link href="https://fetchclient.github.io/blog/fetch-client-v1-3-0"/>
        <updated>2022-09-17T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to share version 1.3.0🎉.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to share version <a href="https://github.com/Ganesan-Chandran/vscode-fetch-client/releases/tag/v1.3.0" target="_blank" rel="noopener noreferrer" class=""><strong>1.3.0</strong></a>🎉.<br>
<!-- -->This update makes <strong>Run All</strong> more powerful and easier to control. It also fixes a few important problems.</p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-new-features">🎉 New Features<a href="https://fetchclient.github.io/blog/fetch-client-v1-3-0#-new-features" class="hash-link" aria-label="Direct link to 🎉 New Features" title="Direct link to 🎉 New Features" translate="no">​</a></h2>
<ul>
<li class="">
<p><strong>Settings added in "Run All" Collection</strong> - We added settings for <strong>Run All</strong> Collection. Now you can control how requests run in one place.</p>
</li>
<li class="">
<p><strong>Multiple iterations support in "Run All"</strong> - You can now run requests for many iterations in <strong>Run All</strong> Collection. This helps when you want to test repeated runs.</p>
</li>
<li class="">
<p><strong>Delay between requests and iterations</strong> - You can add delay time between requests and also between iterations. This helps avoid sending too many requests too quickly.</p>
</li>
<li class="">
<p><strong>Sequential or parallel mode for multiple iterations</strong> - For multiple iterations, you can now choose. This gives you more flexibility based on your testing needs.</p>
<ul>
<li class=""><strong>Sequential mode</strong> to run one by one</li>
<li class=""><strong>Parallel mode</strong> to run at the same time</li>
</ul>
</li>
</ul>
<p><img decoding="async" loading="lazy" alt="run-all" src="https://fetchclient.github.io/assets/images/1.3.0-1-414f4c64b1fde6d022425b3de6ecfb7a.png" width="1513" height="637" class="img_GBfM">
<img decoding="async" loading="lazy" alt="run-all-2" src="https://fetchclient.github.io/assets/images/1.3.0-2-2456358fa243fbab8ba15b765172a6a8.png" width="992" height="420" class="img_GBfM"></p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-bug-fixes">🐛 Bug Fixes<a href="https://fetchclient.github.io/blog/fetch-client-v1-3-0#-bug-fixes" class="hash-link" aria-label="Direct link to 🐛 Bug Fixes" title="Direct link to 🐛 Bug Fixes" translate="no">​</a></h2>
<ul>
<li class="">
<p><strong>Import from cURL fixed</strong> - We fixed issues with <strong>Import from cURL</strong> (issue #5).</p>
</li>
<li class="">
<p><strong>Duplicate inside folder fixed</strong> - We fixed a bug where items inside a folder could not be duplicated.</p>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="thank-you">Thank you<a href="https://fetchclient.github.io/blog/fetch-client-v1-3-0#thank-you" class="hash-link" aria-label="Direct link to Thank you" title="Direct link to Thank you" translate="no">​</a></h2>
<p>Thanks for using Fetch Client and sharing feedback. More updates are coming soon.</p>]]></content>
        <author>
            <name>Ganesan Chandran</name>
            <uri>https://linkedin.com/in/ganesanchandran</uri>
        </author>
        <category label="fetch-client" term="fetch-client"/>
        <category label="release" term="release"/>
        <category label="new-features" term="new-features"/>
        <category label="bug-fixes" term="bug-fixes"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fetch Client v1.2.0]]></title>
        <id>https://fetchclient.github.io/blog/fetch-client-v1-2-0</id>
        <link href="https://fetchclient.github.io/blog/fetch-client-v1-2-0"/>
        <updated>2022-07-08T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to share version 1.2.0🎉. This update adds useful tools for collections, auth, and requests. It also fixes an important token issue.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to share version <a href="https://github.com/Ganesan-Chandran/vscode-fetch-client/releases/tag/v1.2.0" target="_blank" rel="noopener noreferrer" class="">1.2.0</a>🎉. This update adds useful tools for collections, auth, and requests. It also fixes an important token issue.</p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-new-features">🎉 New Features<a href="https://fetchclient.github.io/blog/fetch-client-v1-2-0#-new-features" class="hash-link" aria-label="Direct link to 🎉 New Features" title="Direct link to 🎉 New Features" translate="no">​</a></h2>
<ul>
<li class="">
<p><strong>Nested folders in collections</strong> - You can now create nested folders inside a collection. This helps you keep requests organized in a better way.</p>
</li>
<li class="">
<p><strong>Run cURL requests from the sidebar</strong> - You can now run cURL requests under a collection in the sidebar.</p>
</li>
<li class="">
<p><strong>Import cURL requests from the sidebar</strong> - You can also import cURL requests under a collection in the sidebar. This was added in issue #5.</p>
</li>
<li class="">
<p><strong>Auth settings for collections and folders</strong> - You can now set auth at both collection level and folder level. This gives you more control and saves setup time.</p>
</li>
<li class="">
<p><strong>"Inherit auth from parent" option</strong> - A new option, <strong>Inherit auth from parent</strong>, is now in the Auth section. This makes it easy to reuse auth settings from the parent item.</p>
</li>
<li class="">
<p><strong>Reorder and disable requests in "Run All"</strong> - In a collection, you can now reorder requests and disable selected requests in <strong>Run All</strong>.</p>
</li>
<li class="">
<p><strong>File option in form body</strong> - A new file option is added in <strong>Form</strong> under request body. Now you can upload files more easily.</p>
</li>
<li class="">
<p><strong>Full screen response mode</strong> - The response section now supports full screen mode, so it is easier to read large responses.</p>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-bug-fixes">🐛 Bug Fixes<a href="https://fetchclient.github.io/blog/fetch-client-v1-2-0#-bug-fixes" class="hash-link" aria-label="Direct link to 🐛 Bug Fixes" title="Direct link to 🐛 Bug Fixes" translate="no">​</a></h2>
<ul>
<li class=""><strong>Bearer token variable issue fixed</strong> - We fixed an issue where a Bearer token used as a variable did not work because of a max length limit.</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="thank-you">Thank you<a href="https://fetchclient.github.io/blog/fetch-client-v1-2-0#thank-you" class="hash-link" aria-label="Direct link to Thank you" title="Direct link to Thank you" translate="no">​</a></h2>
<p>Thanks for using the product and sharing feedback. More improvements are coming soon.</p>]]></content>
        <author>
            <name>Ganesan Chandran</name>
            <uri>https://linkedin.com/in/ganesanchandran</uri>
        </author>
        <category label="fetch-client" term="fetch-client"/>
        <category label="release" term="release"/>
        <category label="new-features" term="new-features"/>
        <category label="bug-fixes" term="bug-fixes"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fetch Client v1.1.0]]></title>
        <id>https://fetchclient.github.io/blog/fetch-client-v1-1-0</id>
        <link href="https://fetchclient.github.io/blog/fetch-client-v1-1-0"/>
        <updated>2022-06-16T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to release Fetch Client v1.1.0🎉.]]></summary>
        <content type="html"><![CDATA[<p>We are happy to release Fetch Client <a href="https://github.com/Ganesan-Chandran/vscode-fetch-client/releases/tag/v1.1.0" target="_blank" rel="noopener noreferrer" class="">v1.1.0</a>🎉.</p>
<p>This update adds better collection tools, stronger auth support, and easier testing.</p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-new-features">🎉 New Features<a href="https://fetchclient.github.io/blog/fetch-client-v1-1-0#-new-features" class="hash-link" aria-label="Direct link to 🎉 New Features" title="Direct link to 🎉 New Features" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="collection-and-folder-updates">Collection and Folder Updates<a href="https://fetchclient.github.io/blog/fetch-client-v1-1-0#collection-and-folder-updates" class="hash-link" aria-label="Direct link to Collection and Folder Updates" title="Direct link to Collection and Folder Updates" translate="no">​</a></h3>
<ul>
<li class="">You can now add folders inside a collection.</li>
<li class="">You can copy and paste items between collections and folders.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="environment-variable-improvements">Environment Variable Improvements<a href="https://fetchclient.github.io/blog/fetch-client-v1-1-0#environment-variable-improvements" class="hash-link" aria-label="Direct link to Environment Variable Improvements" title="Direct link to Environment Variable Improvements" translate="no">​</a></h3>
<ul>
<li class="">You can set environment variables from:<!-- -->
<ul>
<li class="">JSON response</li>
<li class="">headers</li>
<li class="">cookies</li>
</ul>
</li>
<li class="">Variables are now highlighted for better visibility.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="authentication-and-cookies">Authentication and Cookies<a href="https://fetchclient.github.io/blog/fetch-client-v1-1-0#authentication-and-cookies" class="hash-link" aria-label="Direct link to Authentication and Cookies" title="Direct link to Authentication and Cookies" translate="no">​</a></h3>
<ul>
<li class="">AWS Signature auth type is now supported.</li>
<li class="">Cookie support is improved.</li>
<li class="">A new Manage Cookies feature is added.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="better-testing-options">Better Testing Options<a href="https://fetchclient.github.io/blog/fetch-client-v1-1-0#better-testing-options" class="hash-link" aria-label="Direct link to Better Testing Options" title="Direct link to Better Testing Options" translate="no">​</a></h3>
<ul>
<li class="">New test case options are added:<!-- -->
<ul>
<li class="">Length</li>
<li class="">Type</li>
</ul>
</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="smarter-request-behavior">Smarter Request Behavior<a href="https://fetchclient.github.io/blog/fetch-client-v1-1-0#smarter-request-behavior" class="hash-link" aria-label="Direct link to Smarter Request Behavior" title="Direct link to Smarter Request Behavior" translate="no">​</a></h3>
<ul>
<li class="">The <code>Content-Type</code> header is now added automatically based on request body type.</li>
<li class="">You can press <code>Ctrl+S</code> to save a request.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="better-sidebar-and-menu-tools">Better Sidebar and Menu Tools<a href="https://fetchclient.github.io/blog/fetch-client-v1-1-0#better-sidebar-and-menu-tools" class="hash-link" aria-label="Direct link to Better Sidebar and Menu Tools" title="Direct link to Better Sidebar and Menu Tools" translate="no">​</a></h3>
<ul>
<li class="">Right-click context menu is added in the sidebar for:<!-- -->
<ul>
<li class="">History</li>
<li class="">Collection</li>
<li class="">Variable</li>
</ul>
</li>
<li class="">New menu items are added:<!-- -->
<ul>
<li class="">Manage Cookies</li>
<li class="">View Error Log</li>
<li class="">Extension Settings</li>
</ul>
</li>
</ul>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-bug-fixes">🐛 Bug Fixes<a href="https://fetchclient.github.io/blog/fetch-client-v1-1-0#-bug-fixes" class="hash-link" aria-label="Direct link to 🐛 Bug Fixes" title="Direct link to 🐛 Bug Fixes" translate="no">​</a></h2>
<ul>
<li class="">Minor bug fixes and stability improvements.</li>
</ul>]]></content>
        <author>
            <name>Ganesan Chandran</name>
            <uri>https://linkedin.com/in/ganesanchandran</uri>
        </author>
        <category label="fetch-client" term="fetch-client"/>
        <category label="release" term="release"/>
        <category label="new-features" term="new-features"/>
    </entry>
    <entry>
        <title type="html"><![CDATA[Fetch Client v1.0.0]]></title>
        <id>https://fetchclient.github.io/blog/fetch-client-v1-0-0</id>
        <link href="https://fetchclient.github.io/blog/fetch-client-v1-0-0"/>
        <updated>2022-05-14T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[We are happy to share Fetch Client v1.0.0 🎉🎊]]></summary>
        <content type="html"><![CDATA[<p>We are happy to share Fetch Client <a href="https://github.com/Ganesan-Chandran/vscode-fetch-client/releases/tag/v1.0.0" target="_blank" rel="noopener noreferrer" class="">v1.0.0</a> 🎉🎊</p>
<p>This extension helps you test APIs faster and easier, without leaving vscode. 🚀</p>
<p><img decoding="async" loading="lazy" alt="fetch-client" src="https://fetchclient.github.io/assets/images/Horizontal_Accordion_Split-4878a1207090998019a5abb699151aac.gif" width="1038" height="584" class="img_GBfM"></p>
<h2 class="anchor anchorTargetStickyNavbar_Jmm0" id="-new-features">🎉 New Features<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#-new-features" class="hash-link" aria-label="Direct link to 🎉 New Features" title="Direct link to 🎉 New Features" translate="no">​</a></h2>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="ui-updates">UI updates<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#ui-updates" class="hash-link" aria-label="Direct link to UI updates" title="Direct link to UI updates" translate="no">​</a></h3>
<ul>
<li class="">You can now customize the UI.</li>
<li class="">Fetch Client supports VS Code themes.</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="api-methods">API methods<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#api-methods" class="hash-link" aria-label="Direct link to API methods" title="Direct link to API methods" translate="no">​</a></h3>
<p>You can test API requests with:</p>
<ul>
<li class="">GET</li>
<li class="">POST</li>
<li class="">PUT</li>
<li class="">PATCH</li>
<li class="">DELETE</li>
<li class="">HEAD</li>
<li class="">OPTIONS</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="authentication-support">Authentication support<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#authentication-support" class="hash-link" aria-label="Direct link to Authentication support" title="Direct link to Authentication support" translate="no">​</a></h3>
<ul>
<li class="">Basic Auth</li>
<li class="">Bearer Token</li>
<li class="">API Key</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="request-body-types">Request body types<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#request-body-types" class="hash-link" aria-label="Direct link to Request body types" title="Direct link to Request body types" translate="no">​</a></h3>
<p>You can now send:</p>
<ul>
<li class="">Form</li>
<li class="">Form-Encoded</li>
<li class="">Raw (JSON, Plain Text, XML)</li>
<li class="">Binary File</li>
<li class="">GraphQL</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="better-response-view">Better response view<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#better-response-view" class="hash-link" aria-label="Direct link to Better response view" title="Direct link to Better response view" translate="no">​</a></h3>
<ul>
<li class="">Syntax highlight for response data</li>
<li class="">Tree view for JSON and XML responses</li>
<li class="">HTML preview for HTML responses</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="more-built-in-tools">More built-in tools<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#more-built-in-tools" class="hash-link" aria-label="Direct link to More built-in tools" title="Direct link to More built-in tools" translate="no">​</a></h3>
<ul>
<li class="">History</li>
<li class="">Collections</li>
<li class="">Environment Variables</li>
</ul>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="no-code-testing">No-code testing<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#no-code-testing" class="hash-link" aria-label="Direct link to No-code testing" title="Direct link to No-code testing" translate="no">​</a></h3>
<p>You can test API request and response data without scripts or code.</p>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="code-snippets">Code snippets<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#code-snippets" class="hash-link" aria-label="Direct link to Code snippets" title="Direct link to Code snippets" translate="no">​</a></h3>
<p>Generate code snippets for different languages.</p>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="save-results">Save results<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#save-results" class="hash-link" aria-label="Direct link to Save results" title="Direct link to Save results" translate="no">​</a></h3>
<p>Save response data and test results as files.</p>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="import-and-export">Import and export<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#import-and-export" class="hash-link" aria-label="Direct link to Import and export" title="Direct link to Import and export" translate="no">​</a></h3>
<p>Import and export Fetch Client collections and environment variables.</p>
<h3 class="anchor anchorTargetStickyNavbar_Jmm0" id="request-notes">Request notes<a href="https://fetchclient.github.io/blog/fetch-client-v1-0-0#request-notes" class="hash-link" aria-label="Direct link to Request notes" title="Direct link to Request notes" translate="no">​</a></h3>
<p>Add documentation or feedback for each request.</p>]]></content>
        <author>
            <name>Ganesan Chandran</name>
            <uri>https://linkedin.com/in/ganesanchandran</uri>
        </author>
        <category label="fetch-client" term="fetch-client"/>
        <category label="release" term="release"/>
        <category label="new-features" term="new-features"/>
    </entry>
</feed>