Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency n8n-core to v1 #21

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 8, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
n8n-core (source) 0.176.0 -> 1.6.0 age adoption passing confidence

Release Notes

n8n-io/n8n (n8n-core)

v1.6.0

Bug Fixes
Features

1.5.1 (2023-08-31)

Features

v1.5.0

Bug Fixes
Features

v1.4.0

Bug Fixes
  • core: Add recoveryInProgress flag file (#​6962) (7b96820)
  • core: Fix continueOnFail for expression error in Set (#​6939) (d4fac05)
  • core: Fix import:workflow command (#​6996) (8c38d85)
  • core: Replace throw with warning when deactivating a non-active workflow (#​6969) (b6a00fe)
  • core: Set up OAuth2 cred test (#​6960) (4fc69b7)
  • editor: Do not flag dynamic load options issue on expression (#​6932) (60a1ef0)
  • editor: Ensure community node install button tracks user agreement (#​6976) (0ddfc73)
  • editor: Fix parsing for single quoted resolvables (#​6982) (f32e993)
  • editor: Fix Remove all fields not removing values in resource mapper (#​6940) (e6cff3f)
  • editor: Prevent Code node linter from erroring on null parse (#​6934) (40d3a29)
  • Google Sheets Node: Fix short sheet name interpreted as range (#​6989) (00268a0)
  • Google Sheets Trigger Node: Support sheet names with non-latin characters (#​6970) (052dd7c)
  • GraphQL Node: Improve error handling (#​6955) (41db637)
  • Mautic Node: Fix issue with owner not being set correctly (#​6991) (64b950f)
  • Salesforce Node: Fix Account update owner operation (#​6958) (9b27878)
  • Shopify Node: Fix pagination when using options (#​6972) (475d9c9)
  • Webhook Node: Backward compatible form-data parsing for non-array fields (#​6967) (9455bcf)
Features
  • core: Add a warning to error workflows that cannot be started due to permission or settings (#​6961) (67b88f7)
  • core: Add support for ready hooks, and credentials overwrite endpoint in workers (#​6954) (8f8a1de)
  • editor: Show banner for non-production licenses (#​6943) (413570c)
  • Remove PostHog event calls (#​6915) (270946a)
  • Send Email Node: Add support for sending text and html email simultaneously (#​6978) (3860d41)

v1.3.0

Bug Fixes
  • core: Don't let bull override the default redis config (#​6897) (cfeb322)
  • core: Fix fetching of EE executions (#​6901) (f3fce48)
  • core: Update frontend urls when using the --tunnel option (#​6898) (718e613)
  • editor: Disable telemetry in dev mode and in E2E tests (#​6869) (808a928)
  • editor: Fix code node’s content property to be reactive (#​6931) (3b75bc6)
  • editor: Fix event emit on credential sharing (#​6922) (297c3c9)
  • editor: Fix multiOptions parameters resetting on initial load (#​6903) (49867c2)
  • editor: Update execution view layout (#​6882) (0339732)
  • Email Trigger (IMAP) Node: Fix connection issue with unexpected spaces in host (#​6886) (f3248e4)
  • Fix issue with key formatting if null or undefined (#​6924) (4e4a3cf)
  • Fix issue with key formatting introduced in 1.2.0 (#​6896) (0e075c9)
  • Fix lag when node parameters are updated (#​6941) (3eb65e0)
  • HTTP Request Node: Improve error handling for TCP socket errors when Continue On Fail is enabled (#​6925) (96ff1f8)
  • Prevent workflow breaking when credential type is unknown (#​6923) (e83b93f)
  • Respond to Webhook Node: Return headers in response (#​6921) (a82107f)
Features

v1.2.0

Bug Fixes
Features
Performance Improvements

v1.1.0

Bug Fixes
  • Add missing indices on sqlite (#​6673) (b1838f7)
  • API: Do not add starting node on workflow creation (#​6686) (92192fb)
  • API: Fix issue with workflow setting not supporting newer nanoids (#​6699) (c7e1013)
  • AwsS3 Node: Fix issue if bucket name contains a '.' (#​6542) (540d32d)
  • Brevo Node: Rename SendInBlue node to Brevo node (#​6521) (e63b398)
  • Code Node: Install python modules always in a user-writable folder (#​6568) (bf35124)
  • core: Add empty credential value marker to show empty pw field (#​6532) (9294e2d)
  • core: Deleting manual executions should defer deleting binary data (#​6680) (462a674)
  • core: Filter out workflows that failed to activate on startup (#​6676) (667c15d)
  • core: Fix credentials test (#​6569) (1abd172)
  • core: Fix migrations for MySQL/MariaDB (#​6591) (29882a6)
  • core: Handle all uncaught exception, not just the ones from Axios (#​6666) (ff07595)
  • core: Improve the performance of last 2 sqlite migrations (#​6522) (31cba87)
  • core: Load SAML libraries dynamically (#​6690) (fce5609)
  • core: Redirect user to previous url after SSO signin (#​6710) (08331c6)
  • core: Reduce memory consumption on BinaryDataManager.init (#​6633) (329d22f)
  • core: Remove typeorm patches, but still enforce transactions on every migration (#​6594) (9def7a7), closes #​6519
  • core: Rename to credential_stubs and variable_stubs.json (#​6528) (b06462f)
  • core: Support redis cluster in queue mode (#​6708) (4029386)
  • core: Update docker compose setup for V1 images (#​6642) (05007d8)
  • core: Upgrade semver to address CVE-2022-25883 (#​6689) (9daf944)
  • core: Use exec in docker images to forward signals correctly (#​6732) (ed9f86b)
  • core: Use JWT as reset password token (#​6714) (89f4402)
  • core: Use lower cased email for SAML email attribute (#​6663) (eedde24)
  • core: Use owners file to export wf owners (#​6547) (4b755fb)
  • crowd.dev Node: Fix documentation urls for crowd.dev credentials and nodes (#​6696) (acda7f2)
  • editor: Add default author name and email to source control settings (#​6543) (e1a02c7)
  • editor: Add paywall state to non owner users for Variables (#​6679) (e7091d6)
  • editor: Change default branchColor and remove label (#​6541) (186271e)
  • editor: Ensure default credential values are not detected as dirty state (#​6677) (c7b74c3)
  • editor: Extend menu item and use it as a recursive component (#​6618) (d617f63)
  • editor: Hide Execute Node button for unknown nodes (#​6684) (6887b4e)
  • editor: Increase contrast ratio in execution list workflow names (#​6661) (c0b1cb2)
  • editor: Make Source control branch select required (#​6619) (20737b5)
  • editor: Prevent keyboard shortcuts to edit workflows in readonly mode (#​6613) (7383e7f)
  • editor: Prevent RMC from loading schema if it's already cached (#​6695) (a79aa19)
  • editor: Remove global link styling in v1 banner (#​6705) (76a765a)
  • editor: Show appropriate empty workflow list content when instance environment is readonly (#​6610) (7515f7d)
  • editor: Show retry information in execution list only when it exists (#​6587) (3ca66be)
  • editor: Skip error line highlighting if out of range (#​6721) (a62d00a)
  • editor: Update design system menu item component (#​6659) (84466e9)
  • FileMaker Node: Improve returned error responses (#​6585) (91a052e)
  • FTP Node: List recursive ignore . and .. to prevent infinite loops (#​6707) (995d5cc)
  • GitLab Trigger Node: Fix trigger activation 404 error (#​6711) (8ceb832)
  • Gmail Trigger Node: Early returns in case of no data (#​6727) (c2511a8)
  • Google BigQuery Node: Error description improvement (#​6715) (95837d2)
  • Google Drive Node: Fix regex in file RLC (#​6607) (5672146)
  • Google Drive Node: URL parsing (#​6527) (d9ed0b3)
  • Google Sheets Node: Incorrect read of 0 and false (#​6525) (806d134)
  • HTTP Request Node: Cleanup circular references in response (#​6590) (aecc05b)
  • Merge Node: Enrich input 2 fix (#​6526) (c82c7f1)
  • Microsoft Outlook Node: Fix issue with category not correctly applying (#​6583) (fc8ed55)
  • Notion Node: Version fix (#​6531) (38dc784)
  • Postgres Node: Arrays in query replacement fix (#​6718) (4cae091)
  • Postgres Node: For select queries, empty result should be be replaced with {"success":true} (#​6703) (250175d)
  • Postgres Node: Upsert does not fetch columns when schema other then public (#​6643) (aaa9ee3)
  • Salesforce Node: Fix typo for adding a contact to a campaign (#​6598) (7ffe3cb)
  • Sendy Node: Fix issue with brand id not being sent (#​6530) (2e8dfb8)
  • Stop n8n from complaining about credentials when saving a new workflow form a template (#​6671) (486d16b)
  • Strapi Node: Fix issue with pagination (#​4991) (54444fa)
  • Telegram Trigger Node: Add guard to 'include' call on null or undefined (#​6730) (533b0ba)
  • XML Node: Fix issue with not returning valid data (#​6565) (cdd215f)
Features
Reverts

1.0.1 (2023-07-05)

Bug Fixes
Features

v1.0.1

Bug Fixes
Features

v1.0.0

⚠️ BREAKING CHANGES
  • core Docker containers now run as the user node instead of root (#​6365) (f636616)
  • core Drop debian and rhel7 images (#​6365) (f636616)
  • core Drop support for deprecated WEBHOOK_TUNNEL_URL env variable (#​6363)
  • core Execution mode defaults to main now, instead of own (#​6363)
  • core Default push backend is websocket now, instead of sse (#​6363)
  • core Stop loading custom/community nodes from n8n's node_modules folder (#​6396) (a45a2c8)
  • core User management is mandatory now. basic-auth, external-jwt-auth, and no-auth options are removed (#​6362) (8c008f5)
  • core Allow syntax errors and expression errors to fail executions (#​6352) (1197811)
  • core Drop support for request library and N8N_USE_DEPRECATED_REQUEST_LIB env variable (#​6413) (632ea27)
  • core Make date extensions outputs match inputs (#​6435) (85372aa)
  • core Drop support for executeSingle method on nodes (#​4853) (9194d8b)
  • core Change data processing for multi-input-nodes (#​4238) (b8458a5)
Bug Fixes
Features

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@nichenqin nichenqin closed this Oct 8, 2023
@renovate
Copy link
Contributor Author

renovate bot commented Oct 8, 2023

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update. You will not get PRs for any future 1.x releases. But if you manually upgrade to 1.x then Renovate will re-enable minor and patch updates automatically.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate bot deleted the renovate/n8n-core-1.x branch October 8, 2023 06:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant