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

🚀 Release 1.47.0 #9826

Merged
merged 1 commit into from
Jun 20, 2024
Merged

🚀 Release 1.47.0 #9826

merged 1 commit into from
Jun 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 20, 2024

1.47.0 (2024-06-20)

Bug Fixes

  • AI Agent Node: Exclude tools agent from unsupported node versions (#9728) (28d1a5d)
  • Airtable Node: Make multipleRecordLinks editable in fields (#9608) (fdde995)
  • AWS SES Node: Fix issue with email aliases not working for sending from or sending to (#9811) (e1e8a75)
  • Changes to workflow staticData erroneously updating updatedAt (#9790) (adbd0d1)
  • core: Ensure execution recovery skips successful executions (#9793) (4131408)
  • core: Ensure followers do not recover executions from logs (#9785) (7c358e5)
  • core: Update transactional email links for RBAC (#9727) (ceb7f07)
  • core: Upgrade ws to address CVE-2024-37890 (#9801) (f98c4b8)
  • editor: Active toggle incorrectly displayed as inactive in execution view (#9778) (551fb6d)
  • editor: Add telemetry to resource moving (#9720) (e84d253)
  • editor: Error dropdown in resource locator disappears when search filter is required (#9681) (1a3f72b)
  • editor: Fix node icon in node creator header (#9782) (b7d356f)
  • editor: Improve touch device detection (#9675) (3b86f52)
  • editor: Revert header toggle fix (#9800) (11fe48b)
  • editor: Use BroadcastChannel instead of window.opener for OAuth callback window (#9779) (87cb199)
  • editor: Use segments/graphemes when creating the compact sidebar entries (#9776) (be7249f)
  • Elasticsearch Node: Fix issue with self signed certificates (#9805) (77bf166)
  • Fix sending pin data twice causing payload too large errors (#9710) (6c1a4c8)
  • Google Sheets Node: Check for column names changes before upsert, append, update (#9649) (223488f)
  • Slack Node: Do not try to parse block if it's already object (#9643) (8f94dcc)
  • When editing nodes only show the credentials in the dropdown that the user is allowed to use in that workflow (#9718) (2cf4364)

Features

  • Add custom data to public API execution endpoints (#9705) (a104660)
  • core: Expand crash recovery to cover queue mode (#9676) (c58621a)
  • core: Use WebCrypto to generate all random numbers and strings (#9786) (65c5609)
  • HTTP request tool (#9228) (be2635e)
  • JWT Node: Add an option to allow a "kid" (key ID) header claim (#9797) (15d631c)
  • Pipedrive Node: Add sort field for get all persons (#8138) (4e89343)
  • Set Node: Preserve binary data by default (#9668) (d116353)

Performance Improvements

  • core: Introduce concurrency control for main mode (#9453) (7973423)

Copy link
Contributor Author

⚠️ Some Cypress E2E specs are failing, please fix them before merging

@RicardoE105 RicardoE105 merged commit d13c1bb into release/1.47.0 Jun 20, 2024
21 of 22 checks passed
@RicardoE105 RicardoE105 deleted the 1.47.0-pr branch June 20, 2024 19:00
Copy link
Contributor Author

✅ All Cypress E2E specs passed

longnz added a commit to AcclaroInc/workflow-automation that referenced this pull request Jun 21, 2024
* 'master' of github.com:n8n-io/n8n: (380 commits)
  feat(Anthropic Chat Model Node): Add support for Claude 3.5 Sonnet (n8n-io#9832)
  refactor(core): Remove inferral of execution status (no-changelog) (n8n-io#9829)
  refactor(core): Log denials from subworkflow caller policy (no-changelog) (n8n-io#9827)
  fix(Zulip Node): Fix a typo preventing some messages from updating (n8n-io#7078)
  🚀 Release 1.47.0 (n8n-io#9826)
  ci: Fix repository url for provenance checks (no-changelog) (n8n-io#9825)
  docs: Update docs links in the HTTP node (no-changelog) (n8n-io#9188)
  feat(Pipedrive Node): Add sort field for get all persons (n8n-io#8138)
  ci: Add opencontainer image spec labels to the release Dockerfile (no-changelog) (n8n-io#9822)
  fix(core): Upgrade `ws` to address CVE-2024-37890 (n8n-io#9801)
  ci: Fix ARM custom images (no-changelog) (n8n-io#9821)
  fix: Get workflow not returning home project and shared projects (no-changelog) (n8n-io#9815)
  fix(AWS SES Node): Fix issue with email aliases not working for sending from or sending to (n8n-io#9811)
  fix(Google Sheets Node): Check for column names changes before upsert, append, update (n8n-io#9649)
  fix(MongoDB Node): Correct typo in MongoDbProperties (no-changelog) (n8n-io#9587)
  fix(editor): Console error in ActionsMode when searching for action and pressing enter (no-changelog) (n8n-io#9292)
  fix(Airtable Node): Make multipleRecordLinks editable in fields (n8n-io#9608)
  refactor(editor): Refactor code editors to composition API (no-changelog) (n8n-io#9757)
  refactor: Correct spelling mistakes (no-changelog) (n8n-io#9305)
  fix(editor): Align all cell contents to the top in RunDataTable (no-changelog) (n8n-io#3889)
  ...
longnz added a commit to AcclaroInc/workflow-automation that referenced this pull request Jun 21, 2024
* n8n-io-master: (380 commits)
  feat(Anthropic Chat Model Node): Add support for Claude 3.5 Sonnet (n8n-io#9832)
  refactor(core): Remove inferral of execution status (no-changelog) (n8n-io#9829)
  refactor(core): Log denials from subworkflow caller policy (no-changelog) (n8n-io#9827)
  fix(Zulip Node): Fix a typo preventing some messages from updating (n8n-io#7078)
  🚀 Release 1.47.0 (n8n-io#9826)
  ci: Fix repository url for provenance checks (no-changelog) (n8n-io#9825)
  docs: Update docs links in the HTTP node (no-changelog) (n8n-io#9188)
  feat(Pipedrive Node): Add sort field for get all persons (n8n-io#8138)
  ci: Add opencontainer image spec labels to the release Dockerfile (no-changelog) (n8n-io#9822)
  fix(core): Upgrade `ws` to address CVE-2024-37890 (n8n-io#9801)
  ci: Fix ARM custom images (no-changelog) (n8n-io#9821)
  fix: Get workflow not returning home project and shared projects (no-changelog) (n8n-io#9815)
  fix(AWS SES Node): Fix issue with email aliases not working for sending from or sending to (n8n-io#9811)
  fix(Google Sheets Node): Check for column names changes before upsert, append, update (n8n-io#9649)
  fix(MongoDB Node): Correct typo in MongoDbProperties (no-changelog) (n8n-io#9587)
  fix(editor): Console error in ActionsMode when searching for action and pressing enter (no-changelog) (n8n-io#9292)
  fix(Airtable Node): Make multipleRecordLinks editable in fields (n8n-io#9608)
  refactor(editor): Refactor code editors to composition API (no-changelog) (n8n-io#9757)
  refactor: Correct spelling mistakes (no-changelog) (n8n-io#9305)
  fix(editor): Align all cell contents to the top in RunDataTable (no-changelog) (n8n-io#3889)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants