Skip to content

Releases: hoppscotch/hoppscotch

2024.12.1

15 Jan 14:43
Compare
Choose a tag to compare

This is a point release that adds support for client authentication using credentials sent in the Authorization header for the Client Credentials Grant type as part of the OAuth 2.0 Authorization type alongside a few bug fixes on the Enterprise edition.

What's Changed

  • feat: support for sending client credentials via basic auth header by @amk-dev in #4635

Full Changelog: 2024.12.0...2024.12.1

2024.12.0

23 Dec 14:06
a16402e
Compare
Choose a tag to compare

This release includes features like generating pre and post-request scripts via AI-powered prompts (cloud offering), bulk edit mode support on requests with multipart/form-data content types, the ability to disable request history tracking in self-hosted instances and admin role syncing between SAML provider and Hoppscotch (Enterprise offering) alongside a few bug fixes.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2024-12-0.

What's Changed

  • feat(backend): update Microsoft strategy to handle multiple scopes by @RaHehl in #4604
  • build: enable the use of external DB for internal test deployments by @mirarifhasan in #4625
  • chore: update collection runner modal UI by @nivedin in #4618
  • fix: inherited headers and auth included in code generation by @Loznerol in #4482
  • fix: read data from DB for latest value by @mirarifhasan in #4623
  • chore: run collection modal updates by @nivedin in #4633
  • feat: add bulk edit to multipart/form data and fix url encoded form bulk edit by @amk-dev in #4630
  • feat: enhance collection runner functionality by @anwarulislam in #4609
  • fix(sh-admin): resolve record retrieval limits in pending invites section by implementing pagination by @JoelJacobStephen in #4624
  • chore: resolve Docker image vulnerabilities associated with cross-spawn by @mirarifhasan in #4634
  • feat: UI for test scripts generation under AI experiments by @Govind-S-B in #4637
  • refactor: move AI request naming style to settings by @Govind-S-B in #4636
  • fix: do not show an empty body element when bulk editing by @amk-dev in #4638
  • chore: add missing i18n string entry by @amk-dev in #4639

New Contributors

Full Changelog: 2024.11.0...2024.12.0

2024.11.0

28 Nov 13:06
e2e769d
Compare
Choose a tag to compare

This release introduces features like the collection runner, the ability to send binary files in the request body, CLI collection runner enhancements supporting iteration alongside data feed and the ability to specify multiple content types for request body form data alongside a few bug fixes.

Read more at: https://hoppscotch.com/blog/hoppscotch-v2024-11-0.

What's Changed

Full Changelog: 2024.10.2...2024.11.0

2024.10.2

13 Nov 08:13
Compare
Choose a tag to compare

This is a hotfix release addressing issues where introspection query failures impacted GraphQL request execution flow.

Thanks to @rb090 for contributing browser logs and data for helping us fix the issue!

What's Changed

Full Changelog: 2024.10.1...2024.10.2

2024.10.1

07 Nov 12:42
3de3209
Compare
Choose a tag to compare

This is a minor release with fixes on GraphQL, compatibility with Node 22 and fixes for the Hoppscotch Agent.

What's Changed

Full Changelog: 2024.10.0...2024.10.1

2024.10.0

30 Oct 16:45
223dd25
Compare
Choose a tag to compare

This releases introduces support for HTTP Proxy and CA certificate support in the desktop app, Digest auth flow as an auth mechanism and compatibility improvements for selfhosted containers particularly hosted in rootless (Podman, Rootless Docker) or hardened container runtimes (OpenShift).

Read more at: https://hoppscotch.com/blog/hoppscotch-v2024-10-0

What's Changed

New Contributors

Full Changelog: 2024.9.3...2024.10.0

2024.9.3

17 Oct 11:42
Compare
Choose a tag to compare

This is a bug fix release that introduces a fix for i18n strings not falling back to English (the fallback locale) when a match is not found in the target locale.

What's Changed

Full Changelog: 2024.9.2...2024.9.3

2024.9.2

14 Oct 17:13
Compare
Choose a tag to compare

This is a point release with some small fixes and improvements across the app.

What's Changed

  • fix: resolve personal environments correctly while editing via quick peek by @shipko in #4384
  • fix: add full request as request context by @amk-dev in #4422
  • fix(sh-admin): resolve i18n strings correctly on error toast with remove member action by @JoelJacobStephen in #4429

Full Changelog: 2024.9.1...2024.9.2

2024.9.1

06 Oct 09:34
Compare
Choose a tag to compare

This is a hotfix release that fixes the issue with the JSON comment stripping in request body erroneously removing valid JSON bits and the issue on the desktop app where the environments system crashes and causes issues in the app.

Thanks to @RiyaMathew-11 for volunteering app data to help us diagnose the issues.

What's Changed

  • fix: comments stripped out of json request body erroneously by @AndrewBastin in #4402
  • fix: apply necessary migrations while syncing global environment by @jamesgeorge007

Full Changelog: 2024.9.0...2024.9.1

2024.9.0

04 Oct 08:59
Compare
Choose a tag to compare

This is a major release and introduces a bunch of new features like the new Hoppscotch Agent Interceptor, JSON with Comments support in request body, API Request Response Examples along with fixes for the desktop app, SVG rendering and importers.

What's Changed

New Contributors

Full Changelog: 2024.8.3...2024.9.0