James George
62aa4440c6
chore: bump CLI version
2025-11-26 10:39:54 +05:30
James George
f2f015c1c8
feat(scripting-revamp): add support for sending requests in scripting context ( #5596 )
2025-11-26 09:52:00 +05:30
Mir Arif Hasan
904a1b0405
chore: security patch for the dependency chain v2025.11.0 ( #5590 )
...
Bump dependencies and account for breaking changes.
---------
Co-authored-by: James George <25279263+jamesgeorge007@users.noreply.github.com>
2025-11-24 14:21:29 +05:30
jamesgeorge007
8f7146bd57
chore: bump CLI version
2025-10-27 23:06:27 +05:30
Mir Arif Hasan
53e8b28459
chore: security patch for the dependency chain ( #5487 )
...
v2025.10.0
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-10-22 18:48:20 +05:30
jamesgeorge007
58b0736c5b
chore: bump non-major dependencies
2025-09-26 13:26:42 +05:30
jamesgeorge007
220c9abe43
chore: bump CLI version
2025-09-24 19:48:30 +05:30
Mir Arif Hasan
37060638df
chore: security patch for the dependency chain ( #5400 )
...
Bump non-major dependencies
---------
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-09-24 16:22:31 +05:30
jamesgeorge007
430d6d3b02
chore: bump CLI version
2025-08-25 12:11:03 +05:30
James George
42089fbb55
chore: bump dependencies and account for breaking changes ( #5329 )
...
Co-authored-by: mirarifhasan <arif.ishan05@gmail.com>
2025-08-20 23:04:14 +05:30
jamesgeorge007
7864baef11
chore: bump CLI version to 0.23.3
2025-07-29 12:10:21 +05:30
jamesgeorge007
4302a45477
chore: bump CLI version
2025-06-13 11:26:22 +05:30
James George
5ac2ac40de
feat: add support for version bounded parsing and migration ( #5127 )
...
- CLI Collection runner enhancements:
- Support mixed versions - child collections based on different versions compared to the parent collection.
- Better support for incoming data via IDs conforming to older formats.
- Bump `verzod` across packages.
- Relevant updates to test suite.
- Bump `zod` under `selfhost-desktop`.
2025-06-05 14:51:19 +05:30
jamesgeorge007
07c79170f6
chore: bump CLI version
2025-06-02 17:33:28 +05:30
Anwarul Islam
82d9367843
feat: add JWT authentication support ( #5079 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2025-05-28 15:41:47 +05:30
James George
656a15a983
feat: migrate to a unified scripting system based on faraday-cage ( #5090 )
...
Co-authored-by: curiouscorrelation <curiouscorrelation@gmail.com>
2025-05-23 22:54:27 +05:30
jamesgeorge007
63135a0633
chore: bump CLI version
2025-04-29 15:12:57 +05:30
Andrew Bastin
ba64fea681
chore: bump vulnerable dependencies ( #4943 )
2025-03-27 22:45:29 +05:30
jamesgeorge007
d8875043cd
chore: bump version to 2025.2.0
2025-02-24 12:36:00 +05:30
jamesgeorge007
b48c982ea6
chore: bump version to 2024.12.1
...
Bump CLI version to `0.20.2`
2025-01-15 18:45:19 +05:30
Akash K
8b70d7f419
feat: support for sending client credentials via basic auth header ( #4635 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
2025-01-15 18:43:05 +05:30
jamesgeorge007
aa17448317
chore: bump version to 2024.12.0
...
Bump CLI version to `0.20.1`.
2024-12-20 20:07:04 +05:30
James George
a08c6f6b3e
chore(cli): drop Node.js v18 support ( #4583 )
2024-12-02 21:49:46 +05:30
shobanrajm
b78cd57884
feat: collection CLI runner with iterations and data feed ( #4475 )
...
Co-authored-by: Shoban <mshobanr@ford.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
2024-11-22 22:38:51 +05:30
Anwarul Islam
4b2f04df82
feat: add support for Digest authorization ( #4339 )
...
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
Co-authored-by: nivedin <nivedinp@gmail.com>
2024-10-29 12:34:40 +05:30
James George
7aa43232cc
chore: bump dependencies ( #4444 )
2024-10-24 03:25:55 +05:30
jamesgeorge007
3d9dc36d77
chore: bump version to 2024.9.0
2024-10-01 13:10:52 +05:30
James George
9ca899a28a
feat(cli): add support for AWS Signature Authorization type ( #4305 )
2024-08-30 14:12:32 +05:30
Andrew Bastin
a177bdced0
chore: update vulnerable dependencies
2024-08-29 18:03:44 +05:30
James George
33b0a54af1
feat(cli): add support for request variables ( #4275 )
...
feat: add support for request variables in the CLI
2024-08-26 19:21:29 +05:30
James George
a8bcc75467
fix: ensure Content-Type header priority in the CLI ( #4242 )
...
- Ensure the `Content-Type` header takes priority over the value set in the request body.
- Introduces `HoppRESTRequest` schema `v6` with `text/xml` added under the supported content types.
2024-08-07 21:46:27 +05:30
James George
4fd6d6ddb4
fix(cli): remove postinstall script ( #4229 )
2024-07-31 19:10:11 +05:30
James George
5f96cda5e2
feat(cli): add support for JUnit reporter ( #4189 )
2024-07-26 22:56:58 +05:30
Andrew Bastin
4457eeb74c
chore: bump versions
2024-07-22 22:12:32 +05:30
jamesgeorge007
07e7180dc9
chore: update CLI documentation link references
...
Bump CLI version.
2024-06-28 11:16:47 +05:30
James George
a9afb17dc0
feat(cli): access team workspace collections and environments ( #4095 )
...
Co-authored-by: nivedin <nivedinp@gmail.com>
2024-06-27 18:11:29 +05:30
Andrew Bastin
6e63c723b7
chore: bump cli to 0.8.1 due to new hopp-data schema change
2024-06-24 16:04:39 +05:30
Andrew Bastin
d21bb65511
chore: bump cli version to 0.8
2024-04-22 20:29:03 +05:30
James George
22c6eabd13
chore: migrate Node.js implementation for js-sandbox to isolated-vm ( #3973 )
...
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2024-04-19 21:08:46 +05:30
James George
439cd82c88
chore: pin dependencies across packages ( #3876 )
2024-03-07 23:37:48 +05:30
Andrew Bastin
55a94bdccc
chore: merge hoppscotch/release/2023.12.6 into hoppscotch/release/2024.3.0
2024-02-27 13:35:20 +05:30
Andrew Bastin
6a0e73fdec
chore: bump versions
2024-02-08 22:41:59 +05:30
James George
5bcc38e36b
feat: support secret environment variables in CLI ( #3815 )
2024-02-08 22:08:18 +05:30
James George
3482743782
chore(cli): emit bundle in ESM format ( #3777 )
2024-02-05 22:55:05 +05:30
Andrew Bastin
aab76f1358
chore: bump version to 2023.12.3
2024-01-30 20:27:25 +05:30
James George
0df194f9c5
fix(cli): environment resolution in the single-entry export format ( #3687 )
2023-12-22 19:21:33 +05:30
Andrew Bastin
fad31a47ee
chore: bump versions of all relevant packages
2023-12-16 22:27:41 +05:30
James George
bdfa14fa54
refactor(scripting-revamp): migrate js-sandbox to web worker/Node vm based implementation ( #3619 )
2023-12-07 16:10:42 +05:30
James George
2462492c86
chore(cli): bump dependencies ( #3441 )
...
* chore: bump CLI dependencies
* chore: update package.json
Bump version and specify minimum Node.js version
2023-10-16 18:23:22 +05:30
Joel Jacob Stephen
185c225297
feat: introduces ability to export single environment variables and allow CLI to accept the export format used by the app ( #3380 )
...
* feat: add ability to export a single environment
* refactor: export environment without id
* feat: introducing zod for checking json format for environment variables
* refactor: new zod specific type for HoppEnvPair
* feat: add ability to export single environment in team environment
* refactor: moved zod as a dependency to devDependency
* refactor: separated repeating logic to helper file
* refactor: removed unnecessary to string operation
* chore: rearranged smart item placement
* refactor: introduced error type when a bulk environment export is used in cli
* refactor: removed unnecssary type exports and updated logic and variable names across most files
* refactor: better logic for type shapes
* chore: bump hoppscotch-cli package version
---------
Co-authored-by: Andrew Bastin <andrewbastin.k@gmail.com>
2023-10-06 11:21:54 +05:30