Changelog
Follow up on the latest improvements and updates.
RSS
Release Date: Apr 18, 2025
Hey there, Sparrow Innovators!
We’re excited to introduce Active Sync, AI powered WebSocket for real-time response, a Stop Flow feature for better control over test execution, and enhancements like Partial Run support and Custom Request additions. These updates are designed to streamline your workflow and improve your API testing experience.
🚀What’s New?
Active Sync for Swagger/Localhost Collection Imports
- Users can now import collections directly using a Swagger or localhost URL. With this update, a new Active Sync toggle is introduced, enabling automatic updates for the imported collection.
- Import via Swagger/Localhost URL: Users can paste a supported URL to fetch API collections.
- Active Sync Toggle: A new toggle appears based on URL support. When enabled, Sparrow will automatically sync the collection with any updates from the source.
- Auto-Refresh Collections: Once Active Sync is enabled, Sparrow will periodically refresh the collection to stay in sync.
- Clear and informative toast messages are shown at every step, aligned with Figma designs.
- Optimised Test Flow Performance with Partial Run Support and Custom Request
Enhanced Bottom Panel Editing
Users can now edit key request components directly from the bottom panel, including Request Name, URL, Auth and Body. Inline editing is supported with proper validation and error handling. Additionally, request configurations such as Parameters, Headers, and Authentication can also be modified, with changes reflected instantly.
Partial Run Execution- Users can now execute specific parts of the test flow as needed:
- Run from here: Allows execution to start from a selected block onward. A corresponding run history entry is generated.
- Run till here: Allows execution up to the selected block. A corresponding run history entry is generated.
Add Custom Request-Users can add a new custom API request directly within the Test Flow. A popup is displayed where the user can enter the request name, URL, and select the method type.
- Upon clicking "Continue," a new block is created with the entered details.If there are unsaved changes, a confirmation popup will appear.
- The block name can be edited from the bottom panel.
Stop Flow: Flexible Control Over Test Execution
- This feature allows users to halt the execution of a test flow at any point, providing greater control over the testing process. By stopping the flow mid-execution, users can analyze the results up to that stage without waiting for the entire flow to finish. Additionally, the run history is recorded accordingly, ensuring that partial executions are tracked and reported accurately, offering more flexibility and detailed insights into test performance.
Next-Gen AI Chat: WebSocket-Driven, Resizable & Streamlined
The Sparrow AI chatbot has been significantly upgraded with WebSocket integration, enabling real-time AI interactions for a faster, more seamless experience. Key enhancements include:
- Live AI streaming from the backend for faster and more fluid responses.
- A new Stop button that allows users to halt the AI's response generation at any time.
- Resizable AI chat window, giving users control over layout and visibility.
- A revamped code editor interface, now featuring an expandable view to inspect AI responses in greater detail.
- These enhancements collectively improve efficiency, usability, and control during API testing, debugging, and interaction with the AI assistant.
Improved Invite Flow for Hubs and Workspaces
Sparrow now supports a seamless invite system, allowing users to invite both registered and non-registered users to Hubs and Workspaces.
- Invite Registered/Non-Registered Users: Users can now send invites at both the Hub and Workspace levels to any email address — whether the recipient is already registered on Sparrow or not.
- Email-Based Invitation:Registered Users: Will receive an invite email and can directly accept the invitation via mail or within the app.
- Non-Registered Users: Will receive an email prompting them to register on Sparrow. Once registered, they will automatically gain access to the invited Hub or Workspace.
- In-App Invite Management: Registered users will also see pending invites within the Hub section of the app, where they can choose to accept or reject them.
- Frictionless Onboarding: This flow ensures quick collaboration and streamlined access management, enhancing team connectivity across platforms.
Enhancements for a Smoother Experience
- Sparrow now organizes teams as hubs, streamlining collaboration with a new structure. Each hub is designed for better organization and easier team management moving forward.
- Sparrow now provides expanded input fields in the Auth, Parameter, Header, and Environment sections. This enhancement improves usability by offering more space for users to view and edit complex data with ease.
- Centralized Typography: Sparrow ensures consistent font styles and sizes across the project, simplifying design and maintenance.
🐞 Squashed Bugs:
- Sometimes, AI-generated cURL requests may produce errors, and parameters may not be properly separated.
⚠️ Known Glitches
Here’s what we’re still refining—because perfection takes time:
- The "Open in Workspace" button occasionally takes a detour.
- Query Explorer and Editor sync issues might play a bit of hide-and-seek in GraphQL.
- A newly created Testflow becomes unsaved automatically sometimes.
- Swagger YAML link is not supported while adding a Collection for Active Sync.
💡Help Us Improve!
Your feedback helps us shape Sparrow’s future! Found a bug or have an idea? Let’s hear it!
📖 App Help Section:
Find answers here.💡 Feedback Hub:
https://sparrowapp.canny.io/📩 Email Us:
contactus@sparrowapp.devThank you for being a driving force in the Sparrow journey. Your constant support propels us forward, ensuring we achieve new milestones with every update. ✨
Let’s keep aiming higher, unlocking new potential, and creating something extraordinary together!
With ❤️ and gratitude,
The Sparrow Team
Release Date: Mar 28, 2025
Hey there, Sparrow Innovators!
We're excited to introduce Refresh Workspace, GraphQL support for WebApp and Edge, and a Cancel button for better request control—along with major enhancements to streamline your workflow. Check out what's new!!
🚀What’s New?
GraphQL Support in Web App and Edge
- The web app now fully supports GraphQL, enabling efficient and flexible data interactions.
Dynamic Variables: Query filters, pagination, and nested objects for precise data retrieval.
- Enhanced Queries & Mutations: Fetch timeline items with parameterized inputs and update data seamlessly.
- Cloud & Browser Agent Support: Added support for executing GraphQL queries via cloud-based and browser agents, enhancing accessibility and scalability.
- Real-Time Sync: Subscription support for live data updates across multiple clients.
- Optimized Performance: Improved schema, resolvers, and caching for faster execution.
Smart Workspace Refresh
- To enhance collaboration and ensure users always have up-to-date data, the workspace now supports both manual refresh and auto-sync features.
- Instant Refresh on click
- A refresh icon is now available beside the search bar in the left panel. Clicking it instantly syncs the workspace, ensuring all users see the latest updates without reloading the page.
- Smart Auto-Sync
- The workspace automatically updates every 2 minutes to reflect changes made by any member.
- Users see real-time updates without disruption, ensuring seamless collaboration.
Enhanced Request Control: Cancel Button for GraphQL, WebSocket, and Socket.IO
- To improve user control and responsiveness, a Cancel button has been introduced for GraphQL, WebSocket, and Socket.IO requests.
- Instant Termination: Users can now bypass or stop ongoing requests without waiting for a response.
- Improved Performance: Prevents unnecessary resource consumption by terminating stalled or unwanted requests.
Enhancements for a Smoother Experience
- Teams and REST API now follow the new design system for a more consistent UI. Improved state management ensures faster and more reliable interactions.
- Global Search Enhancement: Implemented real-time search term highlighting, ensuring better readability and faster navigation. Users can quickly locate relevant results with improved visibility and an intuitive experience.
- Undo/redo shortcuts are implemented in input fields and code editors.
- The search editor now offers a more intuitive and visually enhanced experience. Users can quickly find results using Ctrl/cmd + F in the request and response sections with full search options.
- Error messages in HTTP, Socket.IO, WebSocket, and GraphQL requests are now dynamic, ensuring accurate and context-aware responses.
⚠️ Known Glitches
- Here’s what we’re still refining—because perfection takes time:
- The "Open in Workspace" button occasionally takes a detour.
- Sometimes, AI-generated cURL requests may produce errors, and parameters may not be properly separated.
- Query Explorer and Editor sync issues might play a bit of hide-and-seek in GraphQL.
💡Help Us Improve!
Your feedback helps us shape Sparrow’s future! Found a bug or have an idea? Let’s hear it!
📖 App Help Section:
Find answers here.💡 Feedback Hub:
https://sparrowapp.canny.io/📩 Email Us:
contactus@sparrowapp.devThank you for being a driving force in the Sparrow journey. Your constant support propels us forward, ensuring we achieve new milestones with every update. ✨
Let’s keep aiming higher, unlocking new potential, and creating something extraordinary together!
With ❤️ and gratitude,
The Sparrow Team
Release Date: Mar 13, 2025
Hey there, Sparrow Innovators!
We're excited to introduce Collection-Level Authentication, smarter request handling for WebApp and Edge, enhanced tab management, and major UI enhancements to streamline your workflow. Check out what’s new!
🚀What’s New?
Collection-Level Authentication
- Managing authentication just got easier! With Collection-Level Authentication, users can set authentication details once at the collection level, eliminating the need to configure it for each individual API request.
- New Button in Collection Menu – Easily create entities using a new button dropdown.
- Set Auth for Collections – Configure authentication directly from the collection menu for a seamless experience.
- Inherited Auth Option – Users can quickly apply collection-level authentication across all APIs within the collection by selecting the "Inherit Auth" option.
- This saves time, ensuring consistency and reducing repetitive setup. Any changes made to collection auth will automatically reflect in all associated APIs, including those in Test Flow.
Enhanced Tab Management
Users can now efficiently manage tabs with new right-click options:
- Close Tab
- Close Other Tabs
- Close All Tabs
- Force Close Other Tabs
- Force Close All Tabs
- Duplicate Tab
These options provide greater flexibility in handling multiple API requests seamlessly.
- Save API Responses & Rename Requests in Sparrow Edge and Web App
- Send an API request and save responses for future reference with a single click.
- Rename API requests directly from the LHS panel for better organization.
- Design System Enhancements for a Smoother Experience
- Improved AI Chatbot UI & updated Team Cards for a better user experience.
- Refined WebSocket, Socket.IO, and Environment UI for a seamless interface.
- Alert Messages added in REST, GraphQL, and Test Flows for better user guidance.
🐞 Squashed Bugs:
Now Sparrow is smoother than a freshly buttered pancake.
- Long-named APIs in Test Flow like to stretch their limits—sometimes beyond the UI’s comfort zone.
- Test Flow Tour Guides have a mind of their own—occasionally misaligned but still guiding.
⚠️ Known Glitches
Here’s what we’re still refining—because perfection takes time:
- The "Open in Workspace" button occasionally takes a detour.
- Query Explorer and Editor sync issues might play a bit of hide-and-seek in GraphQL.
💡Help Us Improve!
Your feedback helps us shape Sparrow’s future! Found a bug or have an idea? Let’s hear it!
📖 App Help Section:
Find answers here.💡 Feedback Hub:
https://sparrowapp.canny.io/📩 Email Us:
contactus@sparrowapp.devThank you for being a driving force in the Sparrow journey. Your constant support propels us forward, ensuring we achieve new milestones with every update. ✨
Let’s keep aiming higher, unlocking new potential, and creating something extraordinary together!
With ❤️ and gratitude,
The Sparrow Team
Release Date: Feb 28, 2025
Hey there, Sparrow Innovators!
We're excited to introduce smarter request handling, streamlined navigation, and major UI enhancements to improve your workflow. Check out what’s new!
What’s New?
💾 Save API Responses & Rename Requests in Sparrow app
- Send an API request and save responses for future reference with a single click.
- Get instant toast notifications on success or failure.
- Rename API requests directly from the LHS panel for better organization.
🛠️ Smart Temporary Tabs: Keep Your Workspace Clean
- Clicking an item in the LHS collection panel now opens a smart temporary tab, preventing unnecessary clutter.
- One-at-a-time rule: A new temporary tab replaces the existing one, keeping your workspace organized.
- Want to keep a tab? Double-click or edit it to make it permanent—no extra steps needed!
- Temporary tabs appear in italicized text for easy identification.
🎨 Design System Enhancements for a Smoother Experience
- Top bar, API component, and Left Panel (Teams & Collections) redesigned for better navigation.
- The radio button states updated, enabling a more intuitive user experience.
- Team tables have been refined for a cleaner, more structured look.
- Filter chip states enhanced to make filtering more user-friendly.
- The Workspace Left Panel now includes lines, making nested components easier to identify.
Known Glitches
Here’s what we’re still refining—because perfection takes time:
- The "Open in Workspace" button occasionally takes a detour.
- Test Flow Tour Guides have a mind of their own—occasionally misaligned but still guiding!
- Query Explorer and Editor sync issues might play a bit of hide-and-seek in GraphQL.
- Long-named APIs in Test Flow like to stretch their limits—sometimes beyond the UI’s comfort zone.
Help Us Improve!
Your feedback helps us shape Sparrow’s future! Found a bug or have an idea? Let’s hear it!
📖 App Help Section:
Find answers here.💡 Feedback Hub:
https://sparrowapp.canny.io/📩 Email Us:
contactus@sparrowapp.devThank you for being a driving force in the Sparrow journey. Your constant support propels us forward, ensuring we achieve new milestones with every update. ✨
Let’s keep aiming higher, unlocking new potential, and creating something extraordinary together!
With ❤️ and gratitude,The Sparrow Team
Release Date: Feb 14, 2025
Hey there, Sparrow Innovators!
We're excited to unveil a refreshed design across several key components, enhancing visual consistency, user experience, and navigation. Enjoy a smoother workflow and an improved interface. Dive in and explore the updates!
What’s New?
🚀 Default API Request & Environment Setup
Upon sign-up, users now see all types of API requests, with sample data in them, for better clarity on functionalities. An environment is automatically created with pre-configured sample variables and endpoints, simplifying onboarding and setup.
🎨 Revamped Design for UI Components & Improved Navigation
- Keyboard shortcuts are now properly aligned, improving accessibility and efficiency.
- Profile avatars are now consistent throughout Sparrow, ensuring uniformity across all screens.
- Breadcrumbs have been redesigned with multiple states for better navigation and understanding.
- Input search bars now come with new and consistent states across all sections.
- Tabs components have been visually improved for a better user experience.
- Buttons now maintain a consistent size across Sparrow.
- Page tab navigation and checkboxes have also been revamped for a polished look.
🔄 Enhanced Interactive Components
- Toggle switches, and badges now have a refreshed appearance.
- Toast messages feature an improved look and feel for better visibility.
- Dropdowns, tags, and modals have been redesigned for better user interaction.
- Input chips now include new states for a more dynamic UI experience.
Known Glitches:
- Here’s what we’re still tweaking—because perfection takes a little extra sparkle:
- The "Open in Workspace" button occasionally takes a detour.
- Query Explorer and Editor sync issues might play a bit of hide-and-seek in GraphQL.
Help Us Spread the Cheer!
Your feedback is our fuel for the New Year! Got ideas, bugs, or just a random thought? We’re all ears, let’s hear it!
App Help Section:
Find answers here.Feedback Hub:
https://sparrowapp.canny.io/Email Us:
contactus@sparrowapp.devThank you for being a driving force in the Sparrow journey. Your constant support propels us forward, ensuring we achieve new milestones with every update. ✨
Let’s keep aiming higher, unlocking new potential, and creating something extraordinary together!
With ❤️ and gratitude,
The Sparrow Team
Release Date: Feb 07, 2025
Hey there,
Sparrow 2.17.1 is here with support for search in the edge version, sleek design upgrades and few bug fixes. We’ve redefined few sections in the application to enhance your experience and to keep you ahead of the curve. Jump in and explore the possibilities!
What’s New?
🌍 Global Search in Sparrow Edge
Find anything in Sparrow edge, instantly.
- Quick Navigation – Jump to the tools you need without extra clicks.
- Recent Options – Access your last-used selections faster.
- No more endless scrolling—just type, search, and go!
Help Us Spread the Cheer!
Your feedback is our fuel for the New Year! Got ideas, bugs, or just a random thought? We’re all ears, let’s hear it!App Help Section:
Find answers here.Feedback Hub:
https://sparrowapp.canny.io/Email Us:
contactus@sparrowapp.devThank you for being a driving force in the Sparrow journey. Your constant support propels us forward, ensuring we achieve new milestones with every update.
With ❤️ and gratitude,
The Sparrow Team
Release Date: January 31, 2025
Hey there, Sparrow Innovators!
The wait is finally over—Sparrow 2.17 has landed with smarter search, smoother navigation, and sleek design upgrades. We’ve redefined your experience to keep you ahead of the curve. Jump in and explore the possibilities!
What’s New?
🌍 Global Search:
Find anything, anywhere! The brand-new Global Search feature empowers users to locate anything across their team with ease.
- Quick Navigation: Jump directly to the options you need without a hitch.
- Recent Options: View your most recent selections within each category for faster access.
- No more endless scrolling—just type, search, and go!
🧭 Smooth Side Navigation Rails:
- Enjoy enhanced side navigation rails for effortless movement between different options and sections.
- Streamlined Navigation: Quickly switch between areas with improved fluidity and responsiveness.
- Optimized Layouts: Navigate like a pro and save time with intuitive, smooth transitions.
🗂️ Enhanced Entity Management in Folders & Collections:
- Users can now view and manage each entity separately within the Folder and Collection pages.
- Each entity is displayed with a distinct count, making it easier to track and organize.
- When deleting a folder or collection, users will now see separate counts, ensuring clarity on what is being removed.
- This enhancement improves data organization, visibility, and control over stored entities.
Known Glitches:
- Here’s what we’re still tweaking—because perfection takes a little extra sparkle:
- The "Open in Workspace" button occasionally takes a detour.
- Query Explorer and Editor sync issues might play a bit of hide-and-seek in GraphQL.
Help Us Spread the Cheer!
Your feedback is our fuel for the New Year! Got ideas, bugs, or just a random thought? We’re all ears, let’s hear it!
App Help Section:
Find answers here.Feedback Hub:
https://sparrowapp.canny.io/Email Us:
contactus@sparrowapp.devThank you for being a driving force in the Sparrow journey. Your constant support propels us forward, ensuring we achieve new milestones with every update. ✨
Let’s keep aiming higher, unlocking new potential, and creating something extraordinary together!
With ❤️ and gratitude,
The Sparrow Team
Release Date: January 17, 2025
Hey there, Sparrowians!
Good news—Sparrow 2.16.0 has swooped in and kicked bugs to the bugs! 🐞 Say goodbye to the dreaded white screens, no more cURL tantrums with images or GraphQL drama, and we’ve sprinkled in Storybook magic with a side of other “bestsellers.”
Here’s what’s new:
Storybook Magic:
We’ve sprinkled open-source Storybook fairy dust into the Sparrow API tool! Now, with colour palettes, iconography, logos, layouts, buttons, shadows, spacing, and typography, you’ve got the ultimate design toolbox.
Peek behind the curtains, test UI components like a pro, and feel like a wizard of isolated development. Say goodbye to UI hiccups, and hello to seamless coding bliss! ✨
StoryBook link-
https://storybook.sparrowapp.dev🐞 Squashed Bugs:
We kicked off the New Year with a bug-hunting party. Now Sparrow is smoother than a freshly buttered pancake. 🥞
- Importing cURL commands for image APIs isn't supported.
- When a saved GraphQL query is opened, the existing query in the query editor may be overwritten or refreshed based on the current state of the query explorer, potentially leading to the loss of manually entered data.
- Changes made manually in the query editor may be overwritten if the user interacts with the query explorer (e.g., by checking or unchecking checkboxes).
- A white window occasionally appears during login in the web app.
- Switching between secured and unsecured WebSocket URLs may feel like a bumpy sleigh ride.
- The header count changes when navigating between different sections
⚠️ Known Issues:
Here’s what we’re still tweaking—because perfection takes a little extra sparkle: ✨
- The "Open in Workspace" button occasionally takes a detour.
- Query Explorer and Editor sync issues might play a bit of hide-and-seek in GraphQL.
💡 Help Us Spread the Cheer!
Your feedback is our fuel for the New Year! 🚀 Got ideas, bugs, or just a random thought? We’re all ears.
App Help Section:
Find answers here.Feedback Hub:
https://sparrowapp.canny.io/Email Us:
contactus@sparrowapp.devThank you for being an essential part of the Sparrow journey. Your unwavering support is like jet fuel to our innovative engines, propelling us to reach new heights with every release. 🚀✨
Here’s to a New Year filled with endless curiosity, exciting discoveries, and more adventures than ever before—let’s make 2025 legendary!🌟
With ❤️ and gratitude,
The Sparrow Team
Release Date: January 3, 2025
Hey there, Sparrowians!
As we welcome a new year full of possibilities, Sparrow is ready to help you take flight into uncharted territories. With the launch of Sparrow 2.15.0, we’re bringing you Sparrow Edge for cutting-edge performance and a seamless Web Test Flow for smooth and efficient testing. Here’s what’s new:
🎇 Sparrow Webapp Updates:
- Test Flow Functionality:Start the year with streamlined testing! Just like the Sparrow desktop application, the Sparrow Webapp and Sparrow Edge now support Test Flow functionality. Run multiple APIs simultaneously for a more efficient testing process.
- Sparrow Edge Support:Experience seamless functionality without logging in or signing up. The Sparrow Webapp now integrates Sparrow Edge for a faster, hassle-free testing experience that mirrors the desktop version.
- Swagger Collection Import:Simplify your workflow with the ability to import Swagger collections directly into the Sparrow Webapp. API testing has never been easier!
🎇 Exciting Features Across the Platform:
- Form Data Image Support:Elevate your testing capabilities with support for images in form data on both the Sparrow app and Webapp. This update enhances your ability to test with richer, more dynamic datasets.
🐞 Squashed Bugs:
Our team has been busy ringing in the New Year by fine-tuning everything to ensure a smoother experience for you:
- The “Star Us on GitHub” button seems to have taken a holiday break.
⚠️ Known Issues:
We’re on it! Here’s what we’re still fine-tuning:
- Importing cURL commands for image APIs isn't supported (yet!).
- Switching between secured and unsecured WebSocket URLs may feel like a bumpy sleigh ride.
- The "Open in Workspace" button occasionally takes a detour.
- Changes made manually in the query editor may be overwritten if the user interacts with the query explorer (e.g., by checking or unchecking checkboxes). Additionally, updates made in the query editor may not always reflect in the query explorer.
- When a saved GraphQL query is opened, the existing query in the query editor may be overwritten or refreshed based on the current state of the query explorer, potentially leading to the loss of manually entered data.
- The header count changes when navigating between different sections.
- Query Explorer and Editor sync issues might play a bit of hide-and-seek in GraphQL.
- A white window occasionally appears during login in the web app.
💡 Help Us Spread the Cheer!
Your feedback is our guiding light into the New Year! Have ideas or bugs to share? We’re all ears:
App Help Section:
Find answers here.Feedback Hub:
https://sparrowapp.canny.io/Email Us:
contactus@sparrowapp.devThank you for being an essential part of the Sparrow journey. Your unwavering support inspires us to innovate and reach new heights with every release.
Here’s to a New Year filled with curiosity, exploration, and endless possibilities!
With ❤️ and gratitude,
The Sparrow Team
new
improved
fixed
🎄✨ Sparrow 2.14.0: 2024 Holiday Release ✨🎄
Release Date: December 20, 2024
Hola Sparrow Explorers!
As the holiday cheer fills the air, we're thrilled to gift you the Sparrow 2.14.0 release! Packed with exciting new features and updates, it's our way of spreading joy to your workflows this season.
🎅 What’s New in 2.14.0?
Feature 1: A Festive Login Experience
This holiday season, we’ve completely reimagined how you log in or sign up for our application. Here’s what’s coming down your digital chimney:
- 🔐 Login and Sign-Up: Easier, Smarter, and More Magical!
- Google Login/Sign-Up: Unwrap the gift of convenience! Use your Gmail ID to log in or sign up in just a few clicks.
- ✨Magic Code Login: Forget passwords? No worries—just like Santa’s magic sleigh, our magic code lets you log in effortlessly.
- Password Login Option: Prefer the classic way? Log in securely with your password whenever you like—like a cozy fireside tradition.
🌟 Enhanced User Experience
- Sleek New UI: We’ve given the login and sign-up screens a cheerful, festive makeover to spread holiday joy while making your experience smoother than ever.
- Cooldown Period: Security is on our nice list. If you try resending the code too many times, you’ll encounter a short cooldown—keeping things secure, just like Santa’s list-checking system.
Feature 2: Full Teams and Workspace Access on Web App
- Enhanced Collaboration: The Sparrow web app now delivers full Teams and Workspace features, spreading the cheer beyond the desktop.
- Seamless Integration: Manage your teams and workspaces effortlessly, with consistent functionality across desktop and web – it's a holiday miracle for collaboration!
Feature 3: WebSocket & Socket.io Integration
- Unified Real-Time Experience: Bring the magic of real-time communication to the web app with WebSocket and Socket.io – previously exclusive to the desktop.
- Cross-Platform Functionality: Whether you're on the desktop or web, enjoy a consistent, unified experience that’ll have you dashing through your tasks in no time!
Feature 4: Multi-Agent Support
- Cloud and Browser Agents: Extend the holiday spirit with Socket.io support for both Cloud and Browser agents, ensuring versatility wherever you are.
🐞 Squashed Bugs:
Our elves have been hard at work squashing bugs to keep things smooth for you:
- 🎁 Resolved: Apple DMG installer background issue on Mac.
- 🎁 Fixed: Drag-and-drop quirks in specific scenarios.
- 🎁 Corrected: Google sign-up issues with privacy policy and terms pages.
⚠️ Known Issues:
We’re on it! Here’s what we’re still fine-tuning:
- Importing cURL commands for image APIs isn't supported (yet!).
- Switching between secured and unsecured WebSocket URLs may feel like a bumpy sleigh ride.
- The "Open in Workspace" button occasionally takes a detour.
- Changes made manually in the query editor may be overwritten if the user interacts with the query explorer (e.g., by checking or unchecking checkboxes). Additionally, updates made in the query editor may not always reflect in the query explorer.
- When a saved GraphQL query is opened, the existing query in the query editor may be overwritten or refreshed based on the current state of the query explorer, potentially leading to the loss of manually entered data.
- Query Explorer and Editor sync issues might play a bit of hide-and-seek in GraphQL.
- A white window occasionally appears during login in the web app.
- Exporting responses in Socket.io on the web app isn’t working.
- The “Star Us on GitHub” button seems to have taken a holiday break.
💡 Help Us Spread the Cheer!
Your feedback is the gift that keeps on giving. Got ideas or bugs to share? Let us know:
App Help Section
: Find answers here.Feedback Hub
: https://sparrowapp.canny.io/Email Us
: contactus@sparrowapp.dev🎉 Let’s Celebrate Together!
Thank you for being part of the Sparrow family. Your support is the star on top of our tree, fueling our innovation and making every release brighter.
Stay curious, keep exploring, and have a joyful holiday season!
With ❤️ and festive spirit,
The Sparrow Team
Load More
→