Back ||
  • Product
  • |May 28, 2025

Hoppscotch v2025.5.0: User Groups, Improved Auth Types, Bug Fixes and more

Liyas Thomas
Liyas Thomas
News 01

Hoppscotch v2025.5.0 is here, packed with new features, improvements, and bug fixes to enhance your API development experience. Here's a quick overview of the new features and improvements:


User Groups

Hoppscotch now supports user groups, allowing you to manage team members more effectively. Admins can create groups, assign roles, and control access to different workspaces of your self-hosted enterprise instance.

News 01

This feature is particularly useful for teams working on large projects, as it simplifies user management and enhances collaboration.


Improved Authentication Types

We've improved the authentication types in Hoppscotch, making it easier to manage and configure authentication for your API requests.

HAWK authentication now supports request payloads, allowing you to sign requests with the payload included. This is particularly useful for APIs that require payload signing for security.

AWS Signature Version 4 authentication now supports request body when signing requests. This enhancement ensures that your requests are signed correctly, even when the request body is included.

JWT authentication has been revamped to support both HS256, HS384, and HS512 algorithms. This improvement allows you to choose the algorithm that best fits your API's security requirements.


Improved Script Editor

The script editor in Hoppscotch has been improved to support console methods like console.log(), console.error(), and more. This enhancement makes it easier to debug your scripts and see the output directly in the console.

News 02

You can opt-out of the new experience from Settings > Experiments.


Initial and Current Values for Environment Variables

Hoppscotch now supports initial and current values for environment variables. This feature allows you to set default values for your environment variables, which can be overridden at runtime.


In addition to these new features, we've also made several bug fixes and improvements to enhance the overall performance and stability of Hoppscotch.

What do you want us to build next? Write to us at hello@hoppscotch.io, join the conversation on our Discord server, or head over to our GitHub repository.