n8n/packages/cli/src
github-actions[bot] 7400c35a48
🚀 Release 0.216.1 (#5531)
* 🚀 Release 0.216.1

* fix(core): Do not allow arbitrary path traversal in the credential-translation endpoint (#5522)

* fix(core): Do not allow arbitrary path traversal in BinaryDataManager (#5523)

* fix(core): User update endpoint should only allow updating email, firstName, and lastName (#5526)

* fix(core): Do not explicitly bypass auth on urls containing `.svg` (#5525)

* 📚 Update CHANGELOG.md

---------

Co-authored-by: janober <janober@users.noreply.github.com>
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <netroy@users.noreply.github.com>
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
2023-02-21 14:24:02 +01:00
..
api feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
audit refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
auth refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
commands fix(core): Use stricter typing on queries in cli commands (no-changelog) (#5476) 2023-02-14 17:05:53 +01:00
CommunityNodes fix(core): Fix issues with community node installation (no-changelog) (#5481) 2023-02-15 16:09:53 +01:00
config feat: Update telemetry api endpoints (#5482) 2023-02-16 15:07:08 +03:00
controllers 🚀 Release 0.216.1 (#5531) 2023-02-21 14:24:02 +01:00
credentials refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
databases 🚀 Release 0.216.1 (#5531) 2023-02-21 14:24:02 +01:00
decorators refactor(core): Switch over all user-management routes to use decorators (#5115) 2023-01-27 11:19:47 +01:00
eventbus refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
events test: Change workflows to test from safe list to skip list (#5457) 2023-02-10 17:11:06 +01:00
executions refactor: Reduce payload size when fetching workflows to prevent memory issues (#5293) 2023-01-31 11:09:33 +01:00
Ldap refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
license refactor(core): Upgrade typeorm (no-changelog) (#5423) 2023-02-09 10:44:07 +01:00
metrics refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
middlewares 🚀 Release 0.216.1 (#5531) 2023-02-21 14:24:02 +01:00
PublicApi refactor(core): Delete duplicate code across all commands (#5452) 2023-02-10 14:59:20 +01:00
push feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
role refactor: Upgrade typeorm to 0.3.x (#5151) 2023-01-13 18:12:22 +01:00
telemetry feat: Update telemetry api endpoints (#5482) 2023-02-16 15:07:08 +03:00
user refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
UserManagement feat: Change desktop UM experience (#5312) 2023-02-08 11:42:22 +02:00
workflows fix(core): Remove unnecessary info from GET /workflows response (#5311) 2023-02-16 10:36:24 +01:00
AbstractServer.ts feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
ActiveExecutions.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
ActiveWorkflowRunner.ts test: Add tests for ActiveWorkflowRunner class (#5278) 2023-02-10 15:24:20 +01:00
constants.ts refactor(core): Delete duplicate code across all commands (#5452) 2023-02-10 14:59:20 +01:00
CrashJournal.ts fix: Enable crash journal only in production mode (no-changelog) (#4948) 2022-12-16 15:27:49 +01:00
CredentialsHelper.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
CredentialsOverwrites.ts refactor(core): Load and validate all config at startup (no-changelog) (#5283) 2023-01-30 14:42:30 +01:00
CredentialTypes.ts fix: Apply credential overwrites recursively (#5072) 2023-01-04 18:16:48 +01:00
curlconverter.d.ts refactor: Setup typescript project references across workflow, core, and cli (#4519) 2022-11-09 15:25:00 +01:00
CurlConverterHelper.ts refactor(core): fix for no-uncaught-json-parse warnings 2022-10-21 21:52:43 +03:00
Db.ts refactor(core): Load and validate all config at startup (no-changelog) (#5283) 2023-01-30 14:42:30 +01:00
ErrorReporting.ts refactor: Delete a lot of unused and duplicate code in Server and WebhookServer (#5080) 2023-01-04 11:38:48 +01:00
ExternalHooks.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
GenericHelpers.ts 🚀 Release 0.216.1 (#5531) 2023-02-21 14:24:02 +01:00
index.ts feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
Interfaces.ts feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
InternalHooks.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
InternalHooksManager.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
jest.d.ts feat(core): Security audit (#5034) 2023-01-05 13:28:40 +01:00
License.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
LoadNodesAndCredentials.ts fix(core): Fix issues with community node installation (no-changelog) (#5481) 2023-02-15 16:09:53 +01:00
Logger.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
NodeTypes.ts feat(core): Live reload node/credential descriptions in development (no-changelog) (#4939) 2023-02-08 19:26:07 +01:00
Queue.ts refactor(core): Delete duplicate code across all commands (#5452) 2023-02-10 14:59:20 +01:00
ReloadNodesAndCredentials.ts fix(core): Fix issues with community node installation (no-changelog) (#5481) 2023-02-15 16:09:53 +01:00
requests.ts 🚀 Release 0.216.1 (#5531) 2023-02-21 14:24:02 +01:00
ResponseHelper.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
Server.ts 🚀 Release 0.216.1 (#5531) 2023-02-21 14:24:02 +01:00
sse-channel.d.ts feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
TagHelpers.ts refactor: Upgrade typeorm to 0.3.x (#5151) 2023-01-13 18:12:22 +01:00
TestWebhooks.ts fix(core): Fix the issue with test webhooks getting removed incorrectly (no-changelog) (#5466) 2023-02-13 16:16:53 +01:00
TranslationHelpers.ts 🚀 Release 0.216.1 (#5531) 2023-02-21 14:24:02 +01:00
utils.ts refactor(core): Delete duplicate code across all commands (#5452) 2023-02-10 14:59:20 +01:00
WaitingWebhooks.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
WaitTracker.ts refactor(core): Load and validate all config at startup (no-changelog) (#5283) 2023-01-30 14:42:30 +01:00
WebhookHelpers.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
WebhookServer.ts refactor: Delete a lot of unused and duplicate code in Server and WebhookServer (#5080) 2023-01-04 11:38:48 +01:00
WorkflowCredentials.ts refactor: Integrate consistent-type-imports in BE packages (no-changelog) (#5270) 2023-01-27 14:56:56 +01:00
WorkflowExecuteAdditionalData.ts feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
WorkflowHelpers.ts fix: Error workflow now correctly checks for subworkflow permissions (#5390) 2023-02-07 17:40:36 +01:00
WorkflowRunner.ts feat(core): Add support for WebSockets as an alternative to Server-Sent Events (#5443) 2023-02-10 15:02:47 +01:00
WorkflowRunnerProcess.ts refactor(core): Delete duplicate code across all commands (#5452) 2023-02-10 14:59:20 +01:00