Skip to main content

Changelog

【2.0.5】Changelog

Sep 13, 2024

🔥New Features

  • Markdown: Introduced a history version recording feature with diff comparison.
  • Request Table: Added support for batch editing and the ability to hide less frequently used columns.

⚡Improvements

  • Team Collaboration: Team members will receive update notifications when project data is imported from external sources.
  • Document Sharing: When sharing a single document, links will now directly navigate to the document section.
  • User Interface: Improved the UI styling of the product to enhance visual experience.
  • API Documentation: Added support for collapsing and expanding long sample code for better readability.

🐞Bug Fixes

  • API Documentation: Fixed an issue where clicking on anchor points did not correctly navigate to the specific location in certain scenarios.

【2.0.4】Changelog

Sep 6, 2024

🔥New Features

  • Guest Mode:

    • Support for importing Postman data.
    • Ability to use directories and implement drag-and-drop sorting.
    • Option to save local data to a specific project after logging in.
  • API Design:

    • Support for split-screen view.

⚡Improvements

  • Enhanced UI styling for a better user experience.
  • Improved interaction experience in the management backend.
  • Added prompt information for errors encountered during stress tests.
  • Optimized slow response issues in API debugging.

🐞Bug Fixes

  • Guest Mode: Fixed an issue where tabs were lost after refreshing the page in certain cases.
  • Invite Members: Resolved the issue where logged-in users were still prompted to log in when opening an invite link.
  • CLI Tool: Corrected the "NaN%" display for assertion pass rates in HTML test reports after executing CLI commands.
  • API Debugging: Fixed the issue where console.log(undefined) was printed as null.
  • API Preview: Fixed the discrepancy between file creation and modification times.

【2.0.3】Changelog

Aug 30, 2024

  • 🔥 New Features:

    • 🔥🔥 Guest Mode: Support for using core debugging functions without needing to log in.
  • ⚡ Improvements:

    • Optimization: Improved the ability to record open tab pages for interfaces when switching projects, restarting, or closing the client.
  • 🐞 Bug Fixes:

    • Import Project: Fixed an issue where the path parameter in the import interface was not recognized.

【2.0.2】Changelog

Aug 23, 2024

🔥 New Features:

  • Google Sign-In: Added support for Google authentication login.
  • GitHub OAuth Login: Added support for GitHub authorized login.
  • Partial APIs Export: Now you can export selected APIs from the api list page.
  • Documentation Word Export: You can now export documentation to Word format.

⚡ Improvements:

  • Fixed client performance issues, including rare cases of freezing and white screens.
  • JSON Schema Descriptions: Enhanced to auto-populate descriptions into Common Parameters.
  • Import Environment Variables from Insomnia: Added support for importing environment variables from Insomnia.
  • Fixed issues with exporting files that reported "[Maximum call stack size exceeded]".
  • Addressed some UI style issues.
  • Improved client behavior upon restart to avoid losing the last operated project.

🐞 Bug Fixes:

  • Fixed an issue where interfaces in a directory were not restored after deleting the directory and restoring it from the recycle bin.
  • Markdown Preview Code Segment: Fixed an issue where the scrollbar couldn't be dragged.
  • cURL Import Failure: Fixed parsing failures and errors during cURL import.
  • Post-Execution Script Issue: Fixed the issue where "console.log(pm.environment.getPreUrl());" didn't fetch the environment's pre-URL.
  • SSE Debugging: Fixed an issue where closing the SSE debugging didn't close the server connection.
  • Loop Controller in Tests: Fixed an issue where using fixed values as test data caused arrays to be treated as loop data.
  • Global Script Execution in Tests: Corrected the issue where the execution count of global scripts was incorrectly included in the request count.
  • Environment Service Sorting Issue: Fixed an issue where the service order in the environment caused incorrect display of the document's pre-URL in shared documents.
  • Mock Environment Display in Shared Documents: Fixed an issue where the mock domain was displayed in the document even if the mock environment wasn't selected during sharing.
  • Word Export Issues: Fixed the loss of values with HTML content in exported Word documents.
  • Missing Path Parameter in Exported Word: Addressed the issue of missing path parameters in exported Word documents.
  • Linux System Client Icon Display: Fixed the issue of client icons not being displayed on Linux systems.

【2.0.1】Changelog

Aug 17, 2024

  • Bug Fixes:

    • Issue where the controller's waiting functionality was not taking effect in automated testing has been fixed.
    • Problem where request code could not be generated under certain circumstances has been resolved.
    • Situation where the Mock service was not effective in some cases has been addressed.
    • Issue where the Path parameter was not displayed in the documentation has been corrected.
  • Improvements:

    • Adjustments to some UI styles have been made.

【2.0.0】New

Aug 12, 2024

tip

Our first general public release!

  • EchoAPI Desktop is now available on macOS, Windows and Linux
  • EchoAPI Web is now available
  • EchoAPI IDEA plugin is now available
  • EchoAPI Chrome Extension is now available